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 679503 - decklinksrc return values uninitialized
decklinksrc return values uninitialized
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.x
Other Linux
: Normal trivial
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-06 10:02 UTC by Andreas Frisch
Modified: 2012-07-13 08:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed trivial patch (1.23 KB, patch)
2012-07-06 10:02 UTC, Andreas Frisch
none Details | Review

Description Andreas Frisch 2012-07-06 10:02:07 UTC
recent git changes 

http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/sys/decklink/gstdecklinksink.cpp?id=71dcbbd52ac8c65e70fada82cbc0a2a2db511ca7

added new eos event cases in which the return value remains uninitialized
Comment 1 Andreas Frisch 2012-07-06 10:02:59 UTC
Created attachment 218165 [details] [review]
proposed trivial patch
Comment 2 Wim Taymans 2012-07-13 08:02:58 UTC
commit fda43bfb2a3ed2082f5b20dae15f113ff056d335
Author: Andreas Frisch <fraxinas@opendreambox.org>
Date:   Fri Jul 6 12:01:33 2012 +0200

    initialize return values (fixes bug #679503)