summaryrefslogtreecommitdiff
path: root/gst/gstregistrybinary.h
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2011-05-24 20:28:18 +0300
committerStefan Kost <ensonic@users.sf.net>2011-05-24 20:30:11 +0300
commite0c92982e951448932246325fb664455822cbbd8 (patch)
tree083abb293027c4cf5a4f73738af85923482662f8 /gst/gstregistrybinary.h
parent75ba14c79bfd9bbc6d9ae4a92635c9635360e542 (diff)
downloadgstreamer-e0c92982e951448932246325fb664455822cbbd8.tar.gz
registrybinary: small cleanups
Remove unneeded braces from string define. Small doc improvement.
Diffstat (limited to 'gst/gstregistrybinary.h')
-rw-r--r--gst/gstregistrybinary.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstregistrybinary.h b/gst/gstregistrybinary.h
index a367f4100b..aa2c6d31ff 100644
--- a/gst/gstregistrybinary.h
+++ b/gst/gstregistrybinary.h
@@ -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)