summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-04-27 10:08:39 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-04-27 10:08:55 +0200
commitf33501ad4bfd903b7534b7d1bf20e8f915da22e1 (patch)
treef8aff8e2785e8dd1fde4af6942b82057685fedaf
parent84c3d1a2c804e2056895e1d406df4d3ca5945e34 (diff)
g726pay: fix compilation
-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 9903a7c80..d68a813f4 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;