Changes between Initial Version and Version 1 of Ticket #10176, comment 2


Ignore:
Timestamp:
Nov 6, 2013, 4:11:10 PM (10 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10176, comment 2

    initial v1  
    88
    99I 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
     11EDIT:
     12Here's the StreamBase ctor: http://cgit.haiku-os.org/haiku/tree/src/add-ons/media/plugins/ffmpeg/AVFormatReader.cpp#n213
     13To 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?