mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
info: reset default threshold to LEVEL_DEFAULT not 0
in set_threshold_from_string().
This commit is contained in:
parent
fbbe6c646e
commit
3aa5ff37cd
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);
|
||||
|
||||
if (reset)
|
||||
gst_debug_set_default_threshold (0);
|
||||
gst_debug_set_default_threshold (GST_LEVEL_DEFAULT);
|
||||
|
||||
split = g_strsplit (list, ",", 0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue