summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <ystreet00@gmail.com>2014-01-29 01:02:57 +1100
committerSebastian Dröge <sebastian@centricular.com>2014-01-30 20:54:42 +0100
commit9b2fe45298f807aa7a83b0f08c60e7476ebacec6 (patch)
tree0c682e9cf83ea06ddd8e1e687821d065adab9932
parente01f8c34a656d531fd7f3a1f9be5d9e8f72b5834 (diff)
upload: remove superflous g_mutex_init
-rw-r--r--gst-libs/gst/gl/gstglupload.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst-libs/gst/gl/gstglupload.c b/gst-libs/gst/gl/gstglupload.c
index 3d043a9..cf2945a 100644
--- a/gst-libs/gst/gl/gstglupload.c
+++ b/gst-libs/gst/gl/gstglupload.c
@@ -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;