adding EXISTS flag
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 11 Aug 2002 21:00:18 +0000 (21:00 +0000)
committerThomas 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

index eb0779c..6ad1a1e 100644 (file)
@@ -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;