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 610444 - [controller] Interpolation control source passes NULL pointers to GSequence API
[controller] Interpolation control source passes NULL pointers to GSequence API
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal critical
: 0.10.27
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 597704
 
 
Reported: 2010-02-19 12:10 UTC by Sebastian Dröge (slomo)
Modified: 2010-02-19 13:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
interpolationcontrolsource: Don't pass NULL pointers to GSequence API (2.34 KB, patch)
2010-02-19 12:26 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2010-02-19 12:10:53 UTC
+++ This bug was initially created as a clone of Bug #597704 +++

Summary says it all, patch follows
Comment 1 Sebastian Dröge (slomo) 2010-02-19 12:26:38 UTC
Created attachment 154200 [details] [review]
interpolationcontrolsource: Don't pass NULL pointers to GSequence API

This causes assertion failures. Fixes bug #610444.
Comment 2 Sebastian Dröge (slomo) 2010-02-19 13:37:48 UTC
commit b30c7d370ef2f3fa121c62fc17ceed8ae2e32149
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Fri Feb 19 13:26:01 2010 +0100

    interpolationcontrolsource: Don't pass NULL pointers to GSequence API
    
    This causes assertion failures. Fixes bug #610444.