+ checking in plugin category changes

Original commit message from CVS:
+ checking in plugin category changes
This commit is contained in:
Leif Johnson 2003-11-16 22:02:04 +00:00
parent e3757f79b1
commit b71ed5aa7d
4 changed files with 4 additions and 4 deletions

View file

@ -91,7 +91,7 @@ struct _GstMadClass {
/* elementfactory information */
static GstElementDetails gst_mad_details = GST_ELEMENT_DETAILS (
"mad mp3 decoder",
"Codec/Audio/Decoder",
"Codec/Decoder/Audio",
"Uses mad code to decode mp3 streams",
"Wim Taymans <wim.taymans@chello.be>"
);

View file

@ -41,7 +41,7 @@ GST_DEBUG_CATEGORY_EXTERN (GST_CAT_SEEK);
/* elementfactory information */
static GstElementDetails gst_mpeg2dec_details = {
"mpeg1 and mpeg2 video decoder",
"Codec/Video/Decoder",
"Codec/Decoder/Video",
"Uses libmpeg2 to decode MPEG video streams",
"Wim Taymans <wim.taymans@chello.be>",
};

View file

@ -75,7 +75,7 @@ static struct frmsize_s frmsizecod_tbl[] = {
/* elementfactory information */
static GstElementDetails ac3parse_details = GST_ELEMENT_DETAILS (
"AC3 Parser",
"Codec/Parser",
"Codec/Parser/Audio",
"Parses and frames AC3 audio streams, provides seek",
"Erik Walthinsen <omega@cse.ogi.edu>"
);

View file

@ -27,7 +27,7 @@
/* elementfactory information */
static GstElementDetails mp3parse_details = {
"MPEG1 Audio Parser",
"Codec/Parser",
"Codec/Parser/Audio",
"Parses and frames mpeg1 audio streams (levels 1-3), provides seek",
"Erik Walthinsen <omega@cse.ogi.edu>"
};