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 751821 - amc: fix check whether we managed to acquire a buffer
amc: fix check whether we managed to acquire a buffer
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal normal
: 1.5.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-02 07:26 UTC by Vineeth
Modified: 2015-08-16 13:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix wrong check (1013 bytes, patch)
2015-07-02 07:27 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-07-02 07:26:59 UTC
while getting buffer address from GetDirectBufferAddress
 it returns the address to *data,
 instead of checking if *data is present, the check is 
 made for data, which is not correct.
Comment 1 Vineeth 2015-07-02 07:27:46 UTC
Created attachment 306587 [details] [review]
fix wrong check
Comment 2 Tim-Philipp Müller 2015-07-02 08:17:46 UTC
Thanks, pushed:

 commit 96d691694a54b3829e1ffcac2b1a408bf051bd1b
 Author: Vineeth TM <vineeth.tm@samsung.com>
 Date:   Thu Jul 2 16:27:06 2015 +0900

    amc: fix check whether we managed to acquire a buffer
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751821