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 757649 - multihandlesink: time-min property is not respected when PTS are not perfectly ordered
multihandlesink: time-min property is not respected when PTS are not perfectl...
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal minor
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-11-05 19:58 UTC by Julien MOUTTE
Modified: 2018-11-03 11:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use GST_CLOCK_TIME_DIFF to ensure the gap is signed. (926 bytes, patch)
2015-11-05 20:02 UTC, Julien MOUTTE
none Details | Review

Description Julien MOUTTE 2015-11-05 19:58:13 UTC
When calculating the number of buffers that should be maintained in the queue, the find_limits function is comparing the latest buffer's PTS with all previous ones but it does not handle the case where one of the previous PTS is actually greater than the first.

This does not allow the queue to grow to honor the time-min property.
Comment 1 Julien MOUTTE 2015-11-05 20:02:42 UTC
Created attachment 314939 [details] [review]
Use GST_CLOCK_TIME_DIFF to ensure the gap is signed.
Comment 2 GStreamer system administrator 2018-11-03 11:43:34 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/241.