diff options
Diffstat (limited to 'gst/rtp/gstrtpgsmdepay.c')
-rw-r--r-- | gst/rtp/gstrtpgsmdepay.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/rtp/gstrtpgsmdepay.c b/gst/rtp/gstrtpgsmdepay.c index 501fa324..21ccf1fb 100644 --- a/gst/rtp/gstrtpgsmdepay.c +++ b/gst/rtp/gstrtpgsmdepay.c @@ -88,12 +88,8 @@ gst_rtp_gsm_depay_base_init (gpointer klass) static void gst_rtp_gsm_depay_class_init (GstRTPGSMDepayClass * klass) { - GObjectClass *gobject_class; - GstElementClass *gstelement_class; GstBaseRTPDepayloadClass *gstbasertp_depayload_class; - gobject_class = (GObjectClass *) klass; - gstelement_class = (GstElementClass *) klass; gstbasertp_depayload_class = (GstBaseRTPDepayloadClass *) klass; parent_class = g_type_class_peek_parent (klass); |