mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
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:
parent
410eabf9d5
commit
9b1ae0949e
@ -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):
|
||||
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user