[Bug 763401] Zero-copy video playback doesn't work on Android 4.x (QA 1.7.90)
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Mar 11 04:42:18 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=763401
--- Comment #9 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
Errm
gstamcvideodec.c:1250:gst_amc_video_dec_loop:<...> dequeueOutputBuffer()
returned -2147483648 (0x80000000)
gstamcvideodec.c:1293:gst_amc_video_dec_loop:<...> Failure dequeueing output
buffer
gstamcvideodec.c:1533:gst_amc_video_dec_loop:<...> error: Failed to get buffer
0
So something in gst_amc_codec_dequeue_output_buffer() returns G_MININT.
Could you find out which failure case it's hitting (add some meaningful
GST_ERROR()'s at each failure case) ?
Side note: I just tried zero-copy on an android 4.4.2 device I have and things
worked marvellously so it's not Android version specific.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list