[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gstreamer-cvs
Subject:    gst-plugins-bad: rotate: Fix angle property help text
From:       slomo () kemper ! freedesktop ! org (Sebastian Dröge)
Date:       2013-10-31 21:36:09
Message-ID: 20131031213609.33FB976562 () kemper ! freedesktop ! org
[Download RAW message or body]

Module: gst-plugins-bad
Branch: master
Commit: fa12af3d0190cd2b6b7cbcc10977e981813106ad
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=fa12af3d0190cd2b6b7cbcc10977e981813106ad


Author: Antonio Ospite <ospite@studenti.unina.it>
Date:   Thu Oct 17 12:05:44 2013 +0200

rotate: Fix angle property help text

The help text of the angle property was probably copied from the circle
plugin, fix it to mention the rotation determined by the angle.

https://bugzilla.gnome.org/show_bug.cgi?id=710391

---

 docs/plugins/gst-plugins-bad-plugins.args |    2 +-
 gst/geometrictransform/gstrotate.c        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/plugins/gst-plugins-bad-plugins.args \
b/docs/plugins/gst-plugins-bad-plugins.args index 07730db..d70d914 100644
--- a/docs/plugins/gst-plugins-bad-plugins.args
+++ b/docs/plugins/gst-plugins-bad-plugins.args
@@ -47599,7 +47599,7 @@
 <RANGE></RANGE>
 <FLAGS>rw</FLAGS>
 <NICK>angle</NICK>
-<BLURB>Angle at which the arc starts in radians.</BLURB>
+<BLURB>Angle by which the picture is rotated, in radians.</BLURB>
 <DEFAULT>0</DEFAULT>
 </ARG>
 
diff --git a/gst/geometrictransform/gstrotate.c b/gst/geometrictransform/gstrotate.c
index 493e2b6..b487479 100644
--- a/gst/geometrictransform/gstrotate.c
+++ b/gst/geometrictransform/gstrotate.c
@@ -197,7 +197,7 @@ gst_rotate_class_init (GstRotateClass * klass)
 
   g_object_class_install_property (gobject_class, PROP_ANGLE,
       g_param_spec_double ("angle", "angle",
-          "Angle at which the arc starts in radians",
+          "Angle by which the picture is rotated, in radians",
           -G_MAXDOUBLE, G_MAXDOUBLE, DEFAULT_ANGLE,
           GST_PARAM_CONTROLLABLE | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 

_______________________________________________
gstreamer-commits mailing list
gstreamer-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/gstreamer-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic