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 657419 - basevideoenc: do not try to calculate latency from an unknown framerate
basevideoenc: do not try to calculate latency from an unknown framerate
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal normal
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-08-26 09:52 UTC by Vincent Penquerc'h
Modified: 2011-09-05 10:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
basevideoenc: do not try to calculate latency from an unknown framerate (1.16 KB, patch)
2011-08-26 09:52 UTC, Vincent Penquerc'h
committed Details | Review

Description Vincent Penquerc'h 2011-08-26 09:52:02 UTC
It'll divide by zero, and latency is unknown for an unknown framerate.

Fixes an assert in the schroenc test.
Comment 1 Vincent Penquerc'h 2011-08-26 09:52:05 UTC
Created attachment 194805 [details] [review]
basevideoenc: do not try to calculate latency from an unknown framerate
Comment 2 Sebastian Dröge (slomo) 2011-09-05 10:09:01 UTC
commit 8a044de701ea28ef77803c72c9899588a755ee44
Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Date:   Fri Aug 26 10:50:38 2011 +0100

    basevideoenc: do not try to calculate latency from an unknown framerate
    
    It'll divide by zero, and latency is unknown for an unknown framerate.
    
    Fixes an assert in the schroenc test.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657419