riff: 'DXSA' is the same as 'DXSB'

Which is subpicture/x-xsub
This commit is contained in:
Edward Hervey 2015-11-16 14:49:19 +01:00 committed by Edward Hervey
parent c79bf13bc2
commit 27f2328348

View file

@ -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");