Changeset 67484 in vbox for trunk/src/VBox
- Timestamp:
- Jun 19, 2017 9:36:54 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116222
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostPulseAudio.cpp
r67483 r67484 938 938 static void paEnumSinkCb(pa_context *pCtx, const pa_sink_info *pInfo, int eol, void *pvUserData) 939 939 { 940 LogRel(("DEBUG: paEnumSinkCb\n")); 940 941 if (eol != 0) 941 942 { … … 964 965 965 966 // LogRel(("DEBUG: pa_threaded_mainloop_signal() from paEnumSinkCb\n")); 967 LogRel(("DEBUG: paEnumSinkCb signal mainloop\n")); 966 968 pa_threaded_mainloop_signal(pCbCtx->pDrv->pMainLoop, 0); 967 969 }
Note:
See TracChangeset
for help on using the changeset viewer.