mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
gstpinos: add stream-properties
Add a property to set the stream properties in the source and sink streams.
This commit is contained in:
parent
c3fce0103b
commit
8a7d5a7f80
5 changed files with 96 additions and 3 deletions
|
|
@ -467,6 +467,7 @@ pinos_source_report_error (PinosSource *source,
|
|||
remove_idle_timeout (source);
|
||||
priv->error = error;
|
||||
priv->state = PINOS_SOURCE_STATE_ERROR;
|
||||
g_debug ("got error state %s", error->message);
|
||||
pinos_source1_set_state (priv->iface, priv->state);
|
||||
g_object_notify (G_OBJECT (source), "state");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue