gstpinos: add stream-properties

Add a property to set the stream properties in the source and sink
streams.
This commit is contained in:
Wim Taymans 2015-12-09 13:27:43 +01:00
parent c3fce0103b
commit 8a7d5a7f80
5 changed files with 96 additions and 3 deletions

View file

@ -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");
}