<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>logger level can't decrease once increased</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>I'm using gstreamer in an application with access to the stdout from gstreamer via a gst_debug_add_log_function.<BR>
Through the user interface in the app, you can change the output level (in gstreamer this calls gst_debug_set_default_threshold).<BR>
It appears that setting/getting this value is not a problem, however after increasing the threshold past GST_LEVEL_INFO (3) & then attempting to bring it to a lower value (i.e. GST_LEVEL_WARNING), it appears that the output stays the same. gst_debug_get_default_threshold at this point shows that I have set it to the lower number, but the output reflects that the higher log level is still being used. Any ideas on what might be happening?<BR>
</FONT>
</P>
</BODY>
</HTML>