Changes between Initial Version and Version 1 of Ticket #11497, comment 12
- Timestamp:
- Dec 12, 2014, 8:22:39 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11497, comment 12
initial v1 10 10 .. 11 11 + //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()); 13 13 debugger("oops"); 14 14 … … 25 25 26 26 }}} 27 28 EDIT: 29 reason 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 31 Still, 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