mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
gststructure: Set lcopy string const exactly as glib's macro
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=679534
This commit is contained in:
parent
408df31a48
commit
aab5b579a8
1 changed files with 1 additions and 1 deletions
|
@ -2735,7 +2735,7 @@ G_STMT_START { \
|
||||||
guint _flags = (flags); \
|
guint _flags = (flags); \
|
||||||
GType _value_type = G_VALUE_TYPE (_value); \
|
GType _value_type = G_VALUE_TYPE (_value); \
|
||||||
GTypeValueTable *_vtable = g_type_value_table_peek (_value_type); \
|
GTypeValueTable *_vtable = g_type_value_table_peek (_value_type); \
|
||||||
gchar *_lcopy_format = _vtable->lcopy_format; \
|
const gchar *_lcopy_format = _vtable->lcopy_format; \
|
||||||
GTypeCValue _cvalues[G_VALUE_COLLECT_FORMAT_MAX_LENGTH] = { { 0, }, }; \
|
GTypeCValue _cvalues[G_VALUE_COLLECT_FORMAT_MAX_LENGTH] = { { 0, }, }; \
|
||||||
guint _n_values = 0; \
|
guint _n_values = 0; \
|
||||||
\
|
\
|
||||||
|
|
Loading…
Reference in a new issue