diff options
Diffstat (limited to 'gst/rtp/gstrtpdvdepay.c')
-rw-r--r-- | gst/rtp/gstrtpdvdepay.c | 1 |
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); |