summaryrefslogtreecommitdiff
path: root/gst/y4m
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-04-20 21:42:51 +0000
committerAndy Wingo <wingo@pobox.com>2002-04-20 21:42:51 +0000
commit6863dd92408eb5bd758e6c297324e6b2dc81042b (patch)
treeff4c1f7d2bb3e04cd8f3d7e4e2324b8c96fb260f /gst/y4m
parent826f1e165fc6b301735e9861fdae2be3544abe0b (diff)
downloadgstreamer-plugins-bad-6863dd92408eb5bd758e6c297324e6b2dc81042b.tar.gz
a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br...
Original commit message from CVS: * a hack to work around intltool's brokenness * a current check for mpeg2dec * details->klass reorganizations * an element browser that uses details->klass * separated cdxa parse out from the avi directory
Diffstat (limited to 'gst/y4m')
-rw-r--r--gst/y4m/gsty4mencode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/y4m/gsty4mencode.c b/gst/y4m/gsty4mencode.c
index f691212da..3a913b729 100644
--- a/gst/y4m/gsty4mencode.c
+++ b/gst/y4m/gsty4mencode.c
@@ -23,7 +23,7 @@
static GstElementDetails lavencode_details = {
"LavEncode",
- "Filter/LAV/Encoder",
+ "Codec/Video/Encoder",
"Encodes a YUV frame into the lav format (mjpeg_tools)",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",