aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nauwelaerts2008-08-12 11:13:15 -0500
committerMark Nauwelaerts2008-08-12 11:13:15 -0500
commit601b0f1d9687981567d3a1b1fc7ac8a853573704 (patch)
treeefc972663cc94a94bef2b52d1448f4d0aa390379 /ChangeLog
parentde2f30c7d48073bedda1245c292863f2cd5da8b6 (diff)
downloadgst-plugins-bad0-10-601b0f1d9687981567d3a1b1fc7ac8a853573704.tar.gz
gst-plugins-bad0-10-601b0f1d9687981567d3a1b1fc7ac8a853573704.tar.xz
gst-plugins-bad0-10-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b17784184..fd58ff673 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
12008-08-12 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> 12008-08-12 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
2 2
3 * ext/x264/gstx264enc.c: (gst_x264_enc_reset),
4 (gst_x264_enc_chain), (gst_x264_enc_encode_frame):
5 * ext/x264/gstx264enc.h:
6 Do not deal with duplicated input (timestamps). If needed,
7 a generic element can do so.
8 Do not manipulate input timestamps on the way out,
9 since that shifts the timeline and A/V sync.
10
112008-08-12 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
12
3 * docs/plugins/gst-plugins-bad-plugins.args: 13 * docs/plugins/gst-plugins-bad-plugins.args:
4 Integrate new properties into documentation. 14 Integrate new properties into documentation.
5 * ext/x264/gstx264enc.c: (gst_x264_enc_class_init), 15 * ext/x264/gstx264enc.c: (gst_x264_enc_class_init),