mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
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
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue