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 786036 - vtenc: assume 25 fps for unknown framerate
vtenc: assume 25 fps for unknown framerate
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.x
Other Linux
: Normal normal
: 1.12.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-08-09 09:32 UTC by Nicola
Modified: 2017-08-11 08:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.45 KB, patch)
2017-08-09 09:32 UTC, Nicola
committed Details | Review

Description Nicola 2017-08-09 09:32:43 UTC
Created attachment 357243 [details] [review]
patch

Other encoders do the same, for example vpx, x265 ecc..
Comment 1 Sebastian Dröge (slomo) 2017-08-09 09:38:25 UTC
commit f5d8304724141834baf1e195d99ec32056f54d7c (HEAD -> master)
Author: Nicola Murino <nicola.murino@gmail.com>
Date:   Wed Aug 9 11:26:37 2017 +0200

    vtenc: assume 25 fps for unknown framerate
    
    This is better than reporting no latency at
    all and then later failing in live pipelines.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=786036