From 3adc3a9878907809da7dfb47bfc3de2645c35b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 23 Aug 2007 21:39:58 +0000 Subject: Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a GType that's different than the GstRTPF... Original commit message from CVS: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/gst-plugins-bad-plugins.interfaces: * docs/plugins/gst-plugins-bad-plugins.signals: * gst/rtpmanager/gstrtpbin.c: * gst/rtpmanager/gstrtpbin.h: * gst/rtpmanager/gstrtpclient.c: * gst/rtpmanager/gstrtpclient.h: * gst/rtpmanager/gstrtpjitterbuffer.c: * gst/rtpmanager/gstrtpjitterbuffer.h: * gst/rtpmanager/gstrtpptdemux.c: * gst/rtpmanager/gstrtpptdemux.h: * gst/rtpmanager/gstrtpsession.c: * gst/rtpmanager/gstrtpsession.h: * gst/rtpmanager/gstrtpssrcdemux.c: * gst/rtpmanager/gstrtpssrcdemux.h: Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a GType that's different than the GstRTPFoo types that farsight registers (luckily GType names are case sensitive). Should finally fix #430664. --- docs/plugins/gst-plugins-bad-plugins.signals | 101 +++++++++++++++------------ 1 file changed, 55 insertions(+), 46 deletions(-) (limited to 'docs/plugins/gst-plugins-bad-plugins.signals') diff --git a/docs/plugins/gst-plugins-bad-plugins.signals b/docs/plugins/gst-plugins-bad-plugins.signals index bb6b21e4..3fb6d986 100644 --- a/docs/plugins/gst-plugins-bad-plugins.signals +++ b/docs/plugins/gst-plugins-bad-plugins.signals @@ -6,190 +6,190 @@ GstXvidEnc *gstxvidenc -GstRTPSsrcDemux::new-ssrc-pad +GstRtpSsrcDemux::new-ssrc-pad void l -GstRTPSsrcDemux *gstrtpssrcdemux +GstRtpSsrcDemux *gstrtpssrcdemux guint arg1 GstPad *arg2 -GstRTPSession::clear-pt-map +GstRtpSession::clear-pt-map void a -GstRTPSession *gstrtpsession +GstRtpSession *gstrtpsession -GstRTPSession::request-pt-map +GstRtpSession::request-pt-map GstCaps* l -GstRTPSession *gstrtpsession +GstRtpSession *gstrtpsession guint arg1 -GstRTPSession::on-bye-ssrc +GstRtpSession::on-bye-ssrc void l -GstRTPSession *gstrtpsession +GstRtpSession *gstrtpsession guint arg1 -GstRTPSession::on-bye-timeout +GstRtpSession::on-bye-timeout void l -GstRTPSession *gstrtpsession +GstRtpSession *gstrtpsession guint arg1 -GstRTPSession::on-new-ssrc +GstRtpSession::on-new-ssrc void l -GstRTPSession *gstrtpsession +GstRtpSession *gstrtpsession guint arg1 -GstRTPSession::on-ssrc-collision +GstRtpSession::on-ssrc-collision void l -GstRTPSession *gstrtpsession +GstRtpSession *gstrtpsession guint arg1 -GstRTPSession::on-ssrc-validated +GstRtpSession::on-ssrc-validated void l -GstRTPSession *gstrtpsession +GstRtpSession *gstrtpsession guint arg1 -GstRTPSession::on-timeout +GstRtpSession::on-timeout void l -GstRTPSession *gstrtpsession +GstRtpSession *gstrtpsession guint arg1 -GstRTPPtDemux::clear-pt-map +GstRtpPtDemux::clear-pt-map void la -GstRTPPtDemux *gstrtpptdemux +GstRtpPtDemux *gstrtpptdemux -GstRTPPtDemux::new-payload-type +GstRtpPtDemux::new-payload-type void l -GstRTPPtDemux *gstrtpptdemux +GstRtpPtDemux *gstrtpptdemux guint arg1 GstPad *arg2 -GstRTPPtDemux::payload-type-change +GstRtpPtDemux::payload-type-change void l -GstRTPPtDemux *gstrtpptdemux +GstRtpPtDemux *gstrtpptdemux guint arg1 -GstRTPPtDemux::request-pt-map +GstRtpPtDemux::request-pt-map GstCaps* l -GstRTPPtDemux *gstrtpptdemux +GstRtpPtDemux *gstrtpptdemux guint arg1 -GstRTPJitterBuffer::clear-pt-map +GstRtpJitterBuffer::clear-pt-map void l -GstRTPJitterBuffer *gstrtpjitterbuffer +GstRtpJitterBuffer *gstrtpjitterbuffer -GstRTPJitterBuffer::request-pt-map +GstRtpJitterBuffer::request-pt-map GstCaps* l -GstRTPJitterBuffer *gstrtpjitterbuffer +GstRtpJitterBuffer *gstrtpjitterbuffer guint arg1 -GstRTPBin::clear-pt-map +GstRtpBin::clear-pt-map void a -GstRTPBin *gstrtpbin +GstRtpBin *gstrtpbin -GstRTPBin::request-pt-map +GstRtpBin::request-pt-map GstCaps* l -GstRTPBin *gstrtpbin +GstRtpBin *gstrtpbin guint arg1 guint arg2 -GstRTPBin::on-bye-ssrc +GstRtpBin::on-bye-ssrc void l -GstRTPBin *gstrtpbin +GstRtpBin *gstrtpbin guint arg1 guint arg2 -GstRTPBin::on-bye-timeout +GstRtpBin::on-bye-timeout void l -GstRTPBin *gstrtpbin +GstRtpBin *gstrtpbin guint arg1 guint arg2 -GstRTPBin::on-new-ssrc +GstRtpBin::on-new-ssrc void l -GstRTPBin *gstrtpbin +GstRtpBin *gstrtpbin guint arg1 guint arg2 -GstRTPBin::on-ssrc-collision +GstRtpBin::on-ssrc-collision void l -GstRTPBin *gstrtpbin +GstRtpBin *gstrtpbin guint arg1 guint arg2 -GstRTPBin::on-ssrc-validated +GstRtpBin::on-ssrc-validated void l -GstRTPBin *gstrtpbin +GstRtpBin *gstrtpbin guint arg1 guint arg2 -GstRTPBin::on-timeout +GstRtpBin::on-timeout void l -GstRTPBin *gstrtpbin +GstRtpBin *gstrtpbin guint arg1 guint arg2 @@ -202,3 +202,12 @@ GstCDAudio *gstcdaudio gint arg1 + +MpegTSParse::pmt-info +void +l +MpegTSParse *mpegtsparse +gint arg1 +MpegTSPmtInfo *arg2 + + -- cgit v1.2.1