gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [bug #27952] --disable-media doesn't disable sound, but r


From: Nutchanon Wetchasit
Subject: [Gnash-commit] [bug #27952] --disable-media doesn't disable sound, but results in assertion failures
Date: Tue, 03 May 2016 06:35:23 +0000
User-agent: Opera/9.64 (X11; Linux i686; U; en) Presto/2.1.1

Follow-up Comment #5, bug #27952 (project gnash):

>From additional testing, I found that the old Gnash 0.8.8 release worked
correctly when trying to play sound on the build that is configured with
`--disable-media`.

`gnash -vv -t 10 pcmplay.swf`:

Warning: unrecognized directive "showMouse" in rcfile /home/window/.gnashrc
line 4
Warning: unrecognized directive "scriptsTimeout" in rcfile
/home/window/.gnashrc line 34
Warning: unrecognized directive "scriptsRecursionLimit" in rcfile
/home/window/.gnashrc line 35
Warning: unrecognized directive "lockScriptLimits" in rcfile
/home/window/.gnashrc line 36
21751:1] 13:24:04 DEBUG: Verbose output turned on
21751:1] 13:24:04 DEBUG: No rendering flags specified, using rcfile
21751:1] 13:24:04 DEBUG: Created top level window
21751:1] 13:24:04 ERROR: Couldn't find pixmap file: GnashG.png

** (lt-gtk-gnash:21751): WARNING **: Couldn't find pixmap file: GnashG.png
21751:1] 13:24:04 DEBUG: gnash_canvas_size_allocate 219 1
21751:1] 13:24:04 DEBUG: Framebuffer pixel format is BGRA32 (little-endian
host)
21751:1] 13:24:04 DEBUG: Initialized AGG buffer <0xb5c48000>, 876 bytes,
219x1, rowsize is 876 bytes
21751:1] 13:24:04 DEBUG: /home/window/build/gnashgit/ appended to local
sandboxes
21751:1] 13:24:04 DEBUG: /home/window/build/gnashgit/pcmplay.swf appended to
local sandboxes
21751:1] 13:24:04 SECURITY: Checking security of URL
'file:///home/window/build/gnashgit/pcmplay.swf'
21751:1] 13:24:04 SECURITY: Load of file
/home/window/build/gnashgit/pcmplay.swf granted (under local sandbox
/home/window/build/gnashgit/)
21751:1] 13:24:04 UNIMPLEMENTED: SWF8 is not fully supported, trying anyway
but don't expect it to work
21751:1] 13:24:04 DEBUG: Movie file:///home/window/build/gnashgit/pcmplay.swf
(SWF8) added to library
21751:1] 13:24:05 DEBUG: Plugins path: /usr/local/lib/gnash/plugins
21751:1] 13:24:05 SECURITY: Extensions disabled
21751:1] 13:24:05 DEBUG: Player Host FD #-1, Player Control FD #-1
21751:1] 13:24:05 DEBUG: Advance interval timer set to 10 ms (~ 100 FPS)
21751:1] 13:24:05 DEBUG: Loading native class MovieClip
21751:1] 13:24:05 DEBUG: Loading native class Sound
21751:1] 13:24:05 DEBUG: Sound.start: secOff:0
21751:1] 13:24:05 ERROR: AudioDecoder initialization failed:
MediaHandlerGst::createAudioDecoder: AudioDecoderGst: cannot handle codec 3
(Uncompressed) -- MediaHandler::createFlashAudioDecoder: no available FLASH
decoders for codec 3 (Uncompressed)
21751:1] 13:24:05 DEBUG: Global instance list grew to 1 entries
21751:1] 13:24:05 DEBUG: Starting virtual clock
21751:1] 13:24:05 DEBUG: gnash_canvas_size_allocate 320 240
21751:1] 13:24:05 DEBUG: Initialized AGG buffer <0xb4ab8000>, 307200 bytes,
320x240, rowsize is 1280 bytes
21751:1] 13:24:06 DEBUG: Loading native class Mouse
21751:1] 13:24:06 DEBUG: Loading native class AsBroadcaster
21751:1] 13:24:15 DEBUG: void gnash::Gui::quit()
21751:1] 13:24:15 DEBUG: Main loop ended, cleaning up
21751:1] 13:24:15 DEBUG: Any segfault past this message is likely due to
improper threads cleanup.
21751:1] 13:24:15 DEBUG: ~Player - _movieDef refcount: 2 (1 will be dropped
now)
21751:1] 13:24:15 DEBUG: ~Gui - _movieDef refcount: 1


You'd see from above output that there is a message indicating
that corresponding media handler is not available:

ERROR: AudioDecoder initialization failed:
MediaHandlerGst::createAudioDecoder: AudioDecoderGst: cannot handle codec 3
(Uncompressed) -- MediaHandler::createFlashAudioDecoder: no available FLASH
decoders for codec 3 (Uncompressed)


Note:
* Test SWF I used is `pcmplay.swf` (ActionScript playing 1.0-sec PCM 44100 Hz
16-bit Mono event sound) from file #34599 (bug #45722).
* Configure command I used is `./configure --disable-testsuite
--enable-gui=gtk --enable-renderer=agg --disable-media`

Gnash: 0.8.8 (git)
System: Debian GNU/Linux 5.0 Lenny i386


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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