summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-10-13 14:21:01 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-10-13 14:21:01 +0000
commit5c4bceba7c673767f58e37b872e135a5bd772095 (patch)
tree3f0da5fd10ca41344dd9492d0061eb1d7dcba9cc
parent4f610b91b933d1d5f38edc975535a4d018c137ff (diff)
downloadgst-plugins-bad-5c4bceba7c673767f58e37b872e135a5bd772095.tar.gz
gst-plugins-bad-5c4bceba7c673767f58e37b872e135a5bd772095.tar.bz2
gst-plugins-bad-5c4bceba7c673767f58e37b872e135a5bd772095.zip
ext/mad/gstmad.c: Decoding the header first fixes some problems in resyncing in more mp3s.
Original commit message from CVS: * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain): Decoding the header first fixes some problems in resyncing in more mp3s.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43712728..f0c55c2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-13 Wim Taymans <wim@fluendo.com>
+
+ * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
+ Decoding the header first fixes some problems in resyncing
+ in more mp3s.
+
2004-10-12 Wim Taymans <wim@fluendo.com>
* gst/playback/gstplaybin.c: (gen_video_element),