Changes between Initial Version and Version 1 of Ticket #10176, comment 2
- Timestamp:
- Nov 6, 2013, 4:11:10 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10176, comment 2
initial v1 8 8 9 9 I would have done it with {{{touch}}} and {{{addatr BEOS:TYPE audio/mpeg <file>}}} except it does not work, as addattr adds a {{{CSTR}}} whereas it needs to be a {{{MIMS}}}... But the above works with the right preparation anyway. 10 11 EDIT: 12 Here's the StreamBase ctor: http://cgit.haiku-os.org/haiku/tree/src/add-ons/media/plugins/ffmpeg/AVFormatReader.cpp#n213 13 To my untrained eye it is odd that it could possibly crash plainly in the ctor body (by opposed to the subfunctions), and the disassembled code shown in Debugger is odd as well with a "call" to an address next to it. Wondering if it's a gcc2 vs. gcc4 memory alignement problem of some sort. I'm on a gcc2h nightly so presumably MediaPlayer is compiled with gcc2?