diff options
author | Edward Hervey <bilboed@bilboed.com> | 2007-05-22 11:03:30 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2007-05-22 11:03:30 +0000 |
commit | 8a718ff68654de11a0c22969b15804d3ff6b2b25 (patch) | |
tree | 78d9e89b7661c39c3c5606c4943a7866f243b4cf /docs/plugins/gst-plugins-bad-plugins.args | |
parent | 06ff42e49f40953b5d61930ce8cdb8bf073f54e7 (diff) | |
download | gst-plugins-bad-8a718ff68654de11a0c22969b15804d3ff6b2b25.tar.gz gst-plugins-bad-8a718ff68654de11a0c22969b15804d3ff6b2b25.tar.bz2 gst-plugins-bad-8a718ff68654de11a0c22969b15804d3ff6b2b25.zip |
docs/plugins/Makefile.am: Also look for .m (objectivec) files.
Original commit message from CVS:
* docs/plugins/Makefile.am:
Also look for .m (objectivec) files.
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/gst-plugins-bad-plugins.args:
* sys/osxvideo/osxvideosink.m:
Add documentation for element and properties.
Diffstat (limited to 'docs/plugins/gst-plugins-bad-plugins.args')
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.args | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index d4ed6597..3a1f1605 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -17103,4 +17103,24 @@ <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 +</ARG> + +<ARG> +<NAME>GstOSXVideoSink::embed</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>embed</NICK> +<BLURB>When enabled, it can be embedded.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstOSXVideoSink::fullscreen</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>fullscreen</NICK> +<BLURB>When enabled, the view is fullscreen.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> |