mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
utils: Use G_PARAM_STATIC_STRINGS for standard properties
This commit is contained in:
parent
6b8baaed50
commit
2d5b1bbc1d
1 changed files with 2 additions and 0 deletions
|
@ -2446,6 +2446,8 @@ gst_element_populate_std_props (GObjectClass * klass, const gchar * prop_name,
|
|||
static GQuark silent_id;
|
||||
static GQuark touch_id;
|
||||
|
||||
flags |= G_PARAM_STATIC_STRINGS;
|
||||
|
||||
if (!fd_id) {
|
||||
fd_id = g_quark_from_static_string ("fd");
|
||||
blocksize_id = g_quark_from_static_string ("blocksize");
|
||||
|
|
Loading…
Reference in a new issue