mpegtsbase: Add condition to check for non working negative rate
authorVineeth TM <vineeth.tm@samsung.com>
Thu, 24 Dec 2015 06:10:16 +0000 (15:10 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 17 Feb 2016 08:51:07 +0000 (10:51 +0200)
commit6676ed6cb0d84173a2051aeb4f19209fb904e444
tree48d8953e4ed9d6087ef1863d0bbd4728a237cf2a
parentd99af79a2ca8199a4f4b5404124efc5c405444f4
mpegtsbase: Add condition to check for non working negative rate

tsdemux is not able to handle negative playback rates.
But in mpegtsbase, the same check is not being done.
added a check to not handle negative rate while seeking unless
the same is handled upstream.

https://bugzilla.gnome.org/show_bug.cgi?id=758516
gst/mpegtsdemux/mpegtsbase.c