qtdemux: update for __gst_debug_min name change

This commit is contained in:
Tim-Philipp Müller 2011-10-09 16:24:36 +01:00
parent 94021224fc
commit 309b5fa0c1

View file

@ -800,7 +800,7 @@ qtdemux_node_dump_foreach (GNode * node, gpointer qtdemux)
gboolean
qtdemux_node_dump (GstQTDemux * qtdemux, GNode * node)
{
if (__gst_debug_min < GST_LEVEL_LOG)
if (_gst_debug_min < GST_LEVEL_LOG)
return TRUE;
g_node_traverse (node, G_PRE_ORDER, G_TRAVERSE_ALL, -1,