set_threshold_from_string


Description:


[ Version ( since = "1.2" ) ]
public void set_threshold_from_string (string list, bool reset)

Sets the debug logging wanted in the same form as with the GST_DEBUG environment variable.

You can use wildcards such as `*`, but note that the order matters when you use wild cards, e.g. `foosrc:6,*src:3,*:2` sets everything to log level 2.

Parameters:

list

comma-separated list of "category:level" pairs to be used as debug logging levels

reset

true to clear all previously-set debug levels before setting new thresholds false if adding the threshold described by list to the one already set.


Namespace: Gst.Debug
Package: gstreamer-1.0