After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 630309 - x264enc: Implement the latency query
x264enc: Implement the latency query
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-22 03:00 UTC by Olivier Crête
Modified: 2012-09-27 15:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Olivier Crête 2010-09-22 03:00:07 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
Comment 1 Olivier Crête 2010-09-22 21:16:18 UTC
Seems like we need to get i_delay out from x264_t (or probably re-compute it since it's not exported).
Comment 2 Tim-Philipp Müller 2012-09-27 09:21:53 UTC
Didn't Nicholas fix this a while back?
Comment 3 Nicolas Dufresne (ndufresne) 2012-09-27 14:44:53 UTC
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)
Comment 4 Tim-Philipp Müller 2012-09-27 15:12:26 UTC
Great :-)