gst/gstregistrybinary.c: Align memory to the pointer size even if the architecture...
authorSebastian Dröge <slomo@circular-chaos.org>
Sun, 23 Mar 2008 11:29:54 +0000 (11:29 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Sun, 23 Mar 2008 11:29:54 +0000 (11:29 +0000)
commit6c851767259e97738f6c52f28ee538c275de6401
treedd3119118e98b032ae6233c9fd718e4669886788
parent79bd94558c4b7913c93987970e456dfedba2c515
gst/gstregistrybinary.c: Align memory to the pointer size even if the architecture allows unaligned memory access. Un...

Original commit message from CVS:
* gst/gstregistrybinary.c: (gst_registry_binary_write):
Align memory to the pointer size even if the architecture allows
unaligned memory access. Unaligned memory access usually comes with
performance penality.
ChangeLog
gst/gstregistrybinary.c