diff options
Diffstat (limited to 'gst/rtp/gstrtpgsmparse.h')
-rw-r--r-- | gst/rtp/gstrtpgsmparse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpgsmparse.h b/gst/rtp/gstrtpgsmparse.h index 9d61fb72..0a006e70 100644 --- a/gst/rtp/gstrtpgsmparse.h +++ b/gst/rtp/gstrtpgsmparse.h @@ -60,7 +60,7 @@ struct _GstRtpGSMParseClass #define GST_IS_RTP_GSM_PARSE_CLASS(obj) \ (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_RTP_GSM_PARSE)) -gboolean gst_rtpgsmparse_plugin_init (GModule * module, GstPlugin * plugin); +gboolean gst_rtpgsmparse_plugin_init (GstPlugin * plugin); #ifdef __cplusplus } |