gst/flx/gstflxdec.c: If the speed of the file is null in the header, set the frame_ti...
authorEdward Hervey <bilboed@bilboed.com>
Tue, 13 Dec 2005 10:45:04 +0000 (10:45 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 13 Dec 2005 10:45:04 +0000 (10:45 +0000)
commitf5b7ab5af12e71000e85074205fb3c0ff5e3bc0b
tree5fb67eddea9a269e9fad871e8ea601fc30d719f5
parentea9090e73fada2f174319b901ec39c4a042992d6
gst/flx/gstflxdec.c: If the speed of the file is null in the header, set the frame_time to the default setting of GST...

Original commit message from CVS:
* gst/flx/gstflxdec.c: (gst_flxdec_chain):
If the speed of the file is null in the header, set the frame_time to the default
setting of GST_SECOND / 70. Which is the default frame_delay for .fli files as
stated in this document : http://www.compuphase.com/flic.htm
Would be nice to have the time conversion done properly too
(duration = flxh->frames * flxdec->frame_time)
ChangeLog
gst/flx/gstflxdec.c