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 758228 - amcvideodec: Don't require a non-zero buffer size when doing decoding to a surface
amcvideodec: Don't require a non-zero buffer size when doing decoding to a su...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal normal
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-11-17 14:22 UTC by Sebastian Dröge (slomo)
Modified: 2015-11-18 07:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
amcvideodec: Don't require a non-zero buffer size when doing decoding to a surface (1.17 KB, patch)
2015-11-17 14:22 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2015-11-17 14:22:22 UTC
See commit message
Comment 1 Sebastian Dröge (slomo) 2015-11-17 14:22:27 UTC
Created attachment 315748 [details] [review]
amcvideodec: Don't require a non-zero buffer size when doing decoding to a surface

At least on some devices/Android versions the buffer size will always be zero
in these cases.
Comment 2 Nicolas Dufresne (ndufresne) 2015-11-17 17:25:52 UTC
Make sense, it seems the output buffer will get it's size from the GLMemory anyway.
Comment 3 Matthew Waters (ystreet00) 2015-11-17 23:02:55 UTC
Review of attachment 315748 [details] [review]:

Looks fine.
Comment 4 Sebastian Dröge (slomo) 2015-11-18 07:24:27 UTC
Attachment 315748 [details] pushed as 96eb5ef - amcvideodec: Don't require a non-zero buffer size when doing decoding to a surface