summaryrefslogtreecommitdiffstats
path: root/ext/libpng/gstpngenc.c
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2003-07-12 14:23:45 +0000
committerChristian Schaller <uraeus@gnome.org>2003-07-12 14:23:45 +0000
commit8c4aec99981a02e6fe6fdf61d4156746131a442d (patch)
tree0241cadbeef2c60703fd01c2b620ba233927a5d3 /ext/libpng/gstpngenc.c
parent68bd6538d8347f4f7b89e23b7bade8752bd9187f (diff)
fix the bug where pngenc was registered as a effect plugin
Original commit message from CVS: fix the bug where pngenc was registered as a effect plugin
Diffstat (limited to 'ext/libpng/gstpngenc.c')
-rw-r--r--ext/libpng/gstpngenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libpng/gstpngenc.c b/ext/libpng/gstpngenc.c
index afc78391..d3ebcf5b 100644
--- a/ext/libpng/gstpngenc.c
+++ b/ext/libpng/gstpngenc.c
@@ -28,7 +28,7 @@
GstElementDetails gst_pngenc_details = {
"png encoder",
- "Filter/Video/Effect",
+ "Codec/Image/Encoder",
"LGPL",
"Encode a video frame to a .png image",
VERSION,