[Bug 779696] Videocompositor halts if PTS = none

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Mar 8 16:55:16 UTC 2017


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

--- Comment #3 from Nick Kallen <socialmediamaster9000 at gmail.com> ---
I believe the root cause is:

gstbaseparser sets pts = next_pts

for each frame, next_pts = TIME_NONE and then next_pts = pts if prev_pts != pts

that's almost always ok, but sometimes the prev_pts == pts and next_pts is
invalid, setting the pts to TIME_NONE.

Patch attached

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