mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
registrybinary: small cleanups
Remove unneeded braces from string define. Small doc improvement.
This commit is contained in:
parent
75ba14c79b
commit
e0c92982e9
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue