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 658901 - textoverlay: crash when the video sink pad has no parent
textoverlay: crash when the video sink pad has no parent
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.36
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-13 10:49 UTC by Vincent Penquerc'h
Modified: 2011-09-19 07:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
backtrace (68.72 KB, text/plain)
2011-09-13 10:49 UTC, Vincent Penquerc'h
Details

Description Vincent Penquerc'h 2011-09-13 10:49:46 UTC
Created attachment 196352 [details]
backtrace

I got this crash just one, maybe a race condition.
The file is a mkv with text subtitles, a test stream that's always been working fine so far.
Comment 1 Sebastian Dröge (slomo) 2011-09-19 07:34:55 UTC
commit d094913a612753e5811035c9f2b3c8a4039ec808
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Mon Sep 19 09:34:08 2011 +0200

    textoverlay: Protect against accessing the NULL parent of the pads during sh
    
    Fixes bug #658901.