"GStreamer" (GNOME Bugzilla)
2017-09-04 15:31:56 UTC
https://bugzilla.gnome.org/show_bug.cgi?id=787261
Bug ID: 787261
Summary: vaapi H.264 decode intra-refresh dosn't work
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gstreamer-vaapi
Assignee: gstreamer-***@lists.freedesktop.org
Reporter: ***@telerob.com
QA Contact: gstreamer-***@lists.freedesktop.org
CC: ***@gmail.com, ***@igalia.com
GNOME version: ---
If vaapih264dec is used to decode a low-latency stream with intra-refresh all
frames are dropped.
Following quick hack works but may break all other things
(gstvaapidecoder_h264.c).
.....
priv->decoder_state |= sps_pi->state;
if (!(priv->decoder_state & GST_H264_VIDEO_STATE_GOT_I_FRAME)) {
/* removed don't wait for a valid I-Frame (intra refresh problem)
if (priv->decoder_state & GST_H264_VIDEO_STATE_GOT_P_SLICE)
goto drop_frame;
*/
.....
Bug ID: 787261
Summary: vaapi H.264 decode intra-refresh dosn't work
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gstreamer-vaapi
Assignee: gstreamer-***@lists.freedesktop.org
Reporter: ***@telerob.com
QA Contact: gstreamer-***@lists.freedesktop.org
CC: ***@gmail.com, ***@igalia.com
GNOME version: ---
If vaapih264dec is used to decode a low-latency stream with intra-refresh all
frames are dropped.
Following quick hack works but may break all other things
(gstvaapidecoder_h264.c).
.....
priv->decoder_state |= sps_pi->state;
if (!(priv->decoder_state & GST_H264_VIDEO_STATE_GOT_I_FRAME)) {
/* removed don't wait for a valid I-Frame (intra refresh problem)
if (priv->decoder_state & GST_H264_VIDEO_STATE_GOT_P_SLICE)
goto drop_frame;
*/
.....
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.