mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
adding EXISTS flag
Original commit message from CVS: adding EXISTS flag
This commit is contained in:
parent
791650ba54
commit
cf4d566d0b
1 changed files with 3 additions and 2 deletions
|
@ -56,8 +56,9 @@ typedef enum {
|
|||
typedef enum {
|
||||
GST_REGISTRY_READABLE = (1 << 1),
|
||||
GST_REGISTRY_WRITABLE = (1 << 2),
|
||||
GST_REGISTRY_REMOTE = (1 << 3),
|
||||
GST_REGISTRY_DELAYED_LOADING = (1 << 4)
|
||||
GST_REGISTRY_EXISTS = (1 << 3),
|
||||
GST_REGISTRY_REMOTE = (1 << 4),
|
||||
GST_REGISTRY_DELAYED_LOADING = (1 << 5)
|
||||
} GstRegistryFlags;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue