ffcodecmap: avoid setting large framerates
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 6 Oct 2010 14:43:27 +0000 (16:43 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 6 Oct 2010 14:58:52 +0000 (16:58 +0200)
commit4aa9b97d3fabdbb5a7c63f9543b673dbf29a1965
treed438ab40a5e738b1fd4ed9107583e79c5f511a97
parentc330cdcc5df1d76e91ed51ba144f09b299a0da7a
ffcodecmap: avoid setting large framerates

When the framerate is bigger than 1000/1, set it to 0/1 instead. This avoids
letting the videosink do QoS on these very small frame durations.
ext/ffmpeg/gstffmpegcodecmap.c