mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
g726pay: fix compilation
This commit is contained in:
parent
84c3d1a2c8
commit
f33501ad4b
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue