diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-04-10 15:43:54 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-04-10 15:43:54 +0000 |
commit | 2fb7648fbe7a94a12f846204faa705a428f5cf89 (patch) | |
tree | e2d81c8bc6cd972bf4b2f96aa574994adfed6344 /ChangeLog | |
parent | 9b98e1fd6f3b579313ed7b8316c123fc7e345eb4 (diff) |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2006-04-10 Tim-Philipp Müller <tim at centricular dot net> + + * 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 <msmith@fluendo.com> * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip): |