From b09d59da796d33bad50ddaca33e96d343b8e145a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Moutte?= Date: Wed, 9 May 2007 20:01:21 +0000 Subject: [PATCH] docs/plugins/gst-plugins-bad-plugins.args: Add directraw and directsound sinks properties. Original commit message from CVS: * docs/plugins/gst-plugins-bad-plugins.args: Add directraw and directsound sinks properties. --- ChangeLog | 5 +++++ docs/plugins/gst-plugins-bad-plugins.args | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/ChangeLog b/ChangeLog index dc5d5d9513..718f8f5d63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-09 Sebastien Moutte + + * docs/plugins/gst-plugins-bad-plugins.args: + Add directraw and directsound sinks properties. + 2007-05-09 Tim-Philipp Müller * configure.ac: diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index 930ca98a2f..d4ed659757 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -17085,3 +17085,22 @@ 200 + +GstDirectDrawSink::keep-aspect-ratio +gboolean + +rw +keep-aspect-ratio +keep the aspect ratio or not +FALSE + + + +GstDirectSoundSink::attenuation +glong +[-1000,0] +rw +Attenuation of the sound +The attenuation for the directsound buffer (default is 0 so the directsound buffer will not be attenuated). +0 + \ No newline at end of file