X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Frtp%2FgstrtpL16pay.c;h=7e358d3d0fd27d5a9ac07accede38fee4f0510c0;hb=775ccdf9775bd7051929b257444b3be915e88ec6;hp=4783a650f2d1abfdba932b044d32f0f3e8cff17e;hpb=4b1f43ebe331c16b3f840e391cd8195b24e78bc0;p=platform%2Fupstream%2Fgst-plugins-good.git diff --git a/gst/rtp/gstrtpL16pay.c b/gst/rtp/gstrtpL16pay.c index 4783a65..7e358d3 100644 --- a/gst/rtp/gstrtpL16pay.c +++ b/gst/rtp/gstrtpL16pay.c @@ -19,18 +19,18 @@ /** * SECTION:element-rtpL16pay + * @title: rtpL16pay * @see_also: rtpL16depay * * Payload raw audio into RTP packets according to RFC 3551. * For detailed information see: http://www.rfc-editor.org/rfc/rfc3551.txt * - * - * Example pipeline + * ## Example pipeline * |[ * gst-launch-1.0 -v audiotestsrc ! audioconvert ! rtpL16pay ! udpsink * ]| This example pipeline will payload raw audio. Refer to * the rtpL16depay example to depayload and play the RTP stream. - * + * */ #ifdef HAVE_CONFIG_H