diff options
Diffstat (limited to 'gst/rtp/gstrtpilbcpay.c')
-rw-r--r-- | gst/rtp/gstrtpilbcpay.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/rtp/gstrtpilbcpay.c b/gst/rtp/gstrtpilbcpay.c index af9a60a0..579c3b1a 100644 --- a/gst/rtp/gstrtpilbcpay.c +++ b/gst/rtp/gstrtpilbcpay.c @@ -79,12 +79,8 @@ gst_rtpilbcpay_base_init (gpointer klass) static void gst_rtpilbcpay_class_init (GstRTPILBCPayClass * klass) { - GObjectClass *gobject_class; - GstElementClass *gstelement_class; GstBaseRTPPayloadClass *gstbasertppayload_class; - gobject_class = (GObjectClass *) klass; - gstelement_class = (GstElementClass *) klass; gstbasertppayload_class = (GstBaseRTPPayloadClass *) klass; parent_class = g_type_class_ref (GST_TYPE_BASE_RTP_PAYLOAD); |