summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2021-08-18 19:35:36 -0400
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-08-30 17:01:15 +0000
commit23d07f3c7b32baaaa644f4b342a8c7ec51c0fb9a (patch)
tree2939c7f93022f760aa12abc7da7afe0c0278001e
parent9ff052d5beb658809f72b0eb0f4778a4ebc57584 (diff)
downloadgstreamer-plugins-good-23d07f3c7b32baaaa644f4b342a8c7ec51c0fb9a.tar.gz
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>
-rw-r--r--gst/rtpmanager/gstrtphdrext-rfc6464.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/gst/rtpmanager/gstrtphdrext-rfc6464.c b/gst/rtpmanager/gstrtphdrext-rfc6464.c
index b13bb349f..3aefa3cf1 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