diff options
Diffstat (limited to 'gst/videofilter/gstvideobalance.c')
-rw-r--r-- | gst/videofilter/gstvideobalance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videofilter/gstvideobalance.c b/gst/videofilter/gstvideobalance.c index 4cc8efc5..1e4fb51a 100644 --- a/gst/videofilter/gstvideobalance.c +++ b/gst/videofilter/gstvideobalance.c @@ -90,7 +90,7 @@ gst_videobalance_base_init (gpointer g_class) { static GstElementDetails videobalance_details = GST_ELEMENT_DETAILS ( "Video Balance Control", - "Filter/Video", + "Filter/Effect/Video", "Adjusts brightness, contrast, hue, saturation on a video stream", "David Schleef <ds@schleef.org>" ); |