From: Stéphane Loeuillet Date: Mon, 10 May 2004 12:33:23 +0000 (+0000) Subject: ext/tarkin/gsttarkindec.c: "Filter/Video/Decoder" => "Codec/Decoder/Video" X-Git-Tag: 1.19.3~507^2~23272 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3da9b7ea80940f49fb6d7dcdfa91ac9ac65b871;p=platform%2Fupstream%2Fgstreamer.git 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" --- diff --git a/ext/tarkin/gsttarkindec.c b/ext/tarkin/gsttarkindec.c index a40c531..c417388 100644 --- a/ext/tarkin/gsttarkindec.c +++ b/ext/tarkin/gsttarkindec.c @@ -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 , " "Wim Taymans ", }; diff --git a/ext/tarkin/gsttarkinenc.c b/ext/tarkin/gsttarkinenc.c index f1d3853..e39d377 100644 --- a/ext/tarkin/gsttarkinenc.c +++ b/ext/tarkin/gsttarkinenc.c @@ -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 , " "Wim Taymans ", };