Remove unnecessary playbin2 flags.

This commit is contained in:
Xavi Artigas 2012-06-25 10:25:17 +02:00
parent ef0bd3ef08
commit d9b9e9bf11

View file

@ -151,7 +151,6 @@ int main(int argc, char *argv[]) {
/* Build the pipeline */
data.pipeline = gst_parse_launch ("playbin2 uri=http://docs.gstreamer.com/media/sintel_trailer-480i.avi", NULL);
g_object_set (data.pipeline, "flags", (gint)0x0417, NULL);
/* Add a keyboard watch so we get notified of keystrokes */
#ifdef _WIN32