ext/xine/: add input plugin wrapper. Playback from files, http, mms and cdda works.
authorBenjamin Otte <otte@gnome.org>
Sun, 22 Feb 2004 20:52:14 +0000 (20:52 +0000)
committerBenjamin Otte <otte@gnome.org>
Sun, 22 Feb 2004 20:52:14 +0000 (20:52 +0000)
commit3b26c77cbd3df6b8336bdec4e6fd675ca2c368a6
tree50a56bbd1c7b5ed8164510d0df0730767ee8c1d6
parentca28b5b5cb281f5e4cb7b65f3f6337ccae0ab3a4
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
ChangeLog