mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
gl/upload: set initted to TRUE when _init_upload succeeded
This commit is contained in:
parent
228eccdbdf
commit
17ba668c7a
1 changed files with 2 additions and 0 deletions
|
@ -629,6 +629,8 @@ _init_upload (GstGLUpload * upload)
|
||||||
&out_info))
|
&out_info))
|
||||||
goto error;
|
goto error;
|
||||||
|
|
||||||
|
upload->initted = TRUE;
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
error:
|
error:
|
||||||
|
|
Loading…
Reference in a new issue