miniobject: increase amount of possible flags

This commit is contained in:
Wim Taymans 2012-07-05 12:17:55 +02:00
parent 49d2ad5633
commit e2bbfd294d

View file

@ -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;
/**