mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 13:53:19 +00:00
info: reset default threshold to LEVEL_DEFAULT not 0
in set_threshold_from_string().
This commit is contained in:
parent
d2dee2d808
commit
b43f88fef6
1 changed files with 1 additions and 1 deletions
|
@ -1990,7 +1990,7 @@ gst_debug_set_threshold_from_string (const gchar * list, gboolean reset)
|
||||||
g_assert (list);
|
g_assert (list);
|
||||||
|
|
||||||
if (reset)
|
if (reset)
|
||||||
gst_debug_set_default_threshold (0);
|
gst_debug_set_default_threshold (GST_LEVEL_DEFAULT);
|
||||||
|
|
||||||
split = g_strsplit (list, ",", 0);
|
split = g_strsplit (list, ",", 0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue