diff options
Diffstat (limited to 'gst/videofilter/gstvideoflip.c')
-rw-r--r-- | gst/videofilter/gstvideoflip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videofilter/gstvideoflip.c b/gst/videofilter/gstvideoflip.c index e1ffe2cf..1c64829c 100644 --- a/gst/videofilter/gstvideoflip.c +++ b/gst/videofilter/gstvideoflip.c @@ -112,7 +112,7 @@ gst_videoflip_base_init (gpointer g_class) { static GstElementDetails videoflip_details = GST_ELEMENT_DETAILS ( "Video Flipper", - "Filter/Video", + "Filter/Effect/Video", "Flips and rotates video", "David Schleef <ds@schleef.org>" ); |