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

@ -63,6 +63,7 @@ struct _GstPinosSrc {
PinosStream *stream;
PinosStreamState stream_state;
GstAllocator *fd_allocator;
GstStructure *properties;
GstBuffer *current;
GstClock *clock;