From: Olivier CrĂȘte Date: Wed, 18 Aug 2021 23:35:36 +0000 (-0400) Subject: rtphdrext-rfc6464: Add example pipeline X-Git-Tag: 1.19.3~509^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23d07f3c7b32baaaa644f4b342a8c7ec51c0fb9a;p=platform%2Fupstream%2Fgstreamer.git rtphdrext-rfc6464: Add example pipeline This makes it a bit easier to understand how to use it in an application. Part-of: --- diff --git a/gst/rtpmanager/gstrtphdrext-rfc6464.c b/gst/rtpmanager/gstrtphdrext-rfc6464.c index b13bb34..3aefa3c 100644 --- a/gst/rtpmanager/gstrtphdrext-rfc6464.c +++ b/gst/rtpmanager/gstrtphdrext-rfc6464.c @@ -23,10 +23,17 @@ * if their `auto-header-extension` property is enabled, if the extension * is part of the RTP caps. * + * ## Example pipeline + * |[ + * gst-launch-1.0 pulsesrc ! level audio-level-meta=true ! audiconvert ! + * rtpL16pay ! application/x-rtp, + * extmap-1=(string)\< \"\", urn:ietf:params:rtp-hdrext:ssrc-audio-level, + * \"vad=on\" \> ! udpsink + * ]| + * * Since: 1.20 * */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif