mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-19 07:00:10 -05:00
Implement subscription with a signal
Use a signal for subscription events Work on handling OOM errors and other errors.
This commit is contained in:
parent
1b66bbcffd
commit
85d375e4bb
32 changed files with 531 additions and 176 deletions
|
|
@ -85,6 +85,7 @@ struct _GstPinosDeviceProvider {
|
|||
|
||||
PinosContext *context;
|
||||
PinosListener ctx_state_changed;
|
||||
PinosListener ctx_subscription;
|
||||
};
|
||||
|
||||
struct _GstPinosDeviceProviderClass {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue