summaryrefslogtreecommitdiffstats
path: root/ext/tarkin
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-10 12:33:23 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-10 12:33:23 +0000
commite3da9b7ea80940f49fb6d7dcdfa91ac9ac65b871 (patch)
treef97e05d144e27d092745fef8d0aa0338a4a698bf /ext/tarkin
parente8ed2bdec8320de4587ab0d0a5eca6fa024a37d9 (diff)
downloadgst-plugins-bad-e3da9b7ea80940f49fb6d7dcdfa91ac9ac65b871.tar.gz
gst-plugins-bad-e3da9b7ea80940f49fb6d7dcdfa91ac9ac65b871.tar.bz2
gst-plugins-bad-e3da9b7ea80940f49fb6d7dcdfa91ac9ac65b871.zip
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"
Diffstat (limited to 'ext/tarkin')
-rw-r--r--ext/tarkin/gsttarkindec.c2
-rw-r--r--ext/tarkin/gsttarkinenc.c2
2 files changed, 2 insertions, 2 deletions
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 <monty@xiph.org>, " "Wim Taymans <wim.taymans@chello.be>",
};
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 <monty@xiph.org>, " "Wim Taymans <wim.taymans@chello.be>",
};