gst/qtdemux/qtdemux.c: Make timescale 32 bits again so we don't screw up the pts_offs...
authorWim Taymans <wim.taymans@gmail.com>
Thu, 12 Apr 2007 10:52:02 +0000 (10:52 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 12 Apr 2007 10:52:02 +0000 (10:52 +0000)
Original commit message from CVS:
* gst/qtdemux/qtdemux.c:
Make timescale 32 bits again so we don't screw up the pts_offset
calculations.

gst/qtdemux/qtdemux.c

index 1cd0f3b..66bc04e 100644 (file)
@@ -117,7 +117,7 @@ struct _QtDemuxStream
 
   /* duration/scale */
   guint64 duration;             /* in timescale */
-  guint64 timescale;
+  guint32 timescale;
 
   /* our samples */
   guint32 n_samples;