ext/theora/theoradec.c: "Filter/Decoder/Video" => "Codec/Decoder/Video"
authorStéphane Loeuillet <gstreamer@leroutier.net>
Mon, 10 May 2004 12:22:05 +0000 (12:22 +0000)
committerStéphane Loeuillet <gstreamer@leroutier.net>
Mon, 10 May 2004 12:22:05 +0000 (12:22 +0000)
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

index 1d5288b..a0a19f2 100644 (file)
@@ -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 <otte@gnome.org>");
   GstPadTemplate *template;