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-sections.txt | 36 ++++---- docs/plugins/gst-plugins-bad-plugins.hierarchy | 12 +-- docs/plugins/gst-plugins-bad-plugins.interfaces | 4 +- docs/plugins/gst-plugins-bad-plugins.signals | 101 ++++++++++++---------- 4 files changed, 81 insertions(+), 72 deletions(-) (limited to 'docs/plugins') diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index c082e08e..0b07c5f3 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -233,10 +233,10 @@ gst_rg_volume_get_type
element-gstrtpbin gstrtpbin -GstRTPBin +GstRtpBin -GstRTPBinPrivate -GstRTPBinClass +GstRtpBinPrivate +GstRtpBinClass GST_RTP_BIN GST_IS_RTP_BIN GST_TYPE_RTP_BIN @@ -248,10 +248,10 @@ GST_IS_RTP_BIN_CLASS
element-gstrtpclient gstrtpclient -GstRTPClient +GstRtpClient -GstRTPClientClass -GstRTPClientPrivate +GstRtpClientClass +GstRtpClientPrivate GST_RTP_CLIENT GST_IS_RTP_CLIENT GST_TYPE_RTP_CLIENT @@ -263,10 +263,10 @@ GST_IS_RTP_CLIENT_CLASS
element-gstrtpjitterbuffer gstrtpjitterbuffer -GstRTPJitterBuffer +GstRtpJitterBuffer -GstRTPJitterBufferClass -GstRTPJitterBufferPrivate +GstRtpJitterBufferClass +GstRtpJitterBufferPrivate GST_RTP_JITTER_BUFFER GST_IS_RTP_JITTER_BUFFER GST_TYPE_RTP_JITTER_BUFFER @@ -278,10 +278,10 @@ GST_IS_RTP_JITTER_BUFFER_CLASS
element-gstrtpptdemux gstrtpptdemux -GstRTPPtDemux +GstRtpPtDemux -GstRTPPtDemuxClass -GstRTPPtDemuxPad +GstRtpPtDemuxClass +GstRtpPtDemuxPad GST_RTP_PT_DEMUX GST_IS_RTP_PT_DEMUX GST_TYPE_RTP_PT_DEMUX @@ -293,10 +293,10 @@ GST_IS_RTP_PT_DEMUX_CLASS
element-gstrtpsession gstrtpsession -GstRTPSession +GstRtpSession -GstRTPSessionClass -GstRTPSessionPrivate +GstRtpSessionClass +GstRtpSessionPrivate GST_RTP_SESSION GST_IS_RTP_SESSION GST_TYPE_RTP_SESSION @@ -309,10 +309,10 @@ GST_RTP_SESSION_CAST
element-gstrtpssrcdemux gstrtpssrcdemux -GstRTPSsrcDemux +GstRtpSsrcDemux -GstRTPSsrcDemuxClass -GstRTPSsrcDemuxPad +GstRtpSsrcDemuxClass +GstRtpSsrcDemuxPad GST_RTP_SSRC_DEMUX GST_IS_RTP_SSRC_DEMUX GST_TYPE_RTP_SSRC_DEMUX diff --git a/docs/plugins/gst-plugins-bad-plugins.hierarchy b/docs/plugins/gst-plugins-bad-plugins.hierarchy index 030639dc..15ca582f 100644 --- a/docs/plugins/gst-plugins-bad-plugins.hierarchy +++ b/docs/plugins/gst-plugins-bad-plugins.hierarchy @@ -8,8 +8,8 @@ GObject GstElement GstBin GstPipeline - GstRTPBin - GstRTPClient + GstRtpBin + GstRtpClient GstRgVolume GstX264Enc GstXvidEnc @@ -60,10 +60,10 @@ GObject GstDtsDec GstBz2enc GstBz2dec - GstRTPJitterBuffer - GstRTPPtDemux - GstRTPSession - GstRTPSsrcDemux + GstRtpJitterBuffer + GstRtpPtDemux + GstRtpSession + GstRtpSsrcDemux GstVMncDec MpegVideoParse GstRealVideoDec diff --git a/docs/plugins/gst-plugins-bad-plugins.interfaces b/docs/plugins/gst-plugins-bad-plugins.interfaces index 889c274d..4e60b531 100644 --- a/docs/plugins/gst-plugins-bad-plugins.interfaces +++ b/docs/plugins/gst-plugins-bad-plugins.interfaces @@ -1,7 +1,7 @@ GstBin GstChildProxy GstPipeline GstChildProxy -GstRTPBin GstChildProxy -GstRTPClient GstChildProxy +GstRtpBin GstChildProxy +GstRtpClient GstChildProxy GstRgVolume GstChildProxy GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance 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