search for: swfdec_audio_stream_require

Displaying 2 results from an estimated 2 matches for "swfdec_audio_stream_require".

2008 Jun 05
4
[Bug 16239] New: Loading flash from CHU Amiens make swfdec crash
...://bugs.freedesktop.org/attachment.cgi?id=16935) Complete log of the crash Hi, When I'm browsing the site http://www.chu-amiens.fr/flash_content/index_flash.html the flash animation load and then crash seamonkey/firefox with the following error : ** ** Swfdec:ERROR:(swfdec_audio_stream.c:64):swfdec_audio_stream_require: assertion failed: (buffer->length %4 == 0) complete log is attached. I'm using git from somes minutes ago compiled with options : --prefix=/usr --libdir=/usr/lib64 --disable-gtk-doc --disable-vivified -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- Y...
2008 Jun 15
1
14 commits - configure.ac swfdec/.gitignore swfdec-gtk/swfdec_gtk_loader.c swfdec-gtk/swfdec_playback_alsa.c swfdec/Makefile.am swfdec/swfdec_asnative.h swfdec/swfdec_as_string.c swfdec/swfdec_audio.c swfdec/swfdec_audio_load.c swfdec/swfdec_audio_load.h
..._size == 0; } static gsize @@ -147,7 +148,8 @@ swfdec_audio_stream_iterate (SwfdecAudio *audio, gsize remove) SwfdecBuffer *buffer; gsize samples, cur_samples; - swfdec_audio_stream_check_buffering (stream); + if (swfdec_audio_stream_check_buffering (stream)) + return G_MAXUINT; swfdec_audio_stream_require (stream, remove); samples = MIN (remove, stream->queue_size); commit 732a5412513384ccc3fbee03bd16a33e17531359 Author: Benjamin Otte <otte at gnome.org> Date: Fri Jun 13 10:52:32 2008 +0200 remove -Wlogical-op from warning flags gcc emits lots of useless warnings there,...