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 620456 - mpegtsdemux: Some checks to avoid asserts
mpegtsdemux: Some checks to avoid asserts
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal normal
: 0.10.19
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-03 10:22 UTC by Arun Raghavan
Modified: 2010-06-03 18:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mpegtsdemux: Some checks to avoid asserts (1.66 KB, patch)
2010-06-03 10:22 UTC, Arun Raghavan
committed Details | Review

Description Arun Raghavan 2010-06-03 10:22:12 UTC
Fixes a couple of asserts I see over here.
Comment 1 Arun Raghavan 2010-06-03 10:22:16 UTC
Created attachment 162629 [details] [review]
mpegtsdemux: Some checks to avoid asserts

gst_mpeg_descriptor_find() expects the description field to be non-NULL.
This fixes a couple of calls where the value being passed is not
verified to be non-NULL first.
Comment 2 Sebastian Dröge (slomo) 2010-06-03 18:12:21 UTC
commit e5a37377ae29cfc6f3cef39be028fb2ef7fe3afa
Author: Arun Raghavan <arun.raghavan@collabora.co.uk>
Date:   Thu Jun 3 15:51:18 2010 +0530

    mpegtsdemux: Some checks to avoid asserts
    
    gst_mpeg_descriptor_find() expects the description field to be non-NULL.
    This fixes a couple of calls where the value being passed is not
    verified to be non-NULL first.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=620456