summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpsirenpay.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtpsirenpay.c')
-rw-r--r--gst/rtp/gstrtpsirenpay.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/rtp/gstrtpsirenpay.c b/gst/rtp/gstrtpsirenpay.c
index 5dd34d2c..e47b2715 100644
--- a/gst/rtp/gstrtpsirenpay.c
+++ b/gst/rtp/gstrtpsirenpay.c
@@ -76,12 +76,8 @@ gst_rtpsirenpay_base_init (gpointer klass)
static void
gst_rtpsirenpay_class_init (GstRTPSirenPayClass * 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);