diff options
Diffstat (limited to 'gst/rtp/gstrtpL16pay.h')
-rw-r--r-- | gst/rtp/gstrtpL16pay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpL16pay.h b/gst/rtp/gstrtpL16pay.h index c9c6bd66..15ed92f6 100644 --- a/gst/rtp/gstrtpL16pay.h +++ b/gst/rtp/gstrtpL16pay.h @@ -70,7 +70,7 @@ struct _GstRtpL16EncClass #define GST_IS_RTP_L16_ENC_CLASS(obj) \ (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_RTP_L16_ENC)) -gboolean gst_rtpL16enc_plugin_init (GModule * module, GstPlugin * plugin); +gboolean gst_rtpL16enc_plugin_init (GstPlugin * plugin); #ifdef __cplusplus } |