Skip to content

Commit

Permalink
rtphdrext-rfc6464: Add example pipeline
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ocrete authored and GStreamer Marge Bot committed Aug 30, 2021
1 parent 9ff052d commit 23d07f3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion gst/rtpmanager/gstrtphdrext-rfc6464.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23d07f3

Please sign in to comment.