added debug output
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4566 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -341,6 +341,9 @@ BBufferConsumer::SendLatencyChange(const media_source &source,
|
|||||||
command.latency = my_new_latency;
|
command.latency = my_new_latency;
|
||||||
command.flags = flags;
|
command.flags = flags;
|
||||||
|
|
||||||
|
TRACE("###### BBufferConsumer::SendLatencyChange: latency from %ld/%ld to %ld/%ld changed to %Ld\n",
|
||||||
|
source.port, source.id, destination.port, destination.id, my_new_latency);
|
||||||
|
|
||||||
return SendToPort(source.port, PRODUCER_LATENCY_CHANGED, &command, sizeof(command));
|
return SendToPort(source.port, PRODUCER_LATENCY_CHANGED, &command, sizeof(command));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user