diff options
Diffstat (limited to 'gst/rtp/gstrtpmpadepay.c')
-rw-r--r-- | gst/rtp/gstrtpmpadepay.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/rtp/gstrtpmpadepay.c b/gst/rtp/gstrtpmpadepay.c index 4fc5734f..3545c731 100644 --- a/gst/rtp/gstrtpmpadepay.c +++ b/gst/rtp/gstrtpmpadepay.c @@ -105,13 +105,10 @@ static gboolean gst_rtp_mpa_depay_setcaps (GstBaseRTPDepayload * depayload, GstCaps * caps) { GstStructure *structure; - GstRtpMPADepay *rtpmpadepay; GstCaps *outcaps; gint clock_rate; gboolean res; - rtpmpadepay = GST_RTP_MPA_DEPAY (depayload); - structure = gst_caps_get_structure (caps, 0); if (!gst_structure_get_int (structure, "clock-rate", &clock_rate)) |