baseparse: Don't override gst_segment_do_seek()
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 17 Jul 2015 21:44:52 +0000 (17:44 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 17 Jul 2015 21:44:52 +0000 (17:44 -0400)
commit5b5cebf5401e4e313c1e54b1145af3dc0ffe53ad
tree0b269b26d40fe06d6765671b7e514c387d235939
parent8b6e8701d5fb90559e517b0d03fdce12c50c7c5b
baseparse: Don't override gst_segment_do_seek()

This line has no purpose, clearly gst_segment_do_seek() is doing
the right job, also, having the start time (a timestamp) be that
same as time (the stream time) is quite odd.

https://bugzilla.gnome.org/show_bug.cgi?id=750783
libs/gst/base/gstbaseparse.c