GNOME Bugzilla – Bug 750961
mpegtsmux: fix build error
Last modified: 2015-06-15 14:37:51 UTC
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'
Created attachment 305263 [details] [review] fix build error
Created attachment 305266 [details] [review] fix build error
commit 95dd8d9662c7060843021d64e85c4295bd1578e9 Author: Vineeth TM <vineeth.tm@samsung.com> Date: Mon Jun 15 10:34:56 2015 +0900 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
For the record, I completly removed min_dts, it's not needed anymore. I also fixed the trace (it was tracing time instead of DTS, and found a bug in the trace macro).