[Bug 761014] File can't be played with hardware acceleration in Android gstreamer tutorial 5
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jan 29 04:59:35 PST 2016
https://bugzilla.gnome.org/show_bug.cgi?id=761014
Matthew Waters (ystreet00) <ystreet00 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
CC| |ystreet00 at gmail.com
Component|gstreamer (core) |gst-plugins-bad
--- Comment #36 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
These patches fix the hang and a crash for me and may even fix your streams not
playing. Could you test again with the latest master?
commit b276de78275b61481384b1edc532a7ebe69079f5
Author: Matthew Waters <matthew at centricular.com>
Date: Fri Jan 29 23:28:59 2016 +1100
amcvideodec: guard against not finding a valid frame in loop
Fixes sporadic crashes on finishing decoding a video.
https://bugzilla.gnome.org/show_bug.cgi?id=761014
commit 1fceac8122293bc33778efc5419f639f8135a02f
Author: Matthew Waters <matthew at centricular.com>
Date: Fri Jan 29 15:24:36 2016 +1100
amcvideodec: set our data pointer in java to NULL on close
The frame available callback can be called after deconfiguring the amc
codec.
Guard against this by setting the back pointer to NULL on close() and
ignoring
any NULL data pointer.
https://bugzilla.gnome.org/show_bug.cgi?id=761014
--
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