qtdemux: Modify data type of duration in handle_src_query function
authorJimmy Ohn <yongjin.ohn@lge.com>
Mon, 21 Mar 2016 01:11:23 +0000 (10:11 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 24 Mar 2016 12:34:55 +0000 (14:34 +0200)
commit0ef9e6d1390e2ea81ad1521e896697f742b05def
treed26968cbec29c345b3704a25af23c9a49d9668ad
parent02a932d789a49ee6c8e157e0bf8e19d289bd632d
qtdemux: Modify data type of duration in handle_src_query function

Data type of duration need to modify from guint64 to GstClockTime
for consistency in handle_src_query function.

https://bugzilla.gnome.org/show_bug.cgi?id=763965
gst/isomp4/qtdemux.c