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

@ -62,6 +62,7 @@ struct _GstPinosSink {
PinosContext *ctx;
PinosStream *stream;
GstAllocator *allocator;
GstStructure *properties;
guint32 id_counter;
GHashTable *fdids;