From 27dc0d167778ce78662157296616e13d59603a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Loeuillet?= Date: Mon, 10 May 2004 12:22:05 +0000 Subject: [PATCH] ext/theora/theoradec.c: "Filter/Decoder/Video" => "Codec/Decoder/Video" Original commit message from CVS: * ext/theora/theoradec.c : "Filter/Decoder/Video" => "Codec/Decoder/Video" * ext/theora/theoraenc.c : "Filter/Encoder/Video" => "Codec/Encoder/Video" * ext/xine/xineaudiodec.c : "Filter/Decoder/Audio" =>"Codec/Decoder/Audio" --- ext/theora/theoradec.c | 2 +- ext/theora/theoraenc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/theora/theoradec.c b/ext/theora/theoradec.c index 007adacd85..bd2292832c 100644 --- a/ext/theora/theoradec.c +++ b/ext/theora/theoradec.c @@ -63,7 +63,7 @@ struct _GstTheoraDecClass static GstElementDetails theora_dec_details = { "TheoraDec", - "Filter/Decoder/Video", + "Codec/Decoder/Video", "decode raw theora streams to raw YUV video", "Benjamin Otte ", }; diff --git a/ext/theora/theoraenc.c b/ext/theora/theoraenc.c index ddb83af17e..5f19ab615f 100644 --- a/ext/theora/theoraenc.c +++ b/ext/theora/theoraenc.c @@ -80,7 +80,7 @@ enum static GstElementDetails theora_enc_details = { "TheoraEnc", - "Filter/Encoder/Video", + "Codec/Encoder/Video", "encode raw YUV video to a theora stream", "Wim Taymans ", };