2006-08-07 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Mon, 7 Aug 2006 22:04:29 +0000 (22:04 +0000)
committerMatthew Allum <mallum@openedhand.com>
Mon, 7 Aug 2006 22:04:29 +0000 (22:04 +0000)
        * clutter/clutter-video-texture.c: (lay_pipeline):
        Set quality of service prop on fakesink to TRUE.

ChangeLog
clutter/clutter-video-texture.c

index 0d3e43a..d9b9f04 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-08-07  Matthew Allum  <mallum@openedhand.com>
 
+       * clutter/clutter-video-texture.c: (lay_pipeline):
+       Set quality of service prop on fakesink to TRUE.
+
+2006-08-07  Matthew Allum  <mallum@openedhand.com>
+
        * clutter/clutter-actor.c: (clutter_actor_paint):
        Remove relic from old stage behaviour - dont unref
        it during a clip. 
index bf069e4..b799c84 100644 (file)
@@ -806,6 +806,8 @@ lay_pipeline (ClutterVideoTexture *video_texture)
   g_object_set (G_OBJECT(video_sink), 
                "signal-handoffs", TRUE, 
                "sync", TRUE,
+               /* Enable frame drops. FIXME: export setting in API ? */
+               "qos",  TRUE, 
                NULL);
 
   g_signal_connect(G_OBJECT (video_sink),