projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
791650b
)
adding EXISTS flag
author
Thomas Vander Stichele
<thomas@apestaart.org>
Sun, 11 Aug 2002 21:00:18 +0000
(21:00 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Sun, 11 Aug 2002 21:00:18 +0000
(21:00 +0000)
Original commit message from CVS:
adding EXISTS flag
gst/gstregistry.h
patch
|
blob
|
history
diff --git
a/gst/gstregistry.h
b/gst/gstregistry.h
index
eb0779c
..
6ad1a1e
100644
(file)
--- a/
gst/gstregistry.h
+++ b/
gst/gstregistry.h
@@
-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;