mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
glupload: Fix assertion after API changes
This commit is contained in:
parent
3390b2b385
commit
f56aa3e32c
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ _gst_gl_upload_perform_with_data_unlocked (GstGLUpload * upload,
|
|||
guint i;
|
||||
|
||||
g_return_val_if_fail (upload != NULL, FALSE);
|
||||
g_return_val_if_fail (texture_id > 0, FALSE);
|
||||
g_return_val_if_fail (texture_id != NULL, FALSE);
|
||||
|
||||
if (!upload->in_tex[0])
|
||||
gst_gl_memory_setup_wrapped (upload->context, &upload->in_info, data,
|
||||
|
|
Loading…
Reference in a new issue