diff options
Diffstat (limited to 'gst/rtp/gstrtpspeexpay.c')
-rw-r--r-- | gst/rtp/gstrtpspeexpay.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpspeexpay.c b/gst/rtp/gstrtpspeexpay.c index 949eb247..05c86fcf 100644 --- a/gst/rtp/gstrtpspeexpay.c +++ b/gst/rtp/gstrtpspeexpay.c @@ -88,11 +88,9 @@ gst_rtp_speex_pay_base_init (gpointer klass) static void gst_rtp_speex_pay_class_init (GstRtpSPEEXPayClass * klass) { - GObjectClass *gobject_class; GstElementClass *gstelement_class; GstBaseRTPPayloadClass *gstbasertppayload_class; - gobject_class = (GObjectClass *) klass; gstelement_class = (GstElementClass *) klass; gstbasertppayload_class = (GstBaseRTPPayloadClass *) klass; |