[Bug 721148] [pitivi] GstVideoOverlay does not work with GTK 3.10's client-side window manager decorations
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Jan 4 13:18:11 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=721148
GStreamer | gst-plugins-base | 1.2.1
Paolo Bacchilega <paolo.bacchilega> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |paolo.bacchilega at libero.it
--- Comment #6 from Paolo Bacchilega <paolo.bacchilega at libero.it> 2014-01-04 21:18:04 UTC ---
Hey,
I just read about this bug on Planet GNOME :) I had a similar problem when I
added an GtkHeaderBar to gThumb and I fixed it setting the default visual for
the drawing area (instead of using and RGBA visual, which is set automatically
if a header bar is used).
Try to change the test case this way:
GdkVisual *visual;
visual = gdk_screen_get_system_visual (gtk_widget_get_screen (video_window);
if (visual != NULL)
gtk_widget_set_visual (GTK_WIDGET (video_window), visual);
where video_window is the drawing area used to show the video.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list