Searched refs:sync_buffer_ (Results 1 – 2 of 2) sorted by relevance
53 this->sync_buffer_ = gst_buffer_new (); in GstQSGTexture()61 gst_buffer_replace (&this->sync_buffer_, NULL); in ~GstQSGTexture()146 sync_meta = gst_buffer_get_gl_sync_meta (this->sync_buffer_); in bind()148 sync_meta = gst_buffer_add_gl_sync_meta (context, this->sync_buffer_); in bind()
53 GstBuffer * sync_buffer_; variable