gst/qtdemux/qtdemux.c: Add Dirac stream type

Original commit message from CVS:
* gst/qtdemux/qtdemux.c: Add Dirac stream type
This commit is contained in:
David Schleef 2008-06-27 18:11:01 +00:00
parent 5e6696db9d
commit 3665725eaf
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2008-06-27 David Schleef <ds@schleef.org>
* gst/qtdemux/qtdemux.c: Add Dirac stream type
2008-06-27 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
* gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):

View file

@ -4519,6 +4519,10 @@ qtdemux_video_caps (GstQTDemux * qtdemux, QtDemuxStream * stream,
* allow 0 sized packets while theora does */
stream->padding = 1;
break;
case GST_MAKE_FOURCC ('d', 'r', 'a', 'c'):
_codec ("Dirac");
caps = gst_caps_from_string ("video/x-dirac");
break;
case GST_MAKE_FOURCC ('k', 'p', 'c', 'd'):
default:
{