[Bug 783726] vaapi: failure of some tcs in gst-validate-launcher

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jun 14 12:58:01 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=783726

Hyunjun Ko <zzoon at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #353656|reviewed                    |none
             status|                            |
 Attachment #353656|0                           |1
        is obsolete|                            |

--- Comment #4 from Hyunjun Ko <zzoon at igalia.com> ---
Created attachment 353741
  --> https://bugzilla.gnome.org/attachment.cgi?id=353741&action=edit
libs: decoder: h264: initialize active_sps/pps in reset

Since commits in https://bugzilla.gnome.org/show_bug.cgi?id=781142 landed,
they introduced regression in seek.

Formerly, once seek is done, decoder drops P-frames until I-frame arrives.
But since the commits landed, it doesn't drop P-frame and does try to
decode it continuously because active_sps is still alive. See ensure_sps
function.
But there are prev_frames and prev_ref_frames reset already, then it
causes assertion.

So it's necessary to reset active_sps/pps also in reset method.

-- 
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