qtdemux: don't use GST_CLOCK_TIME_NONE in non GstClockTime variables
authorThiago Santos <thiagoss@osg.samsung.com>
Tue, 2 Dec 2014 00:04:02 +0000 (21:04 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Tue, 2 Dec 2014 03:46:35 +0000 (00:46 -0300)
commit148da6210a4f9593cc0be6424e0e26556b72f0ba
tree76c8a4123146ffad7fecaacb9c2e797770a88a9f
parent114b84c1a33c8ed6a2a68f0766a0a9672e051b74
qtdemux: don't use GST_CLOCK_TIME_NONE in non GstClockTime variables

Use -1 instead as those are gint64/guint64 variables and not GstClockTime
gst/isomp4/qtdemux.c