From 89914439b79309f1adc5b9272c84682181b5c895 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 4 Mar 2011 15:50:01 +0200 Subject: [PATCH] pulsesink: add a doc example for setting stream-properties --- ext/pulse/pulsesink.c | 4 ++++ 1 file changed, 4 insertions(+) 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". * */