diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-06-27 13:22:34 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-06-27 13:22:34 +0000 |
commit | b1bc42dda060735f8795ebb5a21fc68e26261b2a (patch) | |
tree | 7bec8fd4025acb5f6c51d1fcca908a4c7510d14d /ChangeLog | |
parent | ed52aa4949339123e81c530cebdb91ee28529479 (diff) | |
download | gst-plugins-bad-b1bc42dda060735f8795ebb5a21fc68e26261b2a.tar.gz gst-plugins-bad-b1bc42dda060735f8795ebb5a21fc68e26261b2a.tar.bz2 gst-plugins-bad-b1bc42dda060735f8795ebb5a21fc68e26261b2a.zip |
gst/deinterlace2/gstdeinterlace2.c: If we're outputting all fields the framerate has to be doubled.
Original commit message from CVS:
* gst/deinterlace2/gstdeinterlace2.c:
(gst_deinterlace2_set_property), (gst_deinterlace2_chain),
(gst_deinterlace2_setcaps):
If we're outputting all fields the framerate has to be doubled.
Set duration on the outgoing buffers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-06-27 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * gst/deinterlace2/gstdeinterlace2.c: + (gst_deinterlace2_set_property), (gst_deinterlace2_chain), + (gst_deinterlace2_setcaps): + If we're outputting all fields the framerate has to be doubled. + + Set duration on the outgoing buffers. + 2008-06-26 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> * docs/plugins/Makefile.am: |