[Bug 767176] vaapiencode: implement flush() vmethod

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jun 22 12:38:50 UTC 2016


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

--- Comment #27 from Julian Bouzas <nnoell3 at gmail.com> ---
Hi Hyunjun,

Thanks a lot for the patch, I have not tested it with the rtsp-server but it
seems to fix the hanging issue when using vaapih264enc.

This now works:
1) gst-launch-1.0 filesrc location=video.mp4 ! decodebin ! navseek !
vaapih264enc ! decodebin ! autovideosink

However, if we do not use vaapih264enc and use x264enc instead, the pipeline
still hangs at the beginning:
2) gst-launch-1.0 filesrc location=video.mp4 ! decodebin ! navseek ! x264enc !
decodebin ! autovideosink

It looks to me that there is also another issue outside of vaapih264enc. I will
keep testing and try to narrow it down.

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