Remove unnecessary playbin2 flags.
authorXavi Artigas <xartigas@fluendo.com>
Mon, 25 Jun 2012 08:25:17 +0000 (10:25 +0200)
committerXavi Artigas <xartigas@fluendo.com>
Mon, 25 Jun 2012 08:25:17 +0000 (10:25 +0200)
gst-sdk/tutorials/playback-tutorial-5.c

index 0e2682a..11ddd6b 100644 (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