diff options
Diffstat (limited to 'gst/qtdemux')
-rw-r--r-- | gst/qtdemux/qtdemux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index 1cd0f3b8..66bc04ea 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -117,7 +117,7 @@ struct _QtDemuxStream /* duration/scale */ guint64 duration; /* in timescale */ - guint64 timescale; + guint32 timescale; /* our samples */ guint32 n_samples; |