mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 04:05:34 +00:00
value: Update GstValue table size for GValueArray
This commit is contained in:
parent
c56e1d18c1
commit
1a1152fa03
1 changed files with 3 additions and 2 deletions
|
@ -912,7 +912,8 @@ gst_value_transform_array_string (const GValue * src_value, GValue * dest_value)
|
|||
}
|
||||
|
||||
static void
|
||||
gst_value_transform_g_value_array_string (const GValue * src_value, GValue * dest_value)
|
||||
gst_value_transform_g_value_array_string (const GValue * src_value,
|
||||
GValue * dest_value)
|
||||
{
|
||||
_gst_value_transform_g_value_array_string (src_value, dest_value, "< ", " >");
|
||||
}
|
||||
|
@ -6733,7 +6734,7 @@ G_STMT_START { \
|
|||
|
||||
/* These initial sizes are used for the tables
|
||||
* below, and save a couple of reallocs at startup */
|
||||
static const gint GST_VALUE_TABLE_DEFAULT_SIZE = 33;
|
||||
static const gint GST_VALUE_TABLE_DEFAULT_SIZE = 34;
|
||||
static const gint GST_VALUE_UNION_TABLE_DEFAULT_SIZE = 3;
|
||||
static const gint GST_VALUE_INTERSECT_TABLE_DEFAULT_SIZE = 10;
|
||||
static const gint GST_VALUE_SUBTRACT_TABLE_DEFAULT_SIZE = 12;
|
||||
|
|
Loading…
Reference in a new issue