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 773319 - adapter: mix-up between PTS and DTS
adapter: mix-up between PTS and DTS
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 1.10.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-10-21 13:45 UTC by Jesper Larsen
Modified: 2016-10-31 14:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] adapter: Fix mix-up between DTS and PTS (707 bytes, patch)
2016-10-21 13:45 UTC, Jesper Larsen
committed Details | Review

Description Jesper Larsen 2016-10-21 13:45:11 UTC
Created attachment 338190 [details] [review]
[PATCH] adapter: Fix mix-up between DTS and PTS

There is a mix-up of DTS and PTS in the gst_adapter_prev_pts_at_offset function.
It will return the DTS distance instead of the PTS distance.
Comment 1 Sebastian Dröge (slomo) 2016-10-21 13:47:52 UTC
commit 9ae7f465a509c4cb905952ffd7e2ee7d2b68cfad
Author: Jesper Larsen <knorr.jesper@gmail.com>
Date:   Fri Oct 21 15:40:47 2016 +0200

    adapter: Fix mix-up between DTS and PTS
    
    https://bugzilla.gnome.org/show_bug.cgi?id=773319