gl/upload: set initted to TRUE when _init_upload succeeded
This commit is contained in:
parent
228eccdbdf
commit
17ba668c7a
@ -629,6 +629,8 @@ _init_upload (GstGLUpload * upload)
|
||||
&out_info))
|
||||
goto error;
|
||||
|
||||
upload->initted = TRUE;
|
||||
|
||||
return TRUE;
|
||||
|
||||
error:
|
||||
|
Loading…
x
Reference in New Issue
Block a user