pidgin/pidgin

Parents 15c0ee1aa398
Children a441bf8b2eed
Remove ximagesink and xvimagesink from Pidgin options as they're broken

At the time of this commit, ximagesink and xvimagesink are broken
when embedding into a Gtk window. They display as a black screen
or artifacts of not being drawn.

This commit doesn't disallow them completely as the default option
still uses autovideosink, which can choose either of these sinks
still. However, it's probably a good idea to remove known broken
sinks to from the plugin options list.
--- a/pidgin/gtkprefs.c Fri Jan 22 03:11:20 2016 -0600
+++ b/pidgin/gtkprefs.c Fri Jan 22 03:48:08 2016 -0600
@@ -175,8 +175,10 @@
"directdrawsink", "DirectDraw",
/* "gconfvideosink", "GConf", */
"glimagesink", "OpenGL",
- "ximagesink", "X Window System",
- "xvimagesink", "X Window System (Xv)",
+ /* Currently broken when embedding in a Gtk window
+ * "ximagesink", "X Window System",
+ * "xvimagesink", "X Window System (Xv)",
+ */
NULL
};