projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbbe6c6
)
info: reset default threshold to LEVEL_DEFAULT not 0
author
Tim-Philipp Müller
<tim@centricular.com>
Thu, 11 Jan 2018 11:36:53 +0000
(11:36 +0000)
committer
Tim-Philipp Müller
<tim@centricular.com>
Thu, 11 Jan 2018 11:36:53 +0000
(11:36 +0000)
in set_threshold_from_string().
gst/gstinfo.c
patch
|
blob
|
history
diff --git
a/gst/gstinfo.c
b/gst/gstinfo.c
index 8f723c97e987238d84e5bfb2324b3bbddb5e4746..0f8cb8a732ac020afe44464998fbb42278b13110 100644
(file)
--- a/
gst/gstinfo.c
+++ b/
gst/gstinfo.c
@@
-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);