From e8ed2bdec8320de4587ab0d0a5eca6fa024a37d9 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: 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/xine/xineaudiodec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/xine') diff --git a/ext/xine/xineaudiodec.c b/ext/xine/xineaudiodec.c index 1d5288bd..a0a19f21 100644 --- a/ext/xine/xineaudiodec.c +++ b/ext/xine/xineaudiodec.c @@ -459,7 +459,7 @@ gst_xine_audio_dec_subclass_init (gpointer g_class, gpointer class_data) GstXineAudioDecClass *xine_class = GST_XINE_AUDIO_DEC_CLASS (g_class); GstElementClass *element_class = GST_ELEMENT_CLASS (g_class); GstElementDetails details = GST_ELEMENT_DETAILS (NULL, - "Filter/Decoder/Audio", + "Codec/Decoder/Audio", NULL, "Benjamin Otte "); GstPadTemplate *template; -- cgit v1.2.1