mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gstqmlgl: correct validation for Qt GL context
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/1032>
This commit is contained in:
parent
211aaaf8b8
commit
38b26c2f3f
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ GstQSGTexture::bind ()
|
|||
guint tex_id;
|
||||
gboolean use_dummy_tex = TRUE;
|
||||
|
||||
if (!this->qt_context_)
|
||||
if (!GST_IS_GL_CONTEXT(this->qt_context_))
|
||||
goto out;
|
||||
|
||||
if (!this->buffer_)
|
||||
|
|
Loading…
Reference in a new issue