rotate: fix description string to match what the element does

https://bugzilla.gnome.org/show_bug.cgi?id=669365
This commit is contained in:
Vincent Penquerc'h 2012-02-04 22:06:12 +00:00
parent 2eef9828d6
commit e84bbcbeab

View file

@ -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@collabora.co.uk>");
}