- Status Closed
- Percent Complete
- Task Type Patches
- Category User Interface → Simulator
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#5911 - Log playback queuing and tidy routine names
This patch does two things to playback.c:
1) Adds logf calls to all enqueuing and dequeuing code; this is only enabled on the simulator by default, but you can easily enable it by #defining LOGF_QUEUES.
2) Adds suitable prefixes (audio_ or codec_) to routines that are only used on one particular thread and did not have a prefix before.
I found these changes invaluable when debugging playback.c and hopefully others will find they help too.
Closed by Steve Bavin
2006-08-31 10:05
Reason for closing: Accepted
Additional comments about closing:
2006-08-31 10:05
Reason for closing: Accepted
Additional comments about closing:
Added to CVS.