gst/gstregistry.c: Reduce the number of stat() calls for every file from three times...
[platform/upstream/gstreamer.git] / ChangeLog
index 2fda3ce..f3bc8ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
+
+       Patch by: Simon Holm Thøgersen <odie at cs dot aau dot dk>
+
+       * gst/gstregistry.c: (gst_registry_scan_path_level):
+       Reduce the number of stat() calls for every file from three times
+       to one time. Fixes bug #560360.
+
 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
 
        * libs/gst/base/gstbasetransform.c: