From 00a155333c5e3b9832b82b47f11ce7574580537b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Tue, 10 Feb 2009 17:02:24 +0000 Subject: Moved rtpmux from gst-p-farsight to -bad --- gst/rtpmux/gstrtpdtmfmux.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'gst/rtpmux/gstrtpdtmfmux.c') diff --git a/gst/rtpmux/gstrtpdtmfmux.c b/gst/rtpmux/gstrtpdtmfmux.c index 8b4c4496..9928cc6e 100644 --- a/gst/rtpmux/gstrtpdtmfmux.c +++ b/gst/rtpmux/gstrtpdtmfmux.c @@ -26,8 +26,8 @@ /** * SECTION:element-rtpdtmfmux * @short_description: mixes RTP DTMF streams into other RTP streams - * - * + * @see_also: rtpdtmfsrc, dtmfsrc + * * The RTPDTMFMuxer mixes/muxes RTP DTMF stream(s) into other RTP * streams. It does exactly what it's parent (RTPMuxer) does, except * that it allows upstream peer elements to request exclusive access @@ -40,11 +40,10 @@ * structure of name "stream-lock" with only one boolean field: * "lock". If this field is set to TRUE, the request is for the * acquisition of the lock, otherwise it is for release of the lock. - * - * For example, the following code in an upstream peer element + * + * For example, the following code in an upstream peer element * requests the acquisition of the stream lock: - * - * + * * * GstEvent *event; * GstStructure *structure; @@ -58,8 +57,7 @@ * event = gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM_OOB, structure); * gst_pad_push_event (dtmfsrc->srcpad, event); * - * - * + * */ #ifdef HAVE_CONFIG_H -- cgit v1.2.1