summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux.c
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
commitea885f5afe2a266524a039d6d84ba3316158b091 (patch)
tree9eeb738028e48a566ebb8047eb656a741fb40203 /gst/qtdemux/qtdemux.c
parentbf930a161f594cf23f596d6078544862a223876a (diff)
downloadgst-plugins-bad-ea885f5afe2a266524a039d6d84ba3316158b091.tar.gz
gst-plugins-bad-ea885f5afe2a266524a039d6d84ba3316158b091.tar.bz2
gst-plugins-bad-ea885f5afe2a266524a039d6d84ba3316158b091.zip
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/qtdemux/qtdemux.c')
-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;