mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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:
parent
0fde173414
commit
27dc0d1677
2 changed files with 2 additions and 2 deletions
|
@ -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>",
|
||||
};
|
||||
|
|
|
@ -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>",
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue