mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
[870/906] upload: remove superflous g_mutex_init
This commit is contained in:
parent
970fbacf96
commit
1f4d041d5b
1 changed files with 0 additions and 2 deletions
|
@ -438,8 +438,6 @@ gst_gl_upload_new (GstGLContext * context)
|
|||
upload->context = gst_object_ref (context);
|
||||
priv = upload->priv;
|
||||
|
||||
g_mutex_init (&upload->lock);
|
||||
|
||||
#if GST_GL_HAVE_OPENGL
|
||||
if (USING_OPENGL (context)) {
|
||||
priv->YUY2_UYVY = frag_YUY2_UYVY_opengl;
|
||||
|
|
Loading…
Reference in a new issue