diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2007-06-08 16:31:15 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2007-06-08 16:31:15 +0000 |
commit | 5210165feb20efb9ce1243a1aae003ff43c40ba7 (patch) | |
tree | 76767334122dc8c6a25844fd38f0c5b42852f953 /docs | |
parent | d3d46ebb1281d9e3d177b4986b95cf8936495742 (diff) | |
download | gst-plugins-bad-5210165feb20efb9ce1243a1aae003ff43c40ba7.tar.gz gst-plugins-bad-5210165feb20efb9ce1243a1aae003ff43c40ba7.tar.bz2 gst-plugins-bad-5210165feb20efb9ce1243a1aae003ff43c40ba7.zip |
Rename the keep-aspect-ratio property to force-aspect-ratio to make it consistent with xvimagesink and ximagesink.
Original commit message from CVS:
* docs/plugins/gst-plugins-bad-plugins.args:
* sys/directdraw/gstdirectdrawsink.c:
(gst_directdraw_sink_class_init):
Rename the keep-aspect-ratio property to force-aspect-ratio to make
it consistent with xvimagesink and ximagesink.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.args | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index 20c5f6ee..4cd97198 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -17086,12 +17086,12 @@ </ARG> <ARG> -<NAME>GstDirectDrawSink::keep-aspect-ratio</NAME> +<NAME>GstDirectDrawSink::force-aspect-ratio</NAME> <TYPE>gboolean</TYPE> <RANGE></RANGE> <FLAGS>rw</FLAGS> -<NICK>keep-aspect-ratio</NICK> -<BLURB>keep the aspect ratio or not</BLURB> +<NICK>Force aspect ratio</NICK> +<BLURB>When enabled, scaling will respect original aspect ratio.</BLURB> <DEFAULT>FALSE</DEFAULT> </ARG> |