ext/tarkin/gsttarkindec.c: "Filter/Video/Decoder" => "Codec/Decoder/Video"
Original commit message from CVS: * ext/tarkin/gsttarkindec.c : "Filter/Video/Decoder" => "Codec/Decoder/Video" * ext/tarkin/gsttarkinenc.c : "Filter/Video/Encoder" => "Codec/Encoder/Video"
This commit is contained in:
parent
e8ed2bdec8
commit
e3da9b7ea8
@ -31,7 +31,7 @@ static GstPadTemplate *dec_src_template, *dec_sink_template;
|
||||
/* elementfactory information */
|
||||
GstElementDetails tarkindec_details = {
|
||||
"Ogg Tarkin decoder",
|
||||
"Filter/Video/Decoder",
|
||||
"Codec/Decoder/Video",
|
||||
"Decodes video in OGG Tarkin format",
|
||||
"Monty <monty@xiph.org>, " "Wim Taymans <wim.taymans@chello.be>",
|
||||
};
|
||||
|
@ -31,7 +31,7 @@ static GstPadTemplate *enc_src_template, *enc_sink_template;
|
||||
/* elementfactory information */
|
||||
GstElementDetails tarkinenc_details = {
|
||||
"Ogg Tarkin encoder",
|
||||
"Filter/Video/Encoder",
|
||||
"Codec/Encoder/Video",
|
||||
"Encodes video in OGG Tarkin format",
|
||||
"Monty <monty@xiph.org>, " "Wim Taymans <wim.taymans@chello.be>",
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user