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 675769 - mpeg2dec: Has 3 frames latency, not 2
mpeg2dec: Has 3 frames latency, not 2
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.x
Other Linux
: Normal normal
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-09 18:11 UTC by Nicolas Dufresne (ndufresne)
Modified: 2012-05-10 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mpeg2dec: mpeg2dec actually has 3 frame latency (1.10 KB, patch)
2012-05-09 18:16 UTC, Nicolas Dufresne (ndufresne)
committed Details | Review
mpeg2dec: use _scale_ceil to compute frame period (1.02 KB, patch)
2012-05-09 18:16 UTC, Nicolas Dufresne (ndufresne)
committed Details | Review

Description Nicolas Dufresne (ndufresne) 2012-05-09 18:11:32 UTC
While doing some tests, I discovered that mpeg2dec has 3 frames latency, not 2.
Comment 1 Nicolas Dufresne (ndufresne) 2012-05-09 18:16:02 UTC
Created attachment 213756 [details] [review]
mpeg2dec: mpeg2dec actually has 3 frame latency
Comment 2 Nicolas Dufresne (ndufresne) 2012-05-09 18:16:04 UTC
Created attachment 213757 [details] [review]
mpeg2dec: use _scale_ceil to compute frame period
Comment 3 Nicolas Dufresne (ndufresne) 2012-05-09 18:18:28 UTC
Can also be found at:
http://cgit.collabora.com/git/user/nicolas/gst-plugins-ugly2.git/log/?h=675769-mpeg2dec-latency
Comment 4 Sebastian Dröge (slomo) 2012-05-10 14:02:02 UTC
commit 73997498b61f61e6061f36445f973bad93e3ae17
Author: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Date:   Fri May 4 16:09:57 2012 -0400

    mpeg2dec: use _scale_ceil to compute frame period
    
    https://bugzilla.gnome.org/show_bug.cgi?id=675769

commit 467599ba0d882b2984adf42dad2d0100e7f0d5f2
Author: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Date:   Fri May 4 16:08:27 2012 -0400

    mpeg2dec: mpeg2dec actually has 3 frame latency
    
    https://bugzilla.gnome.org/show_bug.cgi?id=675769