gst/matroska/: Add Real[Audio|Video] support to Matroska containers.
authorEdward Hervey <bilboed@bilboed.com>
Mon, 25 Aug 2008 14:15:43 +0000 (14:15 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 25 Aug 2008 14:15:43 +0000 (14:15 +0000)
commitdbea08db341b91272d561b7b027e397aedea9503
tree95a3e2592508ca6e92a196acef66f766ecb036eb
parentc0826dc21d0ee5c7119354fe1da9a499cef44905
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
ChangeLog
gst/matroska/matroska-demux.c
gst/matroska/matroska-mux.c