mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
pulsesink: add a doc example for setting stream-properties
This commit is contained in:
parent
edfa99ef31
commit
89914439b7
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@
|
||||||
* |[
|
* |[
|
||||||
* gst-launch -v audiotestsrc ! audioconvert ! volume volume=0.4 ! pulsesink
|
* gst-launch -v audiotestsrc ! audioconvert ! volume volume=0.4 ! pulsesink
|
||||||
* ]| Play a 440Hz sine wave.
|
* ]| Play a 440Hz sine wave.
|
||||||
|
* |[
|
||||||
|
* gst-launch -v audiotestsrc ! pulsesink stream-properties="props,media.title=test"
|
||||||
|
* ]] Play a sine wave and set a stream property. The property can be checked
|
||||||
|
* with "pactl list".
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue