mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
Add mapping for SMPTE 302m audio
This commit is contained in:
parent
7363a133c6
commit
7f2f2fb31f
1 changed files with 4 additions and 0 deletions
|
@ -1949,6 +1949,10 @@ gst_ffmpeg_codecid_to_caps (enum CodecID codec_id,
|
|||
}
|
||||
break;
|
||||
|
||||
case CODEC_ID_S302M:
|
||||
caps = gst_caps_new_empty_simple ("audio/x-smpte-302m");
|
||||
break;
|
||||
|
||||
case CODEC_ID_DVD_SUBTITLE:
|
||||
case CODEC_ID_DVB_SUBTITLE:
|
||||
caps = NULL;
|
||||
|
|
Loading…
Reference in a new issue