ext/mad/: Add id3demuxbin (which is a simple bin consisting of id3demux and typefind...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Thu, 27 Jan 2005 10:29:19 +0000 (10:29 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Thu, 27 Jan 2005 10:29:19 +0000 (10:29 +0000)
commit369821f539d0a197e2540f1952923e4c607aa2bf
tree04af17f8a386edf43ab6bf6c206cae23e8234e9b
parent413da5f277d6b6618682bced60cb08c61793d1a0
ext/mad/: Add id3demuxbin (which is a simple bin consisting of id3demux and typefind), take over rank from id3demux, ...

Original commit message from CVS:
* ext/mad/Makefile.am:
* ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
(gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
(gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
(found_type), (gst_id3demux_bin_change_state):
* ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
(gst_id3_tag_init), (gst_id3_tag_handle_event),
(gst_id3_tag_src_link), (gst_id3_tag_chain),
(gst_id3_tag_change_state), (plugin_init):
* ext/mad/gstmad.h:
Add id3demuxbin (which is a simple bin consisting of id3demux
and typefind), take over rank from id3demux, remove typefind
code from id3demux. Makes all broken mp3s that I know of work,
and thereby fixes #152688.
ChangeLog