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 752414 - dashdemux: default timescale value should be 1, not 0
dashdemux: default timescale value should be 1, not 0
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.5.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-15 11:30 UTC by Florin Apostol
Modified: 2015-08-16 13:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (4.16 KB, patch)
2015-07-15 12:07 UTC, Florin Apostol
committed Details | Review

Description Florin Apostol 2015-07-15 11:30:11 UTC
according to the standard, the default timescale value should be 1, not 0.
This will also allow removal of checks like:

    if (timescale > 1)
      duration /= timescale;
Comment 1 Florin Apostol 2015-07-15 12:07:54 UTC
Created attachment 307470 [details] [review]
proposed patch
Comment 2 Tim-Philipp Müller 2015-07-16 19:09:25 UTC
commit e12d3d9be2d07fa1e3c158ccba7b2c4ba4371b52
Author: Florin Apostol <florin.apostol@oregan.net>
Date:   Wed Jul 15 13:02:54 2015 +0100

    dashdemux: default timescale is 1
    
    default timescale value should be 1, not 0.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=752414