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 755738 - GtkGst : gst_object_unref on GtkDrawingArea events if current media have no audio
GtkGst : gst_object_unref on GtkDrawingArea events if current media have no a...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal normal
: 1.6.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-28 14:08 UTC by Yannick Inizan
Modified: 2015-09-29 01:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
log file for sample code (153.80 KB, text/x-log)
2015-09-28 14:08 UTC, Yannick Inizan
Details

Description Yannick Inizan 2015-09-28 14:08:11 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
Comment 1 Matthew Waters (ystreet00) 2015-09-28 14:29:28 UTC
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
Comment 2 Yannick Inizan 2015-09-29 01:26:54 UTC
Fixed, thanks !