diff options
Diffstat (limited to 'gst/rtp/gstrtpvrawdepay.c')
-rw-r--r-- | gst/rtp/gstrtpvrawdepay.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpvrawdepay.c b/gst/rtp/gstrtpvrawdepay.c index 3f599f5d..11ac258b 100644 --- a/gst/rtp/gstrtpvrawdepay.c +++ b/gst/rtp/gstrtpvrawdepay.c @@ -81,11 +81,9 @@ gst_rtp_vraw_depay_base_init (gpointer klass) static void gst_rtp_vraw_depay_class_init (GstRtpVRawDepayClass * klass) { - GObjectClass *gobject_class; GstElementClass *gstelement_class; GstBaseRTPDepayloadClass *gstbasertpdepayload_class; - gobject_class = (GObjectClass *) klass; gstelement_class = (GstElementClass *) klass; gstbasertpdepayload_class = (GstBaseRTPDepayloadClass *) klass; |