summaryrefslogtreecommitdiffstats
path: root/docs/plugins/gst-plugins-bad-plugins.args
diff options
context:
space:
mode:
authorSébastien Moutte <sebastien@moutte.net>2007-05-09 20:01:21 +0000
committerSébastien Moutte <sebastien@moutte.net>2007-05-09 20:01:21 +0000
commitb09d59da796d33bad50ddaca33e96d343b8e145a (patch)
treeec14ef5147bbb673feb79fc670b5f39a10dff45f /docs/plugins/gst-plugins-bad-plugins.args
parentd60b9143aa6f0edefb8b585fa923bd5337f2e0dc (diff)
downloadgst-plugins-bad-b09d59da796d33bad50ddaca33e96d343b8e145a.tar.gz
gst-plugins-bad-b09d59da796d33bad50ddaca33e96d343b8e145a.tar.bz2
gst-plugins-bad-b09d59da796d33bad50ddaca33e96d343b8e145a.zip
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/plugins/gst-plugins-bad-plugins.args')
-rw-r--r--docs/plugins/gst-plugins-bad-plugins.args19
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 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