mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
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:
parent
5b271bcd88
commit
e76af7f73f
2 changed files with 7 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue