mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
tests: don't stop on just warnings
This commit is contained in:
parent
6fa859f679
commit
e873435ce0
1 changed files with 0 additions and 2 deletions
|
@ -69,8 +69,6 @@ bus_message (GstBus * bus, GstMessage * message, App * app)
|
|||
gst_object_default_error (GST_MESSAGE_SRC (message), gerror, debug);
|
||||
g_error_free (gerror);
|
||||
g_free (debug);
|
||||
|
||||
g_main_loop_quit (app->loop);
|
||||
break;
|
||||
}
|
||||
case GST_MESSAGE_EOS:
|
||||
|
|
Loading…
Reference in a new issue