gst: use the pw_stream queue

There is no need to keep a separate queue in the source, simply use
the one from pw_stream.
This commit is contained in:
Wim Taymans 2020-04-23 13:01:03 +02:00
parent 26fa35a0e7
commit 5d12929153
2 changed files with 12 additions and 43 deletions

View file

@ -84,7 +84,6 @@ struct _GstPipeWireSrc {
GstStructure *properties;
GstPipeWirePool *pool;
GQueue queue;
GstClock *clock;
GstClockTime last_time;
};