GNOME Bugzilla – Bug 763965
qtdemux: Modify data type of duration in handle_src_query function
Last modified: 2016-03-24 12:37:35 UTC
Data type of duration need to mofidy from guint64 to GHstClockTime in handle_src_query function. As I know, GstClockTime is same guint64. But, I think that It should be modify from guint64 to GstClockTime for consistency.
Created attachment 324404 [details] [review] qtdemux: Modity data type of duration in handle_src_query function
Comment on attachment 324404 [details] [review] qtdemux: Modity data type of duration in handle_src_query function They're exactly the same, yes.
(In reply to Sebastian Dröge (slomo) from comment #2) > Comment on attachment 324404 [details] [review] [review] > qtdemux: Modity data type of duration in handle_src_query function > > They're exactly the same, yes. @slomo I have a question. If I upload some patches through the github without bugzilla, is it ok?
No
commit 0ef9e6d1390e2ea81ad1521e896697f742b05def Author: Jimmy Ohn <yongjin.ohn@lge.com> Date: Mon Mar 21 10:11:23 2016 +0900 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