diff options
author | Benjamin Otte <otte@gnome.org> | 2004-01-23 02:33:15 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-01-23 02:33:15 +0000 |
commit | b1dd73c3a8e3035bea89c4cfab783dcf8a7dde91 (patch) | |
tree | eb6ba8005c92d326243b3979a8edfb98ccba89c0 | |
parent | f78e29f13b3c532c36c6f90fb6d326ac6adb38a9 (diff) |
gst/typefind/gsttypefindfunctions.c: fix bug in length computation improve debugging output
Original commit message from CVS:
2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
* gst/typefind/gsttypefindfunctions.c:
(mp3_type_frame_length_from_header): fix bug in length computation
(mp3_type_find): improve debugging output
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de> + + * gst/typefind/gsttypefindfunctions.c: + (mp3_type_frame_length_from_header): fix bug in length computation + (mp3_type_find): improve debugging output + 2004-01-23 Julien MOUTTE <julien@moutte.net> * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup), |