mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
rotate: fix description string to match what the element does
https://bugzilla.gnome.org/show_bug.cgi?id=669365
This commit is contained in:
parent
2eef9828d6
commit
e84bbcbeab
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ gst_rotate_base_init (gpointer gclass)
|
||||||
gst_element_class_set_details_simple (element_class,
|
gst_element_class_set_details_simple (element_class,
|
||||||
"rotate",
|
"rotate",
|
||||||
"Transform/Effect/Video",
|
"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>");
|
"Thiago Santos<thiago.sousa.santos@collabora.co.uk>");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue