summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2015-11-16 14:49:19 +0100
committerEdward Hervey <bilboed@bilboed.com>2015-12-02 16:37:50 +0100
commit27f2328348d9f8244dc863dc723099055bc67cab (patch)
treeb9d5384842c708a8029dd76e653d02965128cc7e
parentc79bf13bc2556abe18ec43a6e3ec36ce47f05564 (diff)
riff: 'DXSA' is the same as 'DXSB'
Which is subpicture/x-xsub
-rw-r--r--gst-libs/gst/riff/riff-media.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/riff/riff-media.c b/gst-libs/gst/riff/riff-media.c
index 8c0189265..38e9e1ac3 100644
--- a/gst-libs/gst/riff/riff-media.c
+++ b/gst-libs/gst/riff/riff-media.c
@@ -904,6 +904,7 @@ gst_riff_create_video_caps (guint32 codec_fcc,
break;
case GST_MAKE_FOURCC ('D', 'X', 'S', 'B'):
+ case GST_MAKE_FOURCC ('D', 'X', 'S', 'A'):
caps = gst_caps_new_empty_simple ("subpicture/x-xsub");
if (codec_name)
*codec_name = g_strdup ("XSUB subpicture stream");