mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
ffmpegmux: Add proper audio mapping for DVD muxer. Fixes #588546
This commit is contained in:
parent
aef712df82
commit
c27b4babf1
1 changed files with 3 additions and 1 deletions
|
@ -2428,7 +2428,9 @@ gst_ffmpeg_formatid_get_codecids (const gchar * format_name,
|
||||||
CODEC_ID_NONE
|
CODEC_ID_NONE
|
||||||
};
|
};
|
||||||
static enum CodecID mpeg_audio_list[] = { CODEC_ID_MP2,
|
static enum CodecID mpeg_audio_list[] = { CODEC_ID_MP2,
|
||||||
CODEC_ID_MP3,
|
CODEC_ID_AC3,
|
||||||
|
CODEC_ID_DTS,
|
||||||
|
CODEC_ID_PCM_S16BE,
|
||||||
CODEC_ID_NONE
|
CODEC_ID_NONE
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue