summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/gstrtpxqtdepay.c
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-04-18 18:11:00 +0200
committerEdward Hervey <bilboed@bilboed.com>2009-04-18 18:51:28 +0200
commit0cb5b42d546538b455ac3bbe90b07e3eb67eb820 (patch)
tree24b178742be806e745b7a3891aa0d63920c364b4 /gst/qtdemux/gstrtpxqtdepay.c
parentcdb03bdc2b4548909f3f47eec6dfbbb3b5159411 (diff)
Remove trivial unused variables detected by CLang static analyzer.
Diffstat (limited to 'gst/qtdemux/gstrtpxqtdepay.c')
-rw-r--r--gst/qtdemux/gstrtpxqtdepay.c3
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);