diff options
author | Stefan Kost <ensonic@users.sf.net> | 2009-06-07 23:46:54 +0300 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-06-07 23:48:59 +0300 |
commit | ed88db818b64982adcdcc29e88ad476358a0757d (patch) | |
tree | d730f985c0f2a193f370c79ab04f4a37d581e54b /gst/gstregistrybinary.h | |
parent | 55577a48ea9e93ec6532b1e81684e4c0ae26157c (diff) |
registry: allow plugins to cache extra data in registry. Fixes #570233
Add a GstStructure to GstPlugin. Plugins can retieve it in plugin_init and
access the cached info or build the cache and store it there.
Diffstat (limited to 'gst/gstregistrybinary.h')
-rw-r--r-- | gst/gstregistrybinary.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstregistrybinary.h b/gst/gstregistrybinary.h index bcdb8a65e..a6ceab231 100644 --- a/gst/gstregistrybinary.h +++ b/gst/gstregistrybinary.h @@ -57,7 +57,7 @@ * 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.21.2") +#define GST_MAGIC_BINARY_VERSION_STR ("0.10.23.1") /* * GST_MAGIC_BINARY_VERSION_LEN: |