mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-02 18:01:31 +00:00
gst/gstregistrybinary.c: Rename constant everywhere and don't forget one occurence.
Original commit message from CVS: * gst/gstregistrybinary.c: (gst_registry_binary_write): Rename constant everywhere and don't forget one occurence.
This commit is contained in:
parent
6c85176725
commit
c375cef8c0
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-03-23 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
|
* gst/gstregistrybinary.c: (gst_registry_binary_write):
|
||||||
|
Rename constant everywhere and don't forget one occurence.
|
||||||
|
|
||||||
2008-03-23 Sebastian Dröge <slomo@circular-chaos.org>
|
2008-03-23 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* gst/gstregistrybinary.c: (gst_registry_binary_write):
|
* gst/gstregistrybinary.c: (gst_registry_binary_write):
|
||||||
|
|
|
@ -106,7 +106,7 @@ inline static gboolean
|
||||||
gst_registry_binary_write (GstRegistry * registry, const void *mem,
|
gst_registry_binary_write (GstRegistry * registry, const void *mem,
|
||||||
const gssize size, unsigned long *file_position, gboolean align)
|
const gssize size, unsigned long *file_position, gboolean align)
|
||||||
{
|
{
|
||||||
gchar padder[ALIGN] = { 0, };
|
gchar padder[ALIGNMENT] = { 0, };
|
||||||
int padsize = 0;
|
int padsize = 0;
|
||||||
|
|
||||||
/* Padding to insert the struct that requiere word alignment */
|
/* Padding to insert the struct that requiere word alignment */
|
||||||
|
|
Loading…
Reference in a new issue