ext/ffmpeg/gstffmpegdec.c: Detect DTS or PTS as timestamps. This is done by tracking...
authorWim Taymans <wim.taymans@gmail.com>
Wed, 5 Mar 2008 17:02:33 +0000 (17:02 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 5 Mar 2008 17:02:33 +0000 (17:02 +0000)
commit62bc3b929b1ce8d5d3be9442c83b8febef5c8508
tree48fec1cb2b98c6f2dc944d639136838836f394bc
parentbebde6f878c567204c313f86fe63a267b45157c9
ext/ffmpeg/gstffmpegdec.c: Detect DTS or PTS as timestamps. This is done by tracking frame reordering on the output a...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_class_init),
(gst_ffmpegdec_setcaps), (check_keyframe),
(gst_ffmpegdec_video_frame), (gst_ffmpegdec_sink_event),
(gst_ffmpegdec_set_property):
Detect DTS or PTS as timestamps. This is done by tracking frame
reordering on the output and making sure that timestamps don't go
backwards. Fixes #482660.
ChangeLog
common
ext/ffmpeg/gstffmpegdec.c