diff options
author | Thibault Saunier <thibault.saunier@collabora.com> | 2012-06-29 12:05:36 -0400 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-10-27 13:42:51 +0100 |
commit | e513ed1810b083db0abc2c06abb8eb60948660bd (patch) | |
tree | 75f31e2986046fa7f69290f9f47150029b94cfdd /docs/gst | |
parent | 05bd82cf614f3edc39d730634723bb707fef5ad7 (diff) |
info: add a function to set debug threshold from a GST_DEBUG-style string
Use the same format as with the GST_DEBUG environment variable.
API: gst_debug_set_threshold_from_string()
https://bugzilla.gnome.org/show_bug.cgi?id=679152
Diffstat (limited to 'docs/gst')
-rw-r--r-- | docs/gst/gstreamer-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 5a6af74e5..26070dd5a 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -1144,6 +1144,7 @@ gst_debug_is_active gst_debug_set_colored gst_debug_is_colored gst_debug_set_default_threshold +gst_debug_set_threshold_from_string gst_debug_get_default_threshold gst_debug_set_threshold_for_name gst_debug_unset_threshold_for_name |