GNOME Bugzilla – Bug 751877
gtkdrawingarea: crash when drawing a video
Last modified: 2015-07-03 13:21:53 UTC
Commit 6786c9d7 introduced a bug when a drawing area is used for rendering videos, since the drawing area doesn't assing a draw() method if the widget doesn't has a window.
+ Trace 235225
Created attachment 306681 [details] [review] drawingarea: call parent's draw() if no window Commit 6786c9d7 introduced a bug when a drawing area is used for rendering videos, since the drawing area doesn't assing a draw() method if the widget doesn't has a window.
Created attachment 306686 [details] [review] drawingarea: checks parent's draw() before call it commit 6786c9d7 introduced a bug when a drawing area is used for rendering videos, since GtkWidgetClass doesn't set a draw() method by itself.
Attachment 306686 [details] pushed as b3166b7 - drawingarea: checks parent's draw() before call it