ffmpeg: Don't enter infinite loops in the timestamp tracking
authorJan Schmidt <thaytan@noraisin.net>
Thu, 18 Jun 2009 00:11:25 +0000 (01:11 +0100)
committerJan Schmidt <thaytan@noraisin.net>
Wed, 24 Jun 2009 14:20:12 +0000 (15:20 +0100)
commit473d7391a9f16a7311389f8a7597bea5d921506d
tree6e17c263f79078739db30fb5444a0688615d08f3
parentcb245b7504fb6e14021e3ffcd1f3378e212b47ba
ffmpeg: Don't enter infinite loops in the timestamp tracking

Avoid an infinite loop consuming buffer timestamp info when
the video frames contain only GST_CLOCK_TIME_NONE timestamps.

Add some debug logging in the timestamp tracking paths.

Fixes: #585845
ext/ffmpeg/gstffmpegdec.c