mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
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.
This commit is contained in:
parent
106a9874d6
commit
d605579f58
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
||||||
|
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>
|
2004-06-10 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* ext/theora/theoraenc.c: (gst_theora_enc_class_init),
|
* ext/theora/theoraenc.c: (gst_theora_enc_class_init),
|
||||||
|
|
Loading…
Reference in a new issue