diff options
Diffstat (limited to 'gst/rtp/gstrtpdvpay.c')
-rw-r--r-- | gst/rtp/gstrtpdvpay.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpdvpay.c b/gst/rtp/gstrtpdvpay.c index 65cfaf98..f7a180e6 100644 --- a/gst/rtp/gstrtpdvpay.c +++ b/gst/rtp/gstrtpdvpay.c @@ -120,11 +120,9 @@ static void gst_rtp_dv_pay_class_init (GstRTPDVPayClass * klass) { GObjectClass *gobject_class; - GstElementClass *gstelement_class; GstBaseRTPPayloadClass *gstbasertppayload_class; gobject_class = (GObjectClass *) klass; - gstelement_class = (GstElementClass *) klass; gstbasertppayload_class = (GstBaseRTPPayloadClass *) klass; gobject_class->set_property = gst_dv_pay_set_property; |