summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-05-10 13:34:56 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-05-10 13:34:56 +0000
commitf28e95906dcb6f45484cb453d5113a2dacc26ccc (patch)
tree5bb11165c75f4ec834b9d0ecae12a03801fcd39a
parent3fc3170249d1f790716c5a220ded770622e5d692 (diff)
downloadgst-plugins-bad-f28e95906dcb6f45484cb453d5113a2dacc26ccc.tar.gz
gst-plugins-bad-f28e95906dcb6f45484cb453d5113a2dacc26ccc.tar.bz2
gst-plugins-bad-f28e95906dcb6f45484cb453d5113a2dacc26ccc.zip
ext/ogg/: Added an ogg muxer.
Original commit message from CVS: * ext/ogg/gstogg.c: (plugin_init): * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init), (gst_ogg_print): * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_base_init), (gst_ogg_mux_class_init), (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link), (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad), (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop), (gst_ogg_mux_get_property), (gst_ogg_mux_set_property), (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init): Added an ogg muxer. Small typo fixes in the demuxer.
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b5069af..86e80b0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
2004-05-10 Wim Taymans <wim@fluendo.com>
+ * ext/ogg/gstogg.c: (plugin_init):
+ * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
+ (gst_ogg_print):
+ * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
+ (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
+ (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
+ (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
+ (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
+ (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
+ (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
+ (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
+ (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
+ (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
+ Added an ogg muxer.
+ Small typo fixes in the demuxer.
+
+2004-05-10 Wim Taymans <wim@fluendo.com>
+
* ext/theora/theoraenc.c: (gst_theora_enc_class_init),
(theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
(theora_enc_change_state), (theora_enc_set_property),