mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
bufferpool: small indentation fix
This commit is contained in:
parent
468dbbbaaf
commit
9b9b758688
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ typedef struct _GstBufferPoolClass GstBufferPoolClass;
|
|||
typedef enum {
|
||||
GST_BUFFER_POOL_FLAG_NONE = 0,
|
||||
GST_BUFFER_POOL_FLAG_KEY_UNIT = (1 << 0),
|
||||
GST_BUFFER_POOL_FLAG_DONTWAIT = (1 << 1),
|
||||
GST_BUFFER_POOL_FLAG_DONTWAIT = (1 << 1),
|
||||
GST_BUFFER_POOL_FLAG_DISCONT = (1 << 2),
|
||||
GST_BUFFER_POOL_FLAG_LAST = (1 << 16),
|
||||
} GstBufferPoolFlags;
|
||||
|
|
Loading…
Reference in a new issue