After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 437169 - [xvimagesink] add property to disable Xv double-buffering
[xvimagesink] add property to disable Xv double-buffering
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-09 14:42 UTC by Bastien Nocera
Modified: 2007-07-14 18:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gst-xvimagesink-double-buffer-prop.patch (2.84 KB, patch)
2007-05-09 14:42 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2007-05-09 14:42:22 UTC
Untested patch attached.
Comment 1 Bastien Nocera 2007-05-09 14:42:39 UTC
Created attachment 87882 [details] [review]
gst-xvimagesink-double-buffer-prop.patch
Comment 2 David Schleef 2007-05-13 07:03:19 UTC
Why is this interesting?
Comment 3 Bastien Nocera 2007-05-13 10:55:57 UTC
Allows debugging (just like the synchronous setting), as right now, the xvimagesink forces double-buffering.
Comment 4 Wim Taymans 2007-07-14 18:33:13 UTC
        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.