[Bug 767176] x264enc: hangs when seeking

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jun 3 14:53:25 UTC 2016


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

--- Comment #13 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Tracing 

gst-launch-1.0 -v filesrc location= ~/patterns/517748282_4.mp4 ! decodebin !
navseek ! vaapih264enc ! decodebin ! vaapisink

I see that when a navseek operation is done, the flush() and purge() vmethods
are called as expected, and the element start to pushing buffers again, but
they never got released by downstream, so the buffers got exhausted reaching
the deadlock.

This looks similar like the problem with reverse playback.

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