ext/ffmpeg/gstffmpegdemux.c: If the duration returned by ffmpeg is 0, it doesn't...
authorEdward Hervey <bilboed@bilboed.com>
Tue, 14 Feb 2006 17:13:11 +0000 (17:13 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 14 Feb 2006 17:13:11 +0000 (17:13 +0000)
commit4aa57ea7e540a33db8d69460c5748add3f4928e6
tree5c76a6f941994136363286b30ec92a4f64f899a3
parentfa4b52bdca5eba11493b84a95f20c7d53aa4eddc
ext/ffmpeg/gstffmpegdemux.c: If the duration returned by ffmpeg is 0, it doesn't mean the file has no duration, but t...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_open):
If the duration returned by ffmpeg is 0, it doesn't mean the file has
no duration, but that it doesn't know the end.
Fixed accordingly for segment_stop.
ChangeLog
ext/ffmpeg/gstffmpegdemux.c