src/framework/mlt_properties.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
New commits: commit 5730164c9f8f4bc3e7d7ad0abdbd809056fbba28 Author: Dan Dennedy <[email protected]> Date: Sun Jul 10 21:44:51 2011 -0700 Ensure serialized yaml is LC_NUMERIC=C. This is needed to ensure consistency. The metadata is read as string data and converted to numbers on demand. This is why loading defaults to C locale - since they were authored with that in mind. However, some plugins dynamically generate metadata and may set values with int or double. Therefore, we need to make it all output consistently, and for now that means C. ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
