[Bug 752883] New: vtdec: error on returning from iOS background
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Jul 26 06:05:16 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=752883
Bug ID: 752883
Summary: vtdec: error on returning from iOS background
Classification: Platform
Product: GStreamer
Version: unspecified
OS: Mac OS
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: ilya.konstantinov at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Upon returning from iOS background during a running "vtdec" pipeline, we get:
GST_VIDEO_DECODER_ERROR (vtdec, 1, STREAM, DECODE, (NULL),
("VTDecompressionSessionDecodeFrame returned %d", (int) status), ret);
where status == kVTInvalidSessionErr == -12903.
This produces a pipeline error and causes the source to stop. This is highly
undesirable everywhere, and in particular in an RTC app where stopping the
source task causes data loss.
There's a similar Chromium bug. We can see what they did.
https://code.google.com/p/chromium/issues/detail?id=477895
--
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