diff options
author | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2008-08-12 16:13:15 +0000 |
---|---|---|
committer | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2008-08-12 16:13:15 +0000 |
commit | 601b0f1d9687981567d3a1b1fc7ac8a853573704 (patch) | |
tree | efc972663cc94a94bef2b52d1448f4d0aa390379 /ChangeLog | |
parent | de2f30c7d48073bedda1245c292863f2cd5da8b6 (diff) | |
download | gst-plugins-bad-601b0f1d9687981567d3a1b1fc7ac8a853573704.tar.gz gst-plugins-bad-601b0f1d9687981567d3a1b1fc7ac8a853573704.tar.bz2 gst-plugins-bad-601b0f1d9687981567d3a1b1fc7ac8a853573704.zip |
ext/x264/gstx264enc.*: Do not deal with duplicated input (timestamps). If needed, a generic element can do so.
Original commit message from CVS:
* ext/x264/gstx264enc.c: (gst_x264_enc_reset),
(gst_x264_enc_chain), (gst_x264_enc_encode_frame):
* ext/x264/gstx264enc.h:
Do not deal with duplicated input (timestamps). If needed,
a generic element can do so.
Do not manipulate input timestamps on the way out,
since that shifts the timeline and A/V sync.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2008-08-12 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> + * ext/x264/gstx264enc.c: (gst_x264_enc_reset), + (gst_x264_enc_chain), (gst_x264_enc_encode_frame): + * ext/x264/gstx264enc.h: + Do not deal with duplicated input (timestamps). If needed, + a generic element can do so. + Do not manipulate input timestamps on the way out, + since that shifts the timeline and A/V sync. + +2008-08-12 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> + * docs/plugins/gst-plugins-bad-plugins.args: Integrate new properties into documentation. * ext/x264/gstx264enc.c: (gst_x264_enc_class_init), |