GNOME Bugzilla – Bug 755738
GtkGst : gst_object_unref on GtkDrawingArea events if current media have no audio
Last modified: 2015-09-29 01:26:54 UTC
Created attachment 312306 [details] log file for sample code When you set an audio file/stream (in a playbin for example), you have a 'gst_object_unref' error when motion-notify-event of GtkDrawingArea is triggered. Here a code sample with this error : http://pastebin.com/gYmQBzSG and as attachment error log of sample
Thanks! commit da5c0bddb2c16ed9f9145809d4329c6419afd464 Author: Matthew Waters <matthew@centricular.com> Date: Tue Sep 29 00:25:00 2015 +1000 gtk: fix assertion when the element has no peer When proxying keyboard/navigation/mouse events, only unref a successfully retreived peer pad. https://bugzilla.gnome.org/show_bug.cgi?id=755738 And 1.6 59a68f8d85724a55861468a7a4f0efab4d900df6
Fixed, thanks !