diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-08-23 21:39:58 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-08-23 21:39:58 +0000 |
commit | 3adc3a9878907809da7dfb47bfc3de2645c35b61 (patch) | |
tree | 2d232a0bbeac0f241176a1f7a92fd22aed1df497 /docs/plugins | |
parent | dcc4837a237abb01919b3fa837d14a1b03bcc4ce (diff) | |
download | gst-plugins-bad-3adc3a9878907809da7dfb47bfc3de2645c35b61.tar.gz gst-plugins-bad-3adc3a9878907809da7dfb47bfc3de2645c35b61.tar.bz2 gst-plugins-bad-3adc3a9878907809da7dfb47bfc3de2645c35b61.zip |
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.
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 36 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.hierarchy | 12 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.interfaces | 4 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.signals | 101 |
4 files changed, 81 insertions, 72 deletions
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 <SECTION> <FILE>element-gstrtpbin</FILE> <TITLE>gstrtpbin</TITLE> -GstRTPBin +GstRtpBin <SUBSECTION Standard> -GstRTPBinPrivate -GstRTPBinClass +GstRtpBinPrivate +GstRtpBinClass GST_RTP_BIN GST_IS_RTP_BIN GST_TYPE_RTP_BIN @@ -248,10 +248,10 @@ GST_IS_RTP_BIN_CLASS <SECTION> <FILE>element-gstrtpclient</FILE> <TITLE>gstrtpclient</TITLE> -GstRTPClient +GstRtpClient <SUBSECTION Standard> -GstRTPClientClass -GstRTPClientPrivate +GstRtpClientClass +GstRtpClientPrivate GST_RTP_CLIENT GST_IS_RTP_CLIENT GST_TYPE_RTP_CLIENT @@ -263,10 +263,10 @@ GST_IS_RTP_CLIENT_CLASS <SECTION> <FILE>element-gstrtpjitterbuffer</FILE> <TITLE>gstrtpjitterbuffer</TITLE> -GstRTPJitterBuffer +GstRtpJitterBuffer <SUBSECTION Standard> -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 <SECTION> <FILE>element-gstrtpptdemux</FILE> <TITLE>gstrtpptdemux</TITLE> -GstRTPPtDemux +GstRtpPtDemux <SUBSECTION Standard> -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 <SECTION> <FILE>element-gstrtpsession</FILE> <TITLE>gstrtpsession</TITLE> -GstRTPSession +GstRtpSession <SUBSECTION Standard> -GstRTPSessionClass -GstRTPSessionPrivate +GstRtpSessionClass +GstRtpSessionPrivate GST_RTP_SESSION GST_IS_RTP_SESSION GST_TYPE_RTP_SESSION @@ -309,10 +309,10 @@ GST_RTP_SESSION_CAST <SECTION> <FILE>element-gstrtpssrcdemux</FILE> <TITLE>gstrtpssrcdemux</TITLE> -GstRTPSsrcDemux +GstRtpSsrcDemux <SUBSECTION Standard> -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 </SIGNAL> <SIGNAL> -<NAME>GstRTPSsrcDemux::new-ssrc-pad</NAME> +<NAME>GstRtpSsrcDemux::new-ssrc-pad</NAME> <RETURNS>void</RETURNS> <FLAGS>l</FLAGS> -GstRTPSsrcDemux *gstrtpssrcdemux +GstRtpSsrcDemux *gstrtpssrcdemux guint arg1 GstPad *arg2 </SIGNAL> <SIGNAL> -<NAME>GstRTPSession::clear-pt-map</NAME> +<NAME>GstRtpSession::clear-pt-map</NAME> <RETURNS>void</RETURNS> <FLAGS>a</FLAGS> -GstRTPSession *gstrtpsession +GstRtpSession *gstrtpsession </SIGNAL> <SIGNAL> -<NAME>GstRTPSession::request-pt-map</NAME> +<NAME>GstRtpSession::request-pt-map</NAME> <RETURNS>GstCaps*</RETURNS> <FLAGS>l</FLAGS> -GstRTPSession *gstrtpsession +GstRtpSession *gstrtpsession guint arg1 </SIGNAL> <SIGNAL> -<NAME>GstRTPSession::on-bye-ssrc</NAME> +<NAME>GstRtpSession::on-bye-ssrc</NAME> <RETURNS>void</RETURNS> <FLAGS>l</FLAGS> -GstRTPSession *gstrtpsession +GstRtpSession *gstrtpsession guint arg1 </SIGNAL> <SIGNAL> -<NAME>GstRTPSession::on-bye-timeout</NAME> +<NAME>GstRtpSession::on-bye-timeout</NAME> <RETURNS>void</RETURNS> <FLAGS>l</FLAGS> -GstRTPSession *gstrtpsession +GstRtpSession *gstrtpsession guint arg1 </SIGNAL> <SIGNAL> -<NAME>GstRTPSession::on-new-ssrc</NAME> +<NAME>GstRtpSession::on-new-ssrc</NAME> <RETURNS>void</RETURNS> <FLAGS>l</FLAGS> -GstRTPSession *gstrtpsession +GstRtpSession *gstrtpsession guint arg1 </SIGNAL> <SIGNAL> -<NAME>GstRTPSession::on-ssrc-collision</NAME> +<NAME>GstRtpSession::on-ssrc-collision</NAME> <RETURNS>void</RETURNS> <FLAGS>l</FLAGS> -GstRTPSession *gstrtpsession +GstRtpSession *gstrtpsession guint arg1 </SIGNAL> <SIGNAL> -<NAME>GstRTPSession::on-ssrc-validated</NAME> +<NAME>GstRtpSession::on-ssrc-validated</NAME> <RETURNS>void</RETURNS> <FLAGS>l</FLAGS> -GstRTPSession *gstrtpsession +GstRtpSession *gstrtpsession guint arg1 </SIGNAL> <SIGNAL> -<NAME>GstRTPSession::on-timeout</NAME> +<NAME>GstRtpSession::on-timeout</NAME> <RETURNS>void</RETURNS> <FLAGS>l</FLAGS> -GstRTPSession *gstrtpsession +GstRtpSession *gstrtpsession guint arg1 </SIGNAL> <SIGNAL> -<NAME>GstRTPPtDemux::clear-pt-map</NAME> +<NAME>GstRtpPtDemux::clear-pt-map</NAME> <RETURNS>void</RETURNS> <FLAGS>la</FLAGS> -GstRTPPtDemux *gstrtpptdemux +GstRtpPtDemux *gstrtpptdemux </SIGNAL> <SIGNAL> -<NAME>GstRTPPtDemux::new-payload-type</NAME> +<NAME>GstRtpPtDemux::new-payload-type</NAME> <RETURNS>void</RETURNS> <FLAGS>l</FLAGS> -GstRTPPtDemux *gstrtpptdemux +GstRtpPtDemux *gstrtpptdemux guint arg1 GstPad *arg2 </SIGNAL> <SIGNAL> -<NAME>GstRTPPtDemux::payload-type-change</NAME> +<NAME>GstRtpPtDemux::payload-type-change</NAME> <RETURNS>void</RETURNS> <FLAGS>l</FLAGS> -GstRTPPtDemux *gstrtpptdemux +GstRtpPtDemux *gstrtpptdemux guint arg1 </SIGNAL> <SIGNAL> -<NAME>GstRTPPtDemux::request-pt-map</NAME> +<NAME>GstRtpPtDemux::request-pt-map</NAME> <RETURNS>GstCaps*</RETURNS> <FLAGS>l</FLAGS> -GstRTPPtDemux *gstrtpptdemux +GstRtpPtDemux *gstrtpptdemux guint arg1 </SIGNAL> <SIGNAL> -<NAME>GstRTPJitterBuffer::clear-pt-map</NAME> +<NAME>GstRtpJitterBuffer::clear-pt-map</NAME> <RETURNS>void</RETURNS> <FLAGS>l</FLAGS> -GstRTPJitterBuffer *gstrtpjitterbuffer +GstRtpJitterBuffer *gstrtpjitterbuffer </SIGNAL> <SIGNAL> -<NAME>GstRTPJitterBuffer::request-pt-map</NAME> +<NAME>GstRtpJitterBuffer::request-pt-map</NAME> <RETURNS>GstCaps*</RETURNS> <FLAGS>l</FLAGS> -GstRTPJitterBuffer *gstrtpjitterbuffer +GstRtpJitterBuffer *gstrtpjitterbuffer guint arg1 </SIGNAL> <SIGNAL> -<NAME>GstRTPBin::clear-pt-map</NAME> +<NAME>GstRtpBin::clear-pt-map</NAME> <RETURNS>void</RETURNS> <FLAGS>a</FLAGS> -GstRTPBin *gstrtpbin +GstRtpBin *gstrtpbin </SIGNAL> <SIGNAL> -<NAME>GstRTPBin::request-pt-map</NAME> +<NAME>GstRtpBin::request-pt-map</NAME> <RETURNS>GstCaps*</RETURNS> <FLAGS>l</FLAGS> -GstRTPBin *gstrtpbin +GstRtpBin *gstrtpbin guint arg1 guint arg2 </SIGNAL> <SIGNAL> -<NAME>GstRTPBin::on-bye-ssrc</NAME> +<NAME>GstRtpBin::on-bye-ssrc</NAME> <RETURNS>void</RETURNS> <FLAGS>l</FLAGS> -GstRTPBin *gstrtpbin +GstRtpBin *gstrtpbin guint arg1 guint arg2 </SIGNAL> <SIGNAL> -<NAME>GstRTPBin::on-bye-timeout</NAME> +<NAME>GstRtpBin::on-bye-timeout</NAME> <RETURNS>void</RETURNS> <FLAGS>l</FLAGS> -GstRTPBin *gstrtpbin +GstRtpBin *gstrtpbin guint arg1 guint arg2 </SIGNAL> <SIGNAL> -<NAME>GstRTPBin::on-new-ssrc</NAME> +<NAME>GstRtpBin::on-new-ssrc</NAME> <RETURNS>void</RETURNS> <FLAGS>l</FLAGS> -GstRTPBin *gstrtpbin +GstRtpBin *gstrtpbin guint arg1 guint arg2 </SIGNAL> <SIGNAL> -<NAME>GstRTPBin::on-ssrc-collision</NAME> +<NAME>GstRtpBin::on-ssrc-collision</NAME> <RETURNS>void</RETURNS> <FLAGS>l</FLAGS> -GstRTPBin *gstrtpbin +GstRtpBin *gstrtpbin guint arg1 guint arg2 </SIGNAL> <SIGNAL> -<NAME>GstRTPBin::on-ssrc-validated</NAME> +<NAME>GstRtpBin::on-ssrc-validated</NAME> <RETURNS>void</RETURNS> <FLAGS>l</FLAGS> -GstRTPBin *gstrtpbin +GstRtpBin *gstrtpbin guint arg1 guint arg2 </SIGNAL> <SIGNAL> -<NAME>GstRTPBin::on-timeout</NAME> +<NAME>GstRtpBin::on-timeout</NAME> <RETURNS>void</RETURNS> <FLAGS>l</FLAGS> -GstRTPBin *gstrtpbin +GstRtpBin *gstrtpbin guint arg1 guint arg2 </SIGNAL> @@ -202,3 +202,12 @@ GstCDAudio *gstcdaudio gint arg1 </SIGNAL> +<SIGNAL> +<NAME>MpegTSParse::pmt-info</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +MpegTSParse *mpegtsparse +gint arg1 +MpegTSPmtInfo *arg2 +</SIGNAL> + |