summaryrefslogtreecommitdiffstats
path: root/ext/gdk_pixbuf/gstgdkpixbuf.c
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2003-07-28 13:42:54 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2003-07-28 13:42:54 +0000
commit91af4f0eedffae4fff8618b1a71c9a58f8e6d628 (patch)
treedb9c391458d084d2b32a9dd7ae51cf82c3eef8d8 /ext/gdk_pixbuf/gstgdkpixbuf.c
parent6c336a9f4b3285ad754868061dcb06f2846be155 (diff)
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?
Diffstat (limited to 'ext/gdk_pixbuf/gstgdkpixbuf.c')
-rw-r--r--ext/gdk_pixbuf/gstgdkpixbuf.c2
1 files changed, 1 insertions, 1 deletions
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,