gst/registries/gstxmlregistry.c (gst_xml_registry_open_func): Don't use O_EXCL to...
authorColin Walters <walters@verbum.org>
Tue, 10 Aug 2004 17:28:19 +0000 (17:28 +0000)
committerColin Walters <walters@verbum.org>
Tue, 10 Aug 2004 17:28:19 +0000 (17:28 +0000)
commit0eadb80815769d492583a15cb20e40b1b1754027
tree1e9fb2aadb6df976cb04a63ad2ffb72f01a82714
parent872c394a3972d7aa3889282f69142ae648f154c1
gst/registries/gstxmlregistry.c (gst_xml_registry_open_func): Don't use O_EXCL to open temporary registry.  It will p...

Original commit message from CVS:
2004-08-10  Colin Walters  <walters@redhat.com>

* gst/registries/gstxmlregistry.c (gst_xml_registry_open_func):
Don't use O_EXCL to open temporary registry.  It will prevent
registry creation if a temporary one already exists, which
is unnecessary.
ChangeLog
gst/registries/gstxmlregistry.c