mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-09 07:28:41 +02:00
session-item: enable all standard endpoint features
This commit is contained in:
parent
fd358a643a
commit
27d1fd1ddd
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ default_export_execute_step (WpSessionItem * self, WpTransition * transition,
|
|||
priv->impl_endpoint = wp_impl_endpoint_new (core, WP_SI_ENDPOINT (self));
|
||||
|
||||
wp_proxy_augment (WP_PROXY (priv->impl_endpoint),
|
||||
WP_PROXY_FEATURES_STANDARD, NULL,
|
||||
WP_ENDPOINT_FEATURES_STANDARD, NULL,
|
||||
(GAsyncReadyCallback) on_export_proxy_augmented,
|
||||
transition);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue