Opened 12 years ago
Closed 12 years ago
#9445 closed bug (duplicate)
Applications which instantiate BMediaFile will crash while instantiating the BMediaFile object
Reported by: | Robert S. | Owned by: | nobody |
---|---|---|---|
Priority: | high | Milestone: | R1 |
Component: | Audio & Video/Codecs | Version: | R1/alpha4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
Applications which instantiate BMediaFile will crash while instantiating the
BMediaFile(const entry_ref* ref,
const media_file_format* fileFormat,
int32 flags = 0);
I tested it with an own application and BeScreenCapture, so i am more or less sure that it is an Haiku bug. I tested it with some media_file_format and got every time the same result:
0x0a2a878f in ffio_init_context ()
from /boot/system/add-ons/media/plugins/ffmpeg
(gdb) bt #0 0x0a2a878f in ffio_init_context ()
from /boot/system/add-ons/media/plugins/ffmpeg
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
It's fixed in trunk. Try downloading a recent nightly. Thanks for reporting, though.
I tried it with the MediaConverter app which is part of Haiku self. The result was/is the same.