summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-27 10:29:19 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-27 10:29:19 +0000
commitaf340307d1ea54da58999fafbd7b48b98675969b (patch)
treed74f2ba0dca8df228a1831775851d45e26f07b5e
parenta3e88d5cf9989091e1e70ab13bdd5098ba2d27cc (diff)
downloadgst-plugins-bad-af340307d1ea54da58999fafbd7b48b98675969b.tar.gz
gst-plugins-bad-af340307d1ea54da58999fafbd7b48b98675969b.tar.bz2
gst-plugins-bad-af340307d1ea54da58999fafbd7b48b98675969b.zip
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.
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26867175..da7576dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * 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.
+
2005-01-27 Edward Hervey <bilboed@bilboed.com>
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>