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 797090 - qtmux: Use drop-frame flag for all /1001 framerates
qtmux: Use drop-frame flag for all /1001 framerates
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-09-06 14:19 UTC by Vivia Nikolaidou
Modified: 2018-09-06 14:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
qtmux: Use drop-frame flag for all /1001 framerates (1.16 KB, patch)
2018-09-06 14:19 UTC, Vivia Nikolaidou
none Details | Review

Description Vivia Nikolaidou 2018-09-06 14:19:03 UTC
See commit message
Comment 1 Vivia Nikolaidou 2018-09-06 14:19:08 UTC
Created attachment 373555 [details] [review]
qtmux: Use drop-frame flag for all /1001 framerates

Because the framerate for e.g. 30000/1001 is written as 30, and the
framerate for 24000/1001 is written as 24, so third-party software uses
the drop-frame flag to distinguish between 29.97 and 30 fps, or 23.98
and 24 fps.
Comment 2 Vivia Nikolaidou 2018-09-06 14:23:22 UTC
Sorry for the false alarm - I got it reported wrong to me.