tsdemux: Segment start should match first PTS
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 10 Jun 2015 21:05:52 +0000 (17:05 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 12 Jun 2015 21:10:29 +0000 (17:10 -0400)
commit338f7e8c8d268123eb97af0025859a933a94fef2
tree64ea082f057c54b1243dd95e340682145b7d41da
parente000a6f0a4984fbe81190df6cd439c70dafde3d6
tsdemux: Segment start should match first PTS

The segment should start at first PTS, and the vairable name lower_pts
state so correctly. Though we where using the first DTS instead. This
could lead to small desynchronization of video stream.

https://bugzilla.gnome.org/show_bug.cgi?id=740575
gst/mpegtsdemux/tsdemux.c