GNOME Bugzilla – Bug 437169
[xvimagesink] add property to disable Xv double-buffering
Last modified: 2007-07-14 18:33:13 UTC
Untested patch attached.
Created attachment 87882 [details] [review] gst-xvimagesink-double-buffer-prop.patch
Why is this interesting?
Allows debugging (just like the synchronous setting), as right now, the xvimagesink forces double-buffering.
Patch by: Bastien Nocera <hadess at hadess dot net> * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support), (gst_xvimagesink_set_property), (gst_xvimagesink_get_property), (gst_xvimagesink_init), (gst_xvimagesink_class_init): * sys/xvimage/xvimagesink.h: Add option to turn off double-buffering for debugging purposes. Fixes #437169.