registrybinary: small cleanups

Remove unneeded braces from string define. Small doc improvement.
This commit is contained in:
Stefan Kost 2011-05-24 20:28:18 +03:00
parent 75ba14c79b
commit e0c92982e9

View file

@ -55,12 +55,12 @@ G_BEGIN_DECLS
* This _must_ be updated whenever the registry format changes,
* we currently use the core version where this change happened.
*/
#define GST_MAGIC_BINARY_VERSION_STR ("0.10.30.1")
#define GST_MAGIC_BINARY_VERSION_STR "0.10.30.1"
/*
* GST_MAGIC_BINARY_VERSION_LEN:
*
* length of the version string.
* Maximum length of the version string in the header.
*/
#define GST_MAGIC_BINARY_VERSION_LEN (64)