tests: don't stop on just warnings
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 4 Oct 2012 10:15:39 +0000 (12:15 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 4 Oct 2012 10:15:39 +0000 (12:15 +0200)
tests/icles/playbin-text.c

index 7a603e5..a087424 100644 (file)
@@ -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: