mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Track stream state
Keep track of the stream state better
This commit is contained in:
parent
205a471e49
commit
dbeee31c89
2 changed files with 6 additions and 1 deletions
|
|
@ -61,6 +61,7 @@ struct _GstPinosSrc {
|
|||
PinosMainLoop *loop;
|
||||
PinosContext *ctx;
|
||||
PinosStream *stream;
|
||||
PinosStreamState stream_state;
|
||||
GstAllocator *fd_allocator;
|
||||
|
||||
GstBuffer *current;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue