commit | 4dcc9ee42a61bdcd8f35dc5ee680e5cfa1b930f6 | [log] [tgz] |
---|---|---|
author | David Schleef <ds@schleef.org> | Wed Jul 06 17:18:05 2011 -0700 |
committer | David Schleef <ds@schleef.org> | Thu Jul 07 11:27:52 2011 -0700 |
tree | 3e0a4da66299571a5a6cd4da51f7269706e0db16 | |
parent | ae87731de5dc9a1f39edd2b4dd12db30ad1ff0fd [diff] [blame] |
qtmux: Add direct dirac mapping
diff --git a/gst/isomp4/gstqtmux.c b/gst/isomp4/gstqtmux.c index 8d2ed3e..33ea5ca 100644 --- a/gst/isomp4/gstqtmux.c +++ b/gst/isomp4/gstqtmux.c
@@ -3120,6 +3120,9 @@ } else if (strcmp (mimetype, "video/x-vp8") == 0) { entry.fourcc = FOURCC_VP80; sync = FALSE; + } else if (strcmp (mimetype, "video/x-dirac") == 0) { + entry.fourcc = FOURCC_drac; + qtpad->have_dts = TRUE; } else if (strcmp (mimetype, "video/x-qt-part") == 0) { guint32 fourcc;