From 2fb7648fbe7a94a12f846204faa705a428f5cf89 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 10 Apr 2006 15:43:54 +0000 Subject: gst/matroska/matroska-demux.c: Use static pad templates with ANY caps for audio and video source pads and get rid of ... Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init), (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps), (gst_matroska_demux_subtitle_caps), (gst_matroska_demux_plugin_init): Use static pad templates with ANY caps for audio and video source pads and get rid of a lot of unnecessary (and partially broken) code for the template caps. Clean up caps finding functions. Fixes playback of audio files/streams that do not contain the sample rate and/or number of channels in the audio context (happens a lot with vorbis/mp3 .mka files it seems). Fixes #337183. Also add myself to copyright holders. --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 11cd41be..94165bf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2006-04-10 Tim-Philipp Müller + + * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init), + (gst_matroska_demux_handle_seek_event), + (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps), + (gst_matroska_demux_subtitle_caps), + (gst_matroska_demux_plugin_init): + Use static pad templates with ANY caps for audio and video + source pads and get rid of a lot of unnecessary (and partially + broken) code for the template caps. Clean up caps finding + functions. Fixes playback of audio files/streams that do not + contain the sample rate and/or number of channels in the audio + context (happens a lot with vorbis/mp3 .mka files it seems). + Fixes #337183. + Also add myself to copyright holders. + 2006-04-10 Michael Smith * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip): -- cgit