mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
qtdemux: fix timestamp datatype
This commit is contained in:
parent
8070ae967b
commit
baa28ddedf
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue