From 45e70563554fcfa5197a4c0d0bec14fa036ecc13 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sun, 2 Nov 2003 22:04:36 +0000 Subject: RTP done Original commit message from CVS: RTP done --- gst/rtp/gstrtpL16parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/rtp/gstrtpL16parse.h') diff --git a/gst/rtp/gstrtpL16parse.h b/gst/rtp/gstrtpL16parse.h index ecaa24f2..dad467bf 100644 --- a/gst/rtp/gstrtpL16parse.h +++ b/gst/rtp/gstrtpL16parse.h @@ -63,7 +63,7 @@ struct _GstRtpL16ParseClass #define GST_IS_RTP_L16_PARSE_CLASS(obj) \ (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_RTP_L16_PARSE)) -gboolean gst_rtpL16parse_plugin_init (GModule * module, GstPlugin * plugin); +gboolean gst_rtpL16parse_plugin_init (GstPlugin * plugin); #ifdef __cplusplus } -- cgit