gst-plugins-bad: rotate: fix description string to match what the element does
Vincent Penquerc'h
vincent at kemper.freedesktop.org
Sun Feb 5 12:32:42 PST 2012
Module: gst-plugins-bad
Branch: master
Commit: e84bbcbeabece21849f45d51b6e0f7b766cfa4dd
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=e84bbcbeabece21849f45d51b6e0f7b766cfa4dd
Author: Vincent Penquerc'h <vincent.penquerch at collabora.co.uk>
Date: Sat Feb 4 22:06:12 2012 +0000
rotate: fix description string to match what the element does
https://bugzilla.gnome.org/show_bug.cgi?id=669365
---
gst/geometrictransform/gstrotate.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gst/geometrictransform/gstrotate.c b/gst/geometrictransform/gstrotate.c
index 6c5ba62..2c26bc3 100644
--- a/gst/geometrictransform/gstrotate.c
+++ b/gst/geometrictransform/gstrotate.c
@@ -134,7 +134,7 @@ gst_rotate_base_init (gpointer gclass)
gst_element_class_set_details_simple (element_class,
"rotate",
"Transform/Effect/Video",
- "Warps the picture into an arc shaped form",
+ "Rotates the picture by an arbitrary angle",
"Thiago Santos<thiago.sousa.santos at collabora.co.uk>");
}
More information about the gstreamer-commits
mailing list