From edfa99ef3176678d8c435097a82695724d5f1e76 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 4 Mar 2011 15:42:19 +0200 Subject: [PATCH] pulsesink: fix the xml in the docs --- ext/pulse/pulsesink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pulse/pulsesink.c b/ext/pulse/pulsesink.c index c45acb93e0..adeae04dc7 100644 --- a/ext/pulse/pulsesink.c +++ b/ext/pulse/pulsesink.c @@ -1915,7 +1915,7 @@ gst_pulsesink_class_init (GstPulseSinkClass * klass) * GstPulseSink:stream-properties * * List of pulseaudio stream properties. A list of defined properties can be - * found in the pulseaudio api docs. + * found in the pulseaudio api docs. * * Below is an example for registering as a music application to pulseaudio. * |[