Track stream state

Keep track of the stream state better
This commit is contained in:
Wim Taymans 2015-09-30 10:51:38 +02:00
parent 205a471e49
commit dbeee31c89
2 changed files with 6 additions and 1 deletions

View file

@ -61,6 +61,7 @@ struct _GstPinosSrc {
PinosMainLoop *loop;
PinosContext *ctx;
PinosStream *stream;
PinosStreamState stream_state;
GstAllocator *fd_allocator;
GstBuffer *current;