summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-08-16 10:19:39 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-08-16 10:19:39 +0000
commit80ba5af710f130e947db8bb5fb9e1f1971fe8e93 (patch)
tree3b798a3d2a3240a167cf336b641437c6ac3ac392
parentbb90fbf2acf600baf3cda967a379d6af2d997ffa (diff)
downloadgst-plugins-bad-80ba5af710f130e947db8bb5fb9e1f1971fe8e93.tar.gz
gst-plugins-bad-80ba5af710f130e947db8bb5fb9e1f1971fe8e93.tar.bz2
gst-plugins-bad-80ba5af710f130e947db8bb5fb9e1f1971fe8e93.zip
ext/theora/theoraenc.c: Fix bug where buffers were not marked as keyframes correctly.
Original commit message from CVS: * ext/theora/theoraenc.c: (gst_border_mode_get_type), (gst_theora_enc_class_init), (theora_enc_sink_link), (theora_buffer_from_packet), (theora_enc_chain): Fix bug where buffers were not marked as keyframes correctly.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db93294a..ef741566 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-08-16 Wim Taymans <wim@fluendo.com>
+
+ * ext/theora/theoraenc.c: (gst_border_mode_get_type),
+ (gst_theora_enc_class_init), (theora_enc_sink_link),
+ (theora_buffer_from_packet), (theora_enc_chain):
+ Fix bug where buffers were not marked as keyframes
+ correctly.
+
2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),