gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [bug #29811] Segfault in gnash::sound::sound_handler::fet


From: Bastiaan Jacques
Subject: [Gnash-commit] [bug #29811] Segfault in gnash::sound::sound_handler::fetchSamples
Date: Thu, 03 Mar 2011 01:13:36 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:2.0b12) Gecko/20100101 Firefox/4.0b12

Follow-up Comment #6, bug #29811 (project gnash):

I *think* the segfault should be fixed in master.

As for the video messages, they occur because the SWF tries to play a VP6a
video, which Gstreamer is not able to play until gst-ffmpeg 0.10.12 (as yet
unreleased).

As for the FFMPEG video handler, it is able to decode the image. It decodes to
RGBA, which is all fine, but this code in VideoDecoderFfmpeg.cpp is dependent
on PIX_FMT_RGBA being defined, and in recent ffmpeg, it is not a define but
part of an enum. So video playback fails. Doh!

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29811>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]