diff --git a/ext/pulse/pulsesink.c b/ext/pulse/pulsesink.c index adeae04dc7..59e14058d1 100644 --- a/ext/pulse/pulsesink.c +++ b/ext/pulse/pulsesink.c @@ -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". * */