diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-06-10 16:06:21 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-06-10 16:06:21 +0000 |
commit | 8273169245bd7df41046581ceebb07647106f31b (patch) | |
tree | 948da645dcaa1ab9af6b14c13043cd8e3589736d /ChangeLog | |
parent | 0a19ade65dadaeef3e68de0fdd7b6fada83ba372 (diff) | |
download | gst-plugins-bad-8273169245bd7df41046581ceebb07647106f31b.tar.gz gst-plugins-bad-8273169245bd7df41046581ceebb07647106f31b.tar.bz2 gst-plugins-bad-8273169245bd7df41046581ceebb07647106f31b.zip |
ext/ogg/gstoggmux.c: Added max-delay property to control the maximum amount of data to put in one page.
Original commit message from CVS:
* ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
(gst_ogg_mux_init), (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),
(gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
Added max-delay property to control the maximum amount
of data to put in one page.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2004-06-10 Wim Taymans <wim@fluendo.com> + * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init), + (gst_ogg_mux_init), (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), + (gst_ogg_mux_get_property), (gst_ogg_mux_set_property): + Added max-delay property to control the maximum amount + of data to put in one page. + +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), |