summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpg729depay.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtpg729depay.c')
-rw-r--r--gst/rtp/gstrtpg729depay.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/rtp/gstrtpg729depay.c b/gst/rtp/gstrtpg729depay.c
index 4a7fbf6c..2c182474 100644
--- a/gst/rtp/gstrtpg729depay.c
+++ b/gst/rtp/gstrtpg729depay.c
@@ -98,12 +98,8 @@ gst_rtp_g729_depay_base_init (gpointer klass)
static void
gst_rtp_g729_depay_class_init (GstRtpG729DepayClass * klass)
{
- GObjectClass *gobject_class;
- GstElementClass *gstelement_class;
GstBaseRTPDepayloadClass *gstbasertpdepayload_class;
- gobject_class = (GObjectClass *) klass;
- gstelement_class = (GstElementClass *) klass;
gstbasertpdepayload_class = (GstBaseRTPDepayloadClass *) klass;
parent_class = g_type_class_peek_parent (klass);