tests/check/pipelines/parse-launch.c: Oops, meant to uncomment this line too to dampen the noise a bit.

Original commit message from CVS:
* tests/check/pipelines/parse-launch.c: (expected_fail_pipe):
Oops, meant to uncomment this line too to dampen the noise a bit.
This commit is contained in:
Jan Schmidt 2006-07-27 13:44:22 +00:00
parent 5b271bcd88
commit e76af7f73f
2 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,9 @@
2006-07-27 Jan Schmidt,,, <set EMAIL_ADDRESS environment variable>
2006-07-27 Jan Schmidt <thaytan@mad.scientist.com>
* 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 <thaytan@mad.scientist.com>
* gst/parse/grammar.y:
* gst/parse/parse.l:

View file

@ -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);