ext/theora/theoraenc.c: Set duration on encoded buffer, added some more properties
authorWim Taymans <wim.taymans@gmail.com>
Thu, 10 Jun 2004 14:59:17 +0000 (14:59 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 10 Jun 2004 14:59:17 +0000 (14:59 +0000)
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

ChangeLog

index d7c1fadb96feff84fe703b3262fcfe6e737c65d5..0eb19b7241849d7beaa5d96691a34529b2c7faed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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),