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 736951 - vc1parse: initialize sent_codec_tag before using it
vc1parse: initialize sent_codec_tag before using it
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.4.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-19 08:04 UTC by Aurélien Zanelli
Modified: 2014-09-24 07:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vc1parse: initialize sent_codec_tag before using it (855 bytes, patch)
2014-09-19 08:06 UTC, Aurélien Zanelli
committed Details | Review

Description Aurélien Zanelli 2014-09-19 08:04:28 UTC
sent_codec_tag is no initialized or reset.
Comment 1 Aurélien Zanelli 2014-09-19 08:06:04 UTC
Created attachment 286593 [details] [review]
vc1parse: initialize sent_codec_tag before using it

Set sent_codec_tag to FALSE on reset.
Comment 2 Sebastian Dröge (slomo) 2014-09-23 16:50:48 UTC
commit 42167b0d1fa45974da06256ae48ba8553283cf2f
Author: Aurélien Zanelli <aurelien.zanelli@parrot.com>
Date:   Fri Sep 19 09:54:11 2014 +0200

    vc1parse: initialize sent_codec_tag before using it
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736951