summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Nauwelaerts <manauw@skynet.be>2006-11-15 12:08:20 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-11-15 12:08:20 +0000
commit5c446dc4f5631d6c4878839ea7815e86cb074060 (patch)
treede8eaae4e7ccf6f8c963a8c3aeee1a9c3d4e4a92 /ChangeLog
parentf5dda5f00bb646fef5f9b0299d42bf699aacae65 (diff)
gst/matroska/matroska-mux.*: Add basic tag writing support; implement releasing pads (#374658).
Original commit message from CVS: Patch by: Mark Nauwelaerts <manauw at skynet be> * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces), (gst_matroska_mux_class_init), (gst_matroska_pad_free), (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event), (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad), (gst_matroska_mux_track_header), (gst_matroska_mux_start), (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish): * gst/matroska/matroska-mux.h: Add basic tag writing support; implement releasing pads (#374658).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba1fab8d..4ca118c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2006-11-15 Tim-Philipp Müller <tim at centricular dot net>
+ Patch by: Mark Nauwelaerts <manauw at skynet be>
+
+ * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
+ (gst_matroska_mux_class_init), (gst_matroska_pad_free),
+ (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
+ (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
+ (gst_matroska_mux_track_header), (gst_matroska_mux_start),
+ (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
+ * gst/matroska/matroska-mux.h:
+ Add basic tag writing support; implement releasing pads (#374658).
+
+2006-11-15 Tim-Philipp Müller <tim at centricular dot net>
+
* gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
(gst_matroska_demux_audio_caps):
Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).