mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -05:00
simply use INTERFACE_Loop for the main-loop
This commit is contained in:
parent
4c2b6c7c91
commit
86dc0496a5
20 changed files with 73 additions and 61 deletions
|
|
@ -40,6 +40,7 @@ extern "C" {
|
|||
* event loops.
|
||||
*/
|
||||
struct pw_loop {
|
||||
struct spa_system *system; /**< system utils */
|
||||
struct spa_loop *loop; /**< wrapped loop */
|
||||
struct spa_loop_control *control; /**< loop control */
|
||||
struct spa_loop_utils *utils; /**< loop utils */
|
||||
|
|
|
|||
|
|
@ -243,7 +243,7 @@ static void test_support(void)
|
|||
uint32_t n_support;
|
||||
uint32_t types[] = {
|
||||
SPA_TYPE_INTERFACE_DataLoop,
|
||||
SPA_TYPE_INTERFACE_MainLoop,
|
||||
SPA_TYPE_INTERFACE_Loop,
|
||||
SPA_TYPE_INTERFACE_LoopUtils,
|
||||
SPA_TYPE_INTERFACE_Log,
|
||||
SPA_TYPE_INTERFACE_DBus,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue