From e3da9b7ea80940f49fb6d7dcdfa91ac9ac65b871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Loeuillet?= Date: Mon, 10 May 2004 12:33:23 +0000 Subject: 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" --- ext/tarkin/gsttarkindec.c | 2 +- ext/tarkin/gsttarkinenc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/tarkin') diff --git a/ext/tarkin/gsttarkindec.c b/ext/tarkin/gsttarkindec.c index a40c5319..c417388f 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 f1d3853d..e39d377f 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 ", }; -- cgit v1.2.1