diff options
author | Edward Hervey <bilboed@bilboed.com> | 2008-08-25 14:15:43 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2008-08-25 14:15:43 +0000 |
commit | dbea08db341b91272d561b7b027e397aedea9503 (patch) | |
tree | 95a3e2592508ca6e92a196acef66f766ecb036eb /ChangeLog | |
parent | c0826dc21d0ee5c7119354fe1da9a499cef44905 (diff) |
gst/matroska/: Add Real[Audio|Video] support to Matroska containers.
Original commit message from CVS:
* gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
(gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
* gst/matroska/matroska-mux.c:
(gst_matroska_mux_video_pad_setcaps),
(gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
Add Real[Audio|Video] support to Matroska containers.
It works fine for:
* decoding real audio/video streams contained in mkv
* 'transmuxing' real (.rm) files into .mkv files
It will not work though for encoding real[audio/video] streams that
don't contain the 'mdpr_data' extra data on the caps.
The reason why this will not work is because I never intended to
duplicate virtually all the 'mdpr' block creation into mkvmux.
Fixes #536067
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2008-08-25 Edward Hervey <edward.hervey@collabora.co.uk> + + * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event), + (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps): + * gst/matroska/matroska-mux.c: + (gst_matroska_mux_video_pad_setcaps), + (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish): + Add Real[Audio|Video] support to Matroska containers. + It works fine for: + * decoding real audio/video streams contained in mkv + * 'transmuxing' real (.rm) files into .mkv files + It will not work though for encoding real[audio/video] streams that + don't contain the 'mdpr_data' extra data on the caps. + The reason why this will not work is because I never intended to + duplicate virtually all the 'mdpr' block creation into mkvmux. + Fixes #536067 + 2008-08-25 Wim Taymans <wim.taymans@collabora.co.uk> * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain): |