diff --git a/gst-sdk/tutorials/playback-tutorial-5.c b/gst-sdk/tutorials/playback-tutorial-5.c index 0e2682ac13..11ddd6ba96 100644 --- a/gst-sdk/tutorials/playback-tutorial-5.c +++ b/gst-sdk/tutorials/playback-tutorial-5.c @@ -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