[870/906] upload: remove superflous g_mutex_init

This commit is contained in:
Matthew Waters 2014-01-29 01:02:57 +11:00
parent 57422186b5
commit 31eb2f5f0d

View file

@ -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;