rtphdrext-rfc6464: Add example pipeline

This makes it a bit easier to understand how to use it in an application.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/1058>
This commit is contained in:
Olivier Crête 2021-08-18 19:35:36 -04:00 committed by GStreamer Marge Bot
parent 9ff052d5be
commit 23d07f3c7b

View file

@ -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