Home
last modified time | relevance | path

Searched refs:potentially_unbound_buffers (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/qt/
Dqtitem.cc90 GQueue potentially_unbound_buffers; member
150 while ((tmp_buffer = (GstBuffer*) g_queue_pop_head (&this->priv->potentially_unbound_buffers))) { in ~QtGLVideoItem()
319 … while ((tmp_buffer = (GstBuffer*) g_queue_pop_head (&this->priv->potentially_unbound_buffers))) { in updatePaintNode()
329 g_queue_push_tail (&this->priv->potentially_unbound_buffers, tmp_buffer); in updatePaintNode()