Changes between Initial Version and Version 1 of Ticket #11497, comment 12


Ignore:
Timestamp:
Dec 12, 2014, 8:22:39 PM (9 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11497, comment 12

    initial v1  
    1010  ..
    1111+               //or debug_printf() if TRACE() does not end up into syslog?
    12 +               TRACE("fMediaHeader.buffer: %ld (wanted: %ld)  perf_time: %Ld (wanted: %Ld)\n", fMediaHeader.buffer, header->buffer, fMediaHeader.start_time, header->start_time);
     12+               TRACE("fMediaHeader.buffer: %ld (wanted: %ld)  perf_time: %Ld (wanted: %Ld) Data(): %p\n", fMediaHeader.buffer, header->buffer, fMediaHeader.start_time, header->start_time, Data());
    1313                debugger("oops");
    1414
     
    2525
    2626}}}
     27
     28EDIT:
     29reason being, we're attacking the problem from two opposite ends (under heavy load froma CPU-intensive app, and me it's right at the start when the BBuffers start being created at all), and maybe on this end we can find good hints too
     30
     31Still, I'd like to follow your lead too so I'm going to study the code some more :-p.. So far for me, who is sending what buffer in what thread to whom is still foggy