summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpsirendepay.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtpsirendepay.c')
-rw-r--r--gst/rtp/gstrtpsirendepay.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/rtp/gstrtpsirendepay.c b/gst/rtp/gstrtpsirendepay.c
index 44518149..6911d4d9 100644
--- a/gst/rtp/gstrtpsirendepay.c
+++ b/gst/rtp/gstrtpsirendepay.c
@@ -77,12 +77,8 @@ gst_rtp_siren_depay_base_init (gpointer klass)
static void
gst_rtp_siren_depay_class_init (GstRTPSirenDepayClass * klass)
{
- GObjectClass *gobject_class;
- GstElementClass *gstelement_class;
GstBaseRTPDepayloadClass *gstbasertpdepayload_class;
- gobject_class = (GObjectClass *) klass;
- gstelement_class = (GstElementClass *) klass;
gstbasertpdepayload_class = (GstBaseRTPDepayloadClass *) klass;
gstbasertpdepayload_class->process = gst_rtp_siren_depay_process;