diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-06-11 14:38:59 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-06-11 14:38:59 +0000 |
commit | 68dcaa8ddf52ceb2298bee011366394540c9a7a7 (patch) | |
tree | c6e3ea0c93783b14b98a4fd0bc11f10e21b2ea7d | |
parent | 8273169245bd7df41046581ceebb07647106f31b (diff) | |
download | gst-plugins-bad-68dcaa8ddf52ceb2298bee011366394540c9a7a7.tar.gz gst-plugins-bad-68dcaa8ddf52ceb2298bee011366394540c9a7a7.tar.bz2 gst-plugins-bad-68dcaa8ddf52ceb2298bee011366394540c9a7a7.zip |
ext/ogg/gstoggmux.c: Added property to set the maximum delay of a 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 property to set the maximum delay of a page.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-06-11 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 property to set the maximum delay of a page. + 2004-06-10 Wim Taymans <wim@fluendo.com> * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init), |