gstreamer/gst/mpegaudioparse
Sebastian Dröge 6d5dba30d2 gst/mpegaudioparse/gstmpegaudioparse.c: Don't recurse from mp3parse_bytepos_to_time() to mp3parse_total_time() if we'...
Original commit message from CVS:
* gst/mpegaudioparse/gstmpegaudioparse.c:
(gst_mp3parse_sink_event), (gst_mp3parse_emit_frame),
(mp3parse_total_time), (mp3parse_bytepos_to_time):
Don't recurse from mp3parse_bytepos_to_time() to mp3parse_total_time()
if we're called from there already. Otherwise we end up in a endless
recursion and crash with a stack overflow.
This can happen when a Xing or VBRI header with TOC exists but it
doesn't contain the total time. Fixes bug #545370.
2008-07-31 14:35:40 +00:00
..
gstmpegaudioparse.c gst/mpegaudioparse/gstmpegaudioparse.c: Don't recurse from mp3parse_bytepos_to_time() to mp3parse_total_time() if we'... 2008-07-31 14:35:40 +00:00
gstmpegaudioparse.h Cache all events except EOS if we still have to send a NEWSEGMENT event. This will let TAG events be forwarded until ... 2008-02-27 13:18:57 +00:00
gstxingmux.c Add missing elements to docs. Restore alphabetical order in section file. Document mad (it was included in docs alrea... 2008-06-13 06:57:21 +00:00
gstxingmux.h Add documentation for the xingheader plugin. 2008-01-23 10:34:40 +00:00
Makefile.am Move xingmux from -bad. 2008-02-08 00:36:51 +00:00
mpegaudioparse.vcproj more working plugins 2004-07-27 21:41:30 +00:00
plugin.c gst/mpegaudioparse/plugin.c: Commit new file I forgot to add. 2008-02-08 10:17:11 +00:00