mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
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:
parent
d60b9143aa
commit
b09d59da79
2 changed files with 24 additions and 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>
|
2007-05-09 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -17085,3 +17085,22 @@
|
||||||
<DEFAULT>200</DEFAULT>
|
<DEFAULT>200</DEFAULT>
|
||||||
</ARG>
|
</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>
|
Loading…
Reference in a new issue