mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +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
1862dfd750
commit
d68a6c54e0
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