2006-08-07 Matthew Allum <mallum@openedhand.com>

* clutter/clutter-video-texture.c: (lay_pipeline):
        Set quality of service prop on fakesink to TRUE.
This commit is contained in:
Matthew Allum 2006-08-07 22:04:29 +00:00
parent 410eabf9d5
commit 9b1ae0949e
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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):

View 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),