diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.args | 19 |
2 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-05-09 Sebastien Moutte <sebastien@moutte.net> + + * docs/plugins/gst-plugins-bad-plugins.args: + Add directraw and directsound sinks properties. + 2007-05-09 Tim-Philipp Müller <tim at centricular dot net> * configure.ac: diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index 930ca98a..d4ed6597 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -17085,3 +17085,22 @@ <DEFAULT>200</DEFAULT> </ARG> +<ARG> +<NAME>GstDirectDrawSink::keep-aspect-ratio</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>keep-aspect-ratio</NICK> +<BLURB>keep the aspect ratio or not</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDirectSoundSink::attenuation</NAME> +<TYPE>glong</TYPE> +<RANGE>[-1000,0]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Attenuation of the sound</NICK> +<BLURB>The attenuation for the directsound buffer (default is 0 so the directsound buffer will not be attenuated).</BLURB> +<DEFAULT>0</DEFAULT> +</ARG>
\ No newline at end of file |