Opened 11 years ago

Closed 11 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 Robert S., 11 years ago

I tried it with the MediaConverter app which is part of Haiku self. The result was/is the same.

comment:2 by jackburton, 11 years ago

Resolution: duplicate
Status: newclosed

It's fixed in trunk. Try downloading a recent nightly. Thanks for reporting, though.

Note: See TracTickets for help on using tickets.