diff --git a/ChangeLog b/ChangeLog index 4cd71f2f17..6f960eb652 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2006-07-27 Jan Schmidt,,, +2006-07-27 Jan Schmidt + + * tests/check/pipelines/parse-launch.c: (expected_fail_pipe): + Oops, meant to uncomment this line too to dampen the noise a bit. + +2006-07-27 Jan Schmidt * gst/parse/grammar.y: * gst/parse/parse.l: diff --git a/tests/check/pipelines/parse-launch.c b/tests/check/pipelines/parse-launch.c index 7ed7db4cac..06c930a425 100644 --- a/tests/check/pipelines/parse-launch.c +++ b/tests/check/pipelines/parse-launch.c @@ -51,7 +51,7 @@ expected_fail_pipe (const gchar * pipe_descr) GError *error = NULL; #ifndef GST_DISABLE_GST_DEBUG - // gst_debug_set_default_threshold (GST_LEVEL_NONE); + gst_debug_set_default_threshold (GST_LEVEL_NONE); #endif pipeline = gst_parse_launch (pipe_descr, &error);