From 91af4f0eedffae4fff8618b1a71c9a58f8e6d628 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 28 Jul 2003 13:42:54 +0000 Subject: move the element to Codec/Image/Decoder, as it was annoying me in gst-editor Original commit message from CVS: move the element to Codec/Image/Decoder, as it was annoying me in gst-editor Are there rules for this yet? --- ext/gdk_pixbuf/gstgdkpixbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/gdk_pixbuf') diff --git a/ext/gdk_pixbuf/gstgdkpixbuf.c b/ext/gdk_pixbuf/gstgdkpixbuf.c index eaca7aaa..124df68a 100644 --- a/ext/gdk_pixbuf/gstgdkpixbuf.c +++ b/ext/gdk_pixbuf/gstgdkpixbuf.c @@ -31,7 +31,7 @@ static GstElementDetails plugin_details = { "GdkPixbuf image decoder", - "Codecs/GdkPixbuf", + "Codec/Image/Decoder", "LGPL", "Decodes images in a video stream using GdkPixbuf", VERSION, -- cgit