diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-06-15 17:05:36 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-06-19 11:03:15 +0200 |
commit | ab0a9e3694b3b0b43891dbe2c498fbed98daa747 (patch) | |
tree | 4cb4f74b43da359a462da4977eb30bb268ce756f /gst/frei0r | |
parent | 3aabf06c86118e69143a67e0aae26ca8a156324d (diff) | |
download | gstreamer-plugins-bad-ab0a9e3694b3b0b43891dbe2c498fbed98daa747.tar.gz |
frei0r: Fix the klass of the filter elements
Diffstat (limited to 'gst/frei0r')
-rw-r--r-- | gst/frei0r/gstfrei0rfilter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/frei0r/gstfrei0rfilter.c b/gst/frei0r/gstfrei0rfilter.c index ef178c97a..9b0279df7 100644 --- a/gst/frei0r/gstfrei0rfilter.c +++ b/gst/frei0r/gstfrei0rfilter.c @@ -186,7 +186,7 @@ gst_frei0r_filter_class_init (GstFrei0rFilterClass * klass, ("Sebastian Dröge <sebastian.droege@collabora.co.uk>, %s", class_data->info.author); gst_element_class_set_details_simple (gstelement_class, class_data->info.name, - "Filter/Editor/Video", class_data->info.explanation, author); + "Filter/Effect/Video", class_data->info.explanation, author); g_free (author); caps = gst_frei0r_caps_from_color_model (class_data->info.color_model); |