summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/rtp/gstrtpg726pay.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpg726pay.c b/gst/rtp/gstrtpg726pay.c
index 9903a7c8..d68a813f 100644
--- a/gst/rtp/gstrtpg726pay.c
+++ b/gst/rtp/gstrtpg726pay.c
@@ -99,8 +99,10 @@ gst_rtp_g726_pay_base_init (gpointer klass)
static void
gst_rtp_g726_pay_class_init (GstRtpG726PayClass * klass)
{
+ GObjectClass *gobject_class;
GstBaseRTPPayloadClass *gstbasertppayload_class;
+ gobject_class = (GObjectClass *) klass;
gstbasertppayload_class = (GstBaseRTPPayloadClass *) klass;
gobject_class->set_property = gst_rtp_g726_pay_set_property;