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 796807 - rtp: Use running_time instead of PTS for config-interval calculations
rtp: Use running_time instead of PTS for config-interval calculations
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other All
: Normal normal
: 1.14.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-07-13 16:46 UTC by Sebastian Dröge (slomo)
Modified: 2018-07-25 13:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rtp: Use running_time instead of PTS for config-interval calculations (13.40 KB, patch)
2018-07-13 16:46 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2018-07-13 16:46:16 UTC
Should be self-explanatory
Comment 1 Sebastian Dröge (slomo) 2018-07-13 16:46:21 UTC
Created attachment 373051 [details] [review]
rtp: Use running_time instead of PTS for config-interval calculations

PTS can start again from a different offset while the running time is
increasing. The only thing that matters here is the running time.
Comment 2 Sebastian Dröge (slomo) 2018-07-24 15:15:19 UTC
Attachment 373051 [details] pushed as f3631e6 - rtp: Use running_time instead of PTS for config-interval calculations