mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 15:36:42 +00:00
+ checking in plugin category changes
Original commit message from CVS: + checking in plugin category changes
This commit is contained in:
parent
e3757f79b1
commit
b71ed5aa7d
4 changed files with 4 additions and 4 deletions
|
@ -91,7 +91,7 @@ struct _GstMadClass {
|
||||||
/* elementfactory information */
|
/* elementfactory information */
|
||||||
static GstElementDetails gst_mad_details = GST_ELEMENT_DETAILS (
|
static GstElementDetails gst_mad_details = GST_ELEMENT_DETAILS (
|
||||||
"mad mp3 decoder",
|
"mad mp3 decoder",
|
||||||
"Codec/Audio/Decoder",
|
"Codec/Decoder/Audio",
|
||||||
"Uses mad code to decode mp3 streams",
|
"Uses mad code to decode mp3 streams",
|
||||||
"Wim Taymans <wim.taymans@chello.be>"
|
"Wim Taymans <wim.taymans@chello.be>"
|
||||||
);
|
);
|
||||||
|
|
|
@ -41,7 +41,7 @@ GST_DEBUG_CATEGORY_EXTERN (GST_CAT_SEEK);
|
||||||
/* elementfactory information */
|
/* elementfactory information */
|
||||||
static GstElementDetails gst_mpeg2dec_details = {
|
static GstElementDetails gst_mpeg2dec_details = {
|
||||||
"mpeg1 and mpeg2 video decoder",
|
"mpeg1 and mpeg2 video decoder",
|
||||||
"Codec/Video/Decoder",
|
"Codec/Decoder/Video",
|
||||||
"Uses libmpeg2 to decode MPEG video streams",
|
"Uses libmpeg2 to decode MPEG video streams",
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
};
|
};
|
||||||
|
|
|
@ -75,7 +75,7 @@ static struct frmsize_s frmsizecod_tbl[] = {
|
||||||
/* elementfactory information */
|
/* elementfactory information */
|
||||||
static GstElementDetails ac3parse_details = GST_ELEMENT_DETAILS (
|
static GstElementDetails ac3parse_details = GST_ELEMENT_DETAILS (
|
||||||
"AC3 Parser",
|
"AC3 Parser",
|
||||||
"Codec/Parser",
|
"Codec/Parser/Audio",
|
||||||
"Parses and frames AC3 audio streams, provides seek",
|
"Parses and frames AC3 audio streams, provides seek",
|
||||||
"Erik Walthinsen <omega@cse.ogi.edu>"
|
"Erik Walthinsen <omega@cse.ogi.edu>"
|
||||||
);
|
);
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
/* elementfactory information */
|
/* elementfactory information */
|
||||||
static GstElementDetails mp3parse_details = {
|
static GstElementDetails mp3parse_details = {
|
||||||
"MPEG1 Audio Parser",
|
"MPEG1 Audio Parser",
|
||||||
"Codec/Parser",
|
"Codec/Parser/Audio",
|
||||||
"Parses and frames mpeg1 audio streams (levels 1-3), provides seek",
|
"Parses and frames mpeg1 audio streams (levels 1-3), provides seek",
|
||||||
"Erik Walthinsen <omega@cse.ogi.edu>"
|
"Erik Walthinsen <omega@cse.ogi.edu>"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue