g726pay: fix compilation
This commit is contained in:
parent
84c3d1a2c8
commit
f33501ad4b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user