summaryrefslogtreecommitdiff
path: root/gst/gstregistrybinary.h
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-03-23 11:23:30 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-03-23 11:23:30 +0000
commit79bd94558c4b7913c93987970e456dfedba2c515 (patch)
tree38fca7564b0392d1b1ad6a717a58364d42502889 /gst/gstregistrybinary.h
parentb0346dff4402b8c241042c02dd98bf98550829b4 (diff)
downloadgstreamer-79bd94558c4b7913c93987970e456dfedba2c515.tar.gz
gst/gstregistrybinary.c: Align memory to the pointer size instead of always 32 bit. Fixes unaligned memory accesses o...
Original commit message from CVS: * gst/gstregistrybinary.c: (gst_registry_binary_write), (gst_registry_binary_check_magic), (gst_registry_binary_load_pad_template), (gst_registry_binary_load_feature), (gst_registry_binary_load_plugin): Align memory to the pointer size instead of always 32 bit. Fixes unaligned memory accesses on ia64 and friends. * gst/gstregistrybinary.h: Bump binary registry format version for this as it changes the format on those architectures that don't have unaligned access and 64 bit pointers.
Diffstat (limited to 'gst/gstregistrybinary.h')
-rw-r--r--gst/gstregistrybinary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstregistrybinary.h b/gst/gstregistrybinary.h
index c9c7995e75..8193f7c03b 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.18")
+#define GST_MAGIC_BINARY_VERSION_STR ("0.10.18.1")
/*
* GST_MAGIC_BINARY_VERSION_LEN: