videodecoder: Only keep track of timestamps if the subclass is parsing data
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 10 Dec 2012 11:49:46 +0000 (11:49 +0000)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 10 Dec 2012 11:51:02 +0000 (11:51 +0000)
commit0bb5c6c012571d9ce7f80d9699a0d63f2768c271
treefbe075177201d871fa09f438f1f960926d43fa80
parentd4b6f3c1a0ef75d0b5d9dabcd732931b664d644e
videodecoder: Only keep track of timestamps if the subclass is parsing data

Otherwise we just pass through the timestamps directly and don't
need to waste additional memory for them.

Fixes bug #689814.
gst-libs/gst/video/gstvideodecoder.c