gstreamer/gst/imagefreeze
Tim-Philipp Müller 8098a2f0b2 imagefreeze: clear 0 DTS on buffers output, as sinks will prefer DTS over PTS for syncing
Since the initial decoded still image buffer will have dts=pts=0, and
we only set PTS on buffers we push out, all buffers pushed out would
have a DTS of 0. Sinks, however, will prefer DTS over PTS if both are
set, and will therefore always see a timestamp of 0 no matter what
the PTS is set to.

Fixes unit test too.
2012-07-04 19:03:12 +01:00
..
gstimagefreeze.c imagefreeze: clear 0 DTS on buffers output, as sinks will prefer DTS over PTS for syncing 2012-07-04 19:03:12 +01:00
gstimagefreeze.h imagefreeze: port to 0.11 2012-03-14 17:08:36 +01:00
Makefile.am android: Make it ready for androgenizer 2011-04-11 01:20:11 +02:00