From 0c4fe985b638ee046102e328b66b087d64f68679 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. --- gst/rtpmanager/gstrtpptdemux.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gst/rtpmanager/gstrtpptdemux.c') diff --git a/gst/rtpmanager/gstrtpptdemux.c b/gst/rtpmanager/gstrtpptdemux.c index 578f0353..235bbdd4 100644 --- a/gst/rtpmanager/gstrtpptdemux.c +++ b/gst/rtpmanager/gstrtpptdemux.c @@ -24,12 +24,12 @@ */ /** - * SECTION:element-rtpptdemux + * SECTION:element-gstrtpptdemux * @short_description: separate RTP payloads based on the payload type * * * - * rtpptdemux acts as a demuxer for RTP packets based on the payload type of the + * gstrtpptdemux acts as a demuxer for RTP packets based on the payload type of the * packets. Its main purpose is to allow an application to easily receive and * decode an RTP stream with multiple payload types. * @@ -45,14 +45,14 @@ * Example pipelines * * - * gst-launch udpsrc caps="application/x-rtp" ! rtpptdemux ! fakesink + * gst-launch udpsrc caps="application/x-rtp" ! gstrtpptdemux ! fakesink * * Takes an RTP stream and send the RTP packets with the first detected payload * type to fakesink, discarding the other payload types. * * * - * Last reviewed on 2007-05-22 (0.10.6) + * Last reviewed on 2007-05-28 (0.10.5) */ /* -- cgit