X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Frtp%2Fgstrtph261depay.c;h=164d2f04d43e55a36b18c02f9a502f0287615a44;hb=775ccdf9775bd7051929b257444b3be915e88ec6;hp=5d372293cf2a4854bcd7f35f7eaf861a2c6450cf;hpb=deeb3be3ec26feef48f277d85bf55e816a228d4e;p=platform%2Fupstream%2Fgst-plugins-good.git diff --git a/gst/rtp/gstrtph261depay.c b/gst/rtp/gstrtph261depay.c index 5d37229..164d2f0 100644 --- a/gst/rtp/gstrtph261depay.c +++ b/gst/rtp/gstrtph261depay.c @@ -20,6 +20,7 @@ /** * SECTION:element-rtph261depay + * @title: rtph261depay * @see_also: rtph261pay * * Extract encoded H.261 video frames from RTP packets according to RFC 4587. @@ -29,13 +30,12 @@ * aggregates the extracted stream until a complete frame is received before * it pushes it downstream. * - * - * Example pipeline + * ## Example pipeline * |[ * gst-launch-1.0 udpsrc caps='application/x-rtp, payload=31' ! rtph261depay ! avdec_h261 ! autovideosink * ]| This example pipeline will depayload and decode an RTP H.261 video stream. * Refer to the rtph261pay example to create the RTP stream. - * + * */ #ifdef HAVE_CONFIG_H