diff options
Diffstat (limited to 'gst/qtdemux/gstrtpxqtdepay.c')
-rw-r--r-- | gst/qtdemux/gstrtpxqtdepay.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/qtdemux/gstrtpxqtdepay.c b/gst/qtdemux/gstrtpxqtdepay.c index 26e294ad..766cf96d 100644 --- a/gst/qtdemux/gstrtpxqtdepay.c +++ b/gst/qtdemux/gstrtpxqtdepay.c @@ -245,11 +245,8 @@ static gboolean gst_rtp_xqt_depay_setcaps (GstBaseRTPDepayload * depayload, GstCaps * caps) { GstStructure *structure; - GstRtpXQTDepay *rtpxqtdepay; gint clock_rate = 90000; /* default */ - rtpxqtdepay = GST_RTP_XQT_DEPAY (depayload); - structure = gst_caps_get_structure (caps, 0); gst_structure_get_int (structure, "clock-rate", &clock_rate); |