diff options
author | Sébastien Moutte <sebastien@moutte.net> | 2007-05-09 20:01:21 +0000 |
---|---|---|
committer | Sébastien Moutte <sebastien@moutte.net> | 2007-05-09 20:01:21 +0000 |
commit | b09d59da796d33bad50ddaca33e96d343b8e145a (patch) | |
tree | ec14ef5147bbb673feb79fc670b5f39a10dff45f /docs | |
parent | d60b9143aa6f0edefb8b585fa923bd5337f2e0dc (diff) |
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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.args | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index 930ca98a2..d4ed65975 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 |