summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpgsmpay.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-11-02 22:04:36 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-11-02 22:04:36 +0000
commit45e70563554fcfa5197a4c0d0bec14fa036ecc13 (patch)
tree6777f374c15a03298098c5b491dd3e6aaf1c9e21 /gst/rtp/gstrtpgsmpay.h
parentfbdc88a45f2e72ecb527da6349485be4899620d9 (diff)
RTP done
Original commit message from CVS: RTP done
Diffstat (limited to 'gst/rtp/gstrtpgsmpay.h')
-rw-r--r--gst/rtp/gstrtpgsmpay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpgsmpay.h b/gst/rtp/gstrtpgsmpay.h
index 76a0ec0e..1220d402 100644
--- a/gst/rtp/gstrtpgsmpay.h
+++ b/gst/rtp/gstrtpgsmpay.h
@@ -69,7 +69,7 @@ struct _GstRtpGSMEncClass
#define GST_IS_RTP_GSM_ENC_CLASS(obj) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_RTP_GSM_ENC))
-gboolean gst_rtpgsmenc_plugin_init (GModule * module, GstPlugin * plugin);
+gboolean gst_rtpgsmenc_plugin_init (GstPlugin * plugin);
#ifdef __cplusplus
}