diff options
Diffstat (limited to 'gst/rtp/gstrtpg726depay.c')
-rw-r--r-- | gst/rtp/gstrtpg726depay.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpg726depay.c b/gst/rtp/gstrtpg726depay.c index 8bdcbed7..c650c6ba 100644 --- a/gst/rtp/gstrtpg726depay.c +++ b/gst/rtp/gstrtpg726depay.c @@ -110,11 +110,9 @@ static void gst_rtp_g726_depay_class_init (GstRtpG726DepayClass * 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); |