From f33501ad4bfd903b7534b7d1bf20e8f915da22e1 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 27 Apr 2009 10:08:39 +0200 Subject: [PATCH] g726pay: fix compilation --- gst/rtp/gstrtpg726pay.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/rtp/gstrtpg726pay.c b/gst/rtp/gstrtpg726pay.c index 9903a7c807..d68a813f48 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;