qtdemux: fix timestamp datatype

This commit is contained in:
Mark Nauwelaerts 2009-11-26 17:29:03 +01:00
parent 8070ae967b
commit baa28ddedf

View file

@ -270,7 +270,7 @@ struct _QtDemuxStream
guint32 current_chunk;
guint32 last_chunk;
guint32 samples_per_chunk;
guint32 stco_timestamp;
GstClockTime stco_timestamp;
guint32 stco_sample_index;
/* stsz */
guint32 sample_size; /* 0 means variable sizes are stored in stsz */