pulsesink: add a doc example for setting stream-properties

This commit is contained in:
Stefan Kost 2011-03-04 15:50:01 +02:00
parent edfa99ef31
commit 89914439b7

View file

@ -36,6 +36,10 @@
* |[
* gst-launch -v audiotestsrc ! audioconvert ! volume volume=0.4 ! pulsesink
* ]| 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>
*/