Add missing properties needed while testing

This commit is contained in:
Xavi Artigas 2012-09-12 18:49:06 +02:00
parent a449e48aea
commit d6c101954b

View file

@ -90,7 +90,7 @@ static void *gst_app_function (void *userdata) {
GST_DEBUG ("Creating pipeline in CustomData at %p", data);
data->pipeline = gst_parse_launch ("videotestsrc ! eglglessink", NULL);
data->pipeline = gst_parse_launch ("videotestsrc ! eglglessink force_rendering_slow=1 can_create_window=0", NULL);
/* Instruct the bus to emit signals for each received message, and connect to the interesting signals */
bus = gst_element_get_bus (data->pipeline);