mpegtsmux: fix build error
authorVineeth TM <vineeth.tm@samsung.com>
Mon, 15 Jun 2015 01:34:56 +0000 (10:34 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 15 Jun 2015 08:12:11 +0000 (10:12 +0200)
commit95dd8d9662c7060843021d64e85c4295bd1578e9
treea6c7aaa2daf631ac46afa1cb3208b8b36bcfaccc
parentf600a8ac9ad2f6b0ad37bcf7cfce5b21722129fc
mpegtsmux: fix build error

after e000a6f0a4984fbe81190df6cd439c70dafde3d6, there is build error in bad plugins
this happens because, GST_CLOCK_STIME_IS_VALID () is being checked for pad_data
but it expects a GstClockTime parameter. Changing the check to 'dts'

https://bugzilla.gnome.org/show_bug.cgi?id=750961
gst/mpegtsmux/mpegtsmux.c