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 710759 - mpegts: fix uninitialized variable warnings
mpegts: fix uninitialized variable warnings
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Mac OS
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-23 21:47 UTC by Matthieu Bouron
Modified: 2013-10-25 11:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mpegtsdemux: fix uninitialized variable warning (750 bytes, patch)
2013-10-23 21:48 UTC, Matthieu Bouron
committed Details | Review
mpegtsmux: fix uninitialized variable warning (790 bytes, patch)
2013-10-23 21:48 UTC, Matthieu Bouron
committed Details | Review

Description Matthieu Bouron 2013-10-23 21:47:26 UTC
Fix uninitialized variables warnings with apple llvm 5.0 on osx >= 10.8.5.
Comment 1 Matthieu Bouron 2013-10-23 21:48:31 UTC
Created attachment 257974 [details] [review]
mpegtsdemux: fix uninitialized variable warning
Comment 2 Matthieu Bouron 2013-10-23 21:48:51 UTC
Created attachment 257975 [details] [review]
mpegtsmux: fix uninitialized variable warning
Comment 3 Olivier Crête 2013-10-25 11:33:09 UTC
Pushed 

commit e7687dbaa22ad0dd3fa3c1dfc7fff8b76ec3b273
Author: Matthieu Bouron <matthieu.bouron@gmail.com>
Date:   Wed Oct 23 17:11:20 2013 +0100

    mpegtsmux: fix uninitialized variable warning
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710759

commit 84fbc08c251de8a53d5503f2dc5acbc2d97d2c19
Author: Matthieu Bouron <matthieu.bouron@gmail.com>
Date:   Wed Oct 23 16:58:49 2013 +0100

    mpegtsdemux: fix uninitialized variable warning
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710759