summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-04-12 10:52:02 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-04-12 10:52:02 +0000
commiteae68a64fa982bd8c0eb1d4c941d1bcac3d38b1a (patch)
tree1c575f729ecd42296e8d3a174e7ecd0fc23e6391 /gst
parent86a4c1c6b0fb20f0700b7497508206c90844579c (diff)
gst/qtdemux/qtdemux.c: Make timescale 32 bits again so we don't screw up the pts_offset calculations.
Original commit message from CVS: * gst/qtdemux/qtdemux.c: Make timescale 32 bits again so we don't screw up the pts_offset calculations.
Diffstat (limited to 'gst')
-rw-r--r--gst/qtdemux/qtdemux.c2
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;