diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-10 12:22:05 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-10 12:22:05 +0000 |
commit | e8ed2bdec8320de4587ab0d0a5eca6fa024a37d9 (patch) | |
tree | 2b7544f560f4808a453de1e53e7d69f435b85412 | |
parent | 356600bfa02a0cc0b5878aa1acf0a4bc0f62455e (diff) | |
download | gst-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"
-rw-r--r-- | ext/xine/xineaudiodec.c | 2 |
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; |