summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpdvdepay.c
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-04-18 17:42:55 +0200
committerEdward Hervey <bilboed@bilboed.com>2009-04-18 18:51:27 +0200
commit4a9e80720acc41d8f335220f36d0c7ab11f03f25 (patch)
tree06662c08797f16a635237742fa76f31973845fc3 /gst/rtp/gstrtpdvdepay.c
parent06a4b80918eae60f34d3bae453b6f527ae4d09d3 (diff)
Remove unused variables in _class_init
Detected by LLVM's CLang static analyzer
Diffstat (limited to 'gst/rtp/gstrtpdvdepay.c')
-rw-r--r--gst/rtp/gstrtpdvdepay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpdvdepay.c b/gst/rtp/gstrtpdvdepay.c
index 978271fb..d1c27448 100644
--- a/gst/rtp/gstrtpdvdepay.c
+++ b/gst/rtp/gstrtpdvdepay.c
@@ -108,7 +108,6 @@ gst_rtp_dv_depay_class_init (GstRTPDVDepayClass * klass)
GstElementClass *gstelement_class = (GstElementClass *) klass;
GstBaseRTPDepayloadClass *gstbasertpdepayload_class =
(GstBaseRTPDepayloadClass *) klass;
- gstbasertpdepayload_class = (GstBaseRTPDepayloadClass *) klass;
gstelement_class->change_state =
GST_DEBUG_FUNCPTR (gst_rtp_dv_depay_change_state);