diff options
author | Julien Moutte <julien@moutte.net> | 2004-07-27 09:35:51 +0000 |
---|---|---|
committer | Julien Moutte <julien@moutte.net> | 2004-07-27 09:35:51 +0000 |
commit | b287bdedde5ec3cbd6ab24d1b5f289d0053ee56d (patch) | |
tree | f96f0e6aed6f8706b40552347b489b654228611a | |
parent | 9733e8b283e02c3f039b16622653b6306d1e2c25 (diff) |
sys/: When the atom is not available we have to unlock the mutex. Fixes #148023
Original commit message from CVS:
2004-07-27 Julien MOUTTE <julien@moutte.net>
* sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
the atom is not available we have to unlock the mutex. Fixes #148023
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-07-27 Julien MOUTTE <julien@moutte.net> + + * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate): + * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When + the atom is not available we have to unlock the mutex. Fixes #148023 + 2004-07-26 Steve Lhomme <steve.lhomme@free.fr> * gst-libs/gst/media-info/media-info.h: |