summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-06-10 14:59:17 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-06-10 14:59:17 +0000
commit0a19ade65dadaeef3e68de0fdd7b6fada83ba372 (patch)
tree6c25edcff87df24ea23854029317ecda52b4bf6e
parent7e23252a566ae99a0ad7dd9cfc05f81a5cb43ebf (diff)
downloadgstreamer-plugins-bad-0a19ade65dadaeef3e68de0fdd7b6fada83ba372.tar.gz
ext/theora/theoraenc.c: Set duration on encoded buffer, added some more properties
Original commit message from CVS: * ext/theora/theoraenc.c: (gst_theora_enc_class_init), (gst_theora_enc_init), (theora_enc_sink_link), (theora_buffer_from_packet), (theora_enc_set_property), (theora_enc_get_property): Set duration on encoded buffer, added some more properties
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7c1fadb9..0eb19b724 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2004-06-10 Wim Taymans <wim@fluendo.com>
+ * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
+ (gst_theora_enc_init), (theora_enc_sink_link),
+ (theora_buffer_from_packet), (theora_enc_set_property),
+ (theora_enc_get_property):
+ Set duration on encoded buffer, added some more properties
+
+2004-06-10 Wim Taymans <wim@fluendo.com>
+
* ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
(gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
(gst_ogg_mux_send_headers), (gst_ogg_mux_loop):