GNOME Bugzilla – Bug 630309
x264enc: Implement the latency query
Last modified: 2012-09-27 15:12:26 UTC
x264 can introduce some latency when it is not in zero-latency mode, so it should implement the latency query to report that to the pipeline
Seems like we need to get i_delay out from x264_t (or probably re-compute it since it's not exported).
Didn't Nicholas fix this a while back?
Yes, I even tested it in 1.0 recently and it works. (Note, not need to implement the query, just give it to the baseclass, which will do the right thing)
Great :-)