mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-29 11:08:40 -05:00
Add provide mode to pinossink
Add a mode to provide a stream to pinossink Small improvements, leak fixes.
This commit is contained in:
parent
ba4ef9b5d9
commit
20c50772fa
20 changed files with 309 additions and 212 deletions
|
|
@ -75,7 +75,8 @@ struct _PinosPortClass {
|
|||
/* normal GObject stuff */
|
||||
GType pinos_port_get_type (void);
|
||||
|
||||
PinosPort * pinos_port_new (PinosNode *node,
|
||||
PinosPort * pinos_port_new (PinosDaemon *daemon,
|
||||
const gchar *node_path,
|
||||
PinosDirection direction,
|
||||
const gchar *name,
|
||||
GBytes *possible_formats,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue