mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
miniobject: increase amount of possible flags
This commit is contained in:
parent
49d2ad5633
commit
e2bbfd294d
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ typedef enum {
|
|||
GST_LOCK_FLAG_WRITE = (1 << 1),
|
||||
GST_LOCK_FLAG_EXCLUSIVE = (1 << 2),
|
||||
|
||||
GST_LOCK_FLAG_LAST = (1 << 4)
|
||||
GST_LOCK_FLAG_LAST = (1 << 8)
|
||||
} GstLockFlags;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue