diff options
author | Benjamin Otte <otte@gnome.org> | 2004-02-22 20:52:15 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-02-22 20:52:15 +0000 |
commit | cf56a9746841cff70b6f22a698710a49428d6198 (patch) | |
tree | 8669a733cc0fbacbaefd15576d45460c479909a6 /ChangeLog | |
parent | 526d484fb3535e76092da27b4c29c1c4a2cb2790 (diff) | |
download | gst-plugins-bad-cf56a9746841cff70b6f22a698710a49428d6198.tar.gz gst-plugins-bad-cf56a9746841cff70b6f22a698710a49428d6198.tar.bz2 gst-plugins-bad-cf56a9746841cff70b6f22a698710a49428d6198.zip |
ext/xine/: add input plugin wrapper. Playback from files, http, mms and cdda works.
Original commit message from CVS:
2004-02-22 Benjamin Otte <otte@gnome.org>
* ext/xine/Makefile.am:
* ext/xine/gstxine.h:
* ext/xine/xine.c: (plugin_init):
* ext/xine/xineinput.c:
add input plugin wrapper. Playback from files, http, mms and cdda
works.
* ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
remove leftover G_GNUC_UNUSED
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
(gst_asf_demux_identify_guid):
improve debugging output
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2004-02-22 Benjamin Otte <otte@gnome.org> + * ext/xine/Makefile.am: + * ext/xine/gstxine.h: + * ext/xine/xine.c: (plugin_init): + * ext/xine/xineinput.c: + add input plugin wrapper. Playback from files, http, mms and cdda + works. + * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain): + remove leftover G_GNUC_UNUSED + * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream), + (gst_asf_demux_identify_guid): + improve debugging output + +2004-02-22 Benjamin Otte <otte@gnome.org> + reported by: Padraig O'Briain <padraig.obriain@sun.com> * autogen.sh: |