diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-10-13 14:21:01 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-10-13 14:21:01 +0000 |
commit | 3cb31e9abcf513324ab6db55d83f2128fb3158dd (patch) | |
tree | 13938fb2af01f8b9005e7998557ecae0e46c6709 | |
parent | caae8182bc16e7313b5f974693a38a638b15c200 (diff) |
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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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), |