summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2008-08-12 16:13:15 +0000
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2008-08-12 16:13:15 +0000
commit601b0f1d9687981567d3a1b1fc7ac8a853573704 (patch)
treeefc972663cc94a94bef2b52d1448f4d0aa390379 /ChangeLog
parentde2f30c7d48073bedda1245c292863f2cd5da8b6 (diff)
downloadgst-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1778418..fd58ff67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),