mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Compare commits
2 commits
1de07a6a31
...
6660ab8907
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6660ab8907 | ||
|
|
e48a1595a6 |
2 changed files with 3 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ impl_init(const struct spa_handle_factory *factory,
|
|||
handle->clear = impl_clear, this = (struct impl *) handle;
|
||||
|
||||
this->log = spa_support_find(support, n_support, SPA_TYPE_INTERFACE_Log);
|
||||
v4l2_log_topic_init(this->log);
|
||||
|
||||
spa_hook_list_init(&this->hooks);
|
||||
|
||||
|
|
|
|||
|
|
@ -775,6 +775,8 @@ impl_init(const struct spa_handle_factory *factory,
|
|||
#endif
|
||||
|
||||
this->log = spa_support_find(support, n_support, SPA_TYPE_INTERFACE_Log);
|
||||
v4l2_log_topic_init(this->log);
|
||||
|
||||
this->main_loop = spa_support_find(support, n_support, SPA_TYPE_INTERFACE_Loop);
|
||||
|
||||
if (this->main_loop == NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue