mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
Added a missing UNLOCK macro.
Original commit message from CVS: Added a missing UNLOCK macro.
This commit is contained in:
parent
6a448d5a0b
commit
6650712126
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ extern "C" {
|
|||
#define GST_BUFFER_POOL(pool) \
|
||||
((GstBufferPool *)(pool))
|
||||
#define GST_BUFFER_POOL_LOCK(pool) (g_mutex_lock(GST_BUFFER_POOL(pool)->lock))
|
||||
#define GST_BUFFER_POOL_UNLOCK(pool) (g_mutex_unlock(GST_BUFFER_POOL(pool)->lock))
|
||||
|
||||
typedef struct _GstBufferPool GstBufferPool;
|
||||
|
||||
|
|
Loading…
Reference in a new issue