mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
tests: padmonitor: disable glog handling
It messes up our own failures counter
This commit is contained in:
parent
7b4df44f61
commit
6df63915c2
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ GST_START_TEST (buffer_before_segment)
|
|||
runner = gst_validate_runner_new ();
|
||||
monitor =
|
||||
gst_validate_monitor_factory_create (GST_OBJECT (src), runner, NULL);
|
||||
gst_validate_reporter_set_handle_g_logs (GST_VALIDATE_REPORTER (monitor));
|
||||
fail_unless (GST_IS_VALIDATE_ELEMENT_MONITOR (monitor));
|
||||
|
||||
srcpad = gst_element_get_static_pad (src, "src");
|
||||
|
|
Loading…
Reference in a new issue