sys/xvimage/xvimagesink.c: Fix missing g_unlock from the previous commit
authorJan Schmidt <thaytan@mad.scientist.com>
Thu, 13 Jul 2006 16:43:22 +0000 (16:43 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Thu, 13 Jul 2006 16:43:22 +0000 (16:43 +0000)
Original commit message from CVS:
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
Fix missing g_unlock from the previous commit

ChangeLog
sys/xvimage/xvimagesink.c

index fc2a329..09d520e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
 
+       * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
+       Fix missing g_unlock from the previous commit
+
+2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
+
        * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
        (gst_ximagesink_change_state):
        * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
index 472e80f..e31f067 100644 (file)
@@ -618,6 +618,8 @@ gst_xvimagesink_xvimage_new (GstXvImageSink * xvimagesink, GstCaps * caps)
   GST_BUFFER_DATA (xvimage) = (guchar *) xvimage->xvimage->data;
   GST_BUFFER_SIZE (xvimage) = xvimage->size;
 
+  g_mutex_unlock (xvimagesink->x_lock);
+
 beach_unlocked:
   if (!succeeded) {
     gst_xvimage_buffer_free (xvimage);