summaryrefslogtreecommitdiffstats
path: root/ext/xine/xineaudiodec.c
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-10 12:22:05 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-10 12:22:05 +0000
commite8ed2bdec8320de4587ab0d0a5eca6fa024a37d9 (patch)
tree2b7544f560f4808a453de1e53e7d69f435b85412 /ext/xine/xineaudiodec.c
parent356600bfa02a0cc0b5878aa1acf0a4bc0f62455e (diff)
downloadgst-plugins-bad-e8ed2bdec8320de4587ab0d0a5eca6fa024a37d9.tar.gz
gst-plugins-bad-e8ed2bdec8320de4587ab0d0a5eca6fa024a37d9.tar.bz2
gst-plugins-bad-e8ed2bdec8320de4587ab0d0a5eca6fa024a37d9.zip
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"
Diffstat (limited to 'ext/xine/xineaudiodec.c')
-rw-r--r--ext/xine/xineaudiodec.c2
1 files changed, 1 insertions, 1 deletions
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 <otte@gnome.org>");
GstPadTemplate *template;