From 9b1ae0949e58c00db272372ab73b6a42a9824541 Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Mon, 7 Aug 2006 22:04:29 +0000 Subject: [PATCH] 2006-08-07 Matthew Allum * clutter/clutter-video-texture.c: (lay_pipeline): Set quality of service prop on fakesink to TRUE. --- ChangeLog | 5 +++++ clutter/clutter-video-texture.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0d3e43a..d9b9f04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-08-07 Matthew Allum + * clutter/clutter-video-texture.c: (lay_pipeline): + Set quality of service prop on fakesink to TRUE. + +2006-08-07 Matthew Allum + * clutter/clutter-actor.c: (clutter_actor_paint): Remove relic from old stage behaviour - dont unref it during a clip. diff --git a/clutter/clutter-video-texture.c b/clutter/clutter-video-texture.c index bf069e4..b799c84 100644 --- a/clutter/clutter-video-texture.c +++ b/clutter/clutter-video-texture.c @@ -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), -- 2.7.4