mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
gst/wavparse/gstwavparse.*: Added some more debugging info.
Original commit message from CVS: * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init), (gst_wavparse_stream_init), (gst_wavparse_fmt), (gst_wavparse_other), (gst_wavparse_loop), (gst_wavparse_pad_convert), (gst_wavparse_pad_query), (gst_wavparse_srcpad_event): * gst/wavparse/gstwavparse.h: Added some more debugging info. Fix the case where the length of the file is 0. Make sure we seek to sample borders.
This commit is contained in:
parent
f92e880040
commit
9910a62153
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
||||||
|
2004-10-01 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
* gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
|
||||||
|
(gst_wavparse_stream_init), (gst_wavparse_fmt),
|
||||||
|
(gst_wavparse_other), (gst_wavparse_loop),
|
||||||
|
(gst_wavparse_pad_convert), (gst_wavparse_pad_query),
|
||||||
|
(gst_wavparse_srcpad_event):
|
||||||
|
* gst/wavparse/gstwavparse.h:
|
||||||
|
Added some more debugging info.
|
||||||
|
Fix the case where the length of the file is 0.
|
||||||
|
Make sure we seek to sample borders.
|
||||||
|
|
||||||
2004-10-01 Wim Taymans <wim@fluendo.com>
|
2004-10-01 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* gst/playback/README:
|
* gst/playback/README:
|
||||||
|
|
Loading…
Reference in a new issue