mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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:
parent
9ff052d5be
commit
23d07f3c7b
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue