ext/theora/theoradec.c: "Filter/Decoder/Video" => "Codec/Decoder/Video"

Original commit message from CVS:
* ext/theora/theoradec.c : "Filter/Decoder/Video" => "Codec/Decoder/Video"
* ext/theora/theoraenc.c : "Filter/Encoder/Video" => "Codec/Encoder/Video"
* ext/xine/xineaudiodec.c : "Filter/Decoder/Audio" =>"Codec/Decoder/Audio"
This commit is contained in:
Stéphane Loeuillet 2004-05-10 12:22:05 +00:00
parent 0fde173414
commit 27dc0d1677
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ struct _GstTheoraDecClass
static GstElementDetails theora_dec_details = {
"TheoraDec",
"Filter/Decoder/Video",
"Codec/Decoder/Video",
"decode raw theora streams to raw YUV video",
"Benjamin Otte <in7y118@public.uni-hamburg.de>",
};

View file

@ -80,7 +80,7 @@ enum
static GstElementDetails theora_enc_details = {
"TheoraEnc",
"Filter/Encoder/Video",
"Codec/Encoder/Video",
"encode raw YUV video to a theora stream",
"Wim Taymans <wim@fluendo.com>",
};