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.
This commit is contained in:
Sébastien Moutte 2007-05-09 20:01:21 +00:00
parent d60b9143aa
commit b09d59da79
2 changed files with 24 additions and 0 deletions

View file

@ -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:

View file

@ -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>