From 3a496fd7ebb90d12bad86c6ded97a75e134794f6 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 28 May 2007 16:37:47 +0000 Subject: Rename elements to avoid conflict with farsight elements with the same name. Fixes #430664. Original commit message from CVS: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream), (gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp), (create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad): * gst/rtpmanager/gstrtpclient.c: (create_stream), (gst_rtp_client_request_new_pad): * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop): * gst/rtpmanager/gstrtpmanager.c: (plugin_init): * gst/rtpmanager/gstrtpptdemux.c: * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init), (gst_rtp_session_request_new_pad): * gst/rtpmanager/gstrtpssrcdemux.c: Rename elements to avoid conflict with farsight elements with the same name. Fixes #430664. --- docs/plugins/gst-plugins-bad-plugins-sections.txt | 24 +++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'docs/plugins/gst-plugins-bad-plugins-sections.txt') diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index 2859f058..0a4a25e7 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -80,9 +80,9 @@ GstRgVolumeClass
-element-rtpbin +element-gstrtpbin GstRTPBin -rtpbin +gstrtpbin GstRTPBinPrivate GstRTPBinClass @@ -95,8 +95,8 @@ GST_IS_RTP_BIN_CLASS
-element-rtpclient -rtpclient +element-gstrtpclient +gstrtpclient GstRTPClient GstRTPClientClass @@ -110,8 +110,8 @@ GST_IS_RTP_CLIENT_CLASS
-element-rtpjitterbuffer -rtpjitterbuffer +element-gstrtpjitterbuffer +gstrtpjitterbuffer GstRTPJitterBuffer GstRTPJitterBufferClass @@ -125,8 +125,8 @@ GST_IS_RTP_JITTER_BUFFER_CLASS
-element-rtpptdemux -rtpptdemux +element-gstrtpptdemux +gstrtpptdemux GstRTPPtDemux GstRTPPtDemuxClass @@ -140,8 +140,8 @@ GST_IS_RTP_PT_DEMUX_CLASS
-element-rtpsession -rtpsession +element-gstrtpsession +gstrtpsession GstRTPSession GstRTPSessionClass @@ -155,8 +155,8 @@ GST_IS_RTP_SESSION_CLASS
-element-rtpssrcdemux -rtpssrcdemux +element-gstrtpssrcdemux +gstrtpssrcdemux GstRTPSsrcDemux GstRTPSsrcDemuxClass -- cgit v1.2.1