From 6863dd92408eb5bd758e6c297324e6b2dc81042b Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 20 Apr 2002 21:42:51 +0000 Subject: 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 --- gst/mpegaudioparse/gstmpegaudioparse.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gst/mpegaudioparse/gstmpegaudioparse.c') diff --git a/gst/mpegaudioparse/gstmpegaudioparse.c b/gst/mpegaudioparse/gstmpegaudioparse.c index 151aec0c..177a5d3d 100644 --- a/gst/mpegaudioparse/gstmpegaudioparse.c +++ b/gst/mpegaudioparse/gstmpegaudioparse.c @@ -23,9 +23,9 @@ /* elementfactory information */ static GstElementDetails mp3parse_details = { - "MP3 Parser", - "Filter/Parser/Audio", - "Parses and frames MP3 audio streams, provides seek", + "MPEG1 Audio Parser", + "Codec/Parser", + "Parses and frames mpeg1 audio streams (levels 1-3), provides seek", VERSION, "Erik Walthinsen ", "(C) 1999", -- cgit v1.2.1