[gst-cvs] gst-plugins-bad: frei0r: Fix the klass of the filter elements
Sebastian Dröge
slomo at kemper.freedesktop.org
Fri Jun 19 02:04:04 PDT 2009
Module: gst-plugins-bad
Branch: master
Commit: ab0a9e3694b3b0b43891dbe2c498fbed98daa747
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=ab0a9e3694b3b0b43891dbe2c498fbed98daa747
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Mon Jun 15 17:05:36 2009 +0200
frei0r: Fix the klass of the filter elements
---
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 ef178c9..9b0279d 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 at 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);
More information about the Gstreamer-commits
mailing list