baseparse: do not ignore TIME segments
authorThiago Santos <ts.santos@sisa.samsung.com>
Wed, 8 Jan 2014 19:28:54 +0000 (16:28 -0300)
committerThiago Santos <ts.santos@sisa.samsung.com>
Wed, 8 Jan 2014 19:40:23 +0000 (16:40 -0300)
commit51fa54a281f55da78e491f2bef522a28f0cb9f53
treeef209c12aa6481d37c73a2fe78e4616d655a6ca1
parent6c95262447d32458fec0db008af219d46d344fbf
baseparse: do not ignore TIME segments

TIME segments are being ignored and a standard initialized
segment is used instead. This causes issues as not properly detecting
reverse playback or not cliping output based on the segment.

This seems to be a regression from one of the GstSegment/GstEvent
redesigns on the 0.10 -> 1.0 transition
libs/gst/base/gstbaseparse.c