collectpads: Add negative DTS support
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 3 Apr 2015 21:54:50 +0000 (17:54 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 12 Jun 2015 21:20:16 +0000 (17:20 -0400)
commitb5e4f7bd9dc4380b13fb7370efec581abbd2e6af
tree8dab10d0b38f34173a1970b06a4bb8921b0c948a
parent5cab2e14c4ce445591669984661cd88a9bd6d3cd
collectpads: Add negative DTS support

Make gst_collect_pads_clip_running_time() function also store the
signed DTS in the CollectData. This signed DTS value can be used by
muxers to properly handle streams where DTS can be negative initially.

https://bugzilla.gnome.org/show_bug.cgi?id=740575
libs/gst/base/gstcollectpads.c
libs/gst/base/gstcollectpads.h
tests/check/libs/collectpads.c