From d9f6178249e4fc1529c1c9662c6a526dd5cb2ae7 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sat, 18 Feb 2006 17:20:48 +0000 Subject: gst/matroska/: Recognise SSA/ASS and USF subtitle formats and set proper caps when they are found. Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_subtitle_caps), (gst_matroska_demux_plugin_init): * gst/matroska/matroska-ids.h: Recognise SSA/ASS and USF subtitle formats and set proper caps when they are found. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5b31cfb8..60aa63ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-02-18 Tim-Philipp Müller + + * gst/matroska/matroska-demux.c: + (gst_matroska_demux_subtitle_caps), + (gst_matroska_demux_plugin_init): + * gst/matroska/matroska-ids.h: + Recognise SSA/ASS and USF subtitle formats and + set proper caps when they are found. + 2006-02-17 Tim-Philipp Müller * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct), -- cgit