mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
matroskademux: handle real audio 28_8
Fixes duplicate check for 14_4. https://bugzilla.gnome.org//show_bug.cgi?id=736543
This commit is contained in:
parent
86579c59bf
commit
4c08f2694d
1 changed files with 1 additions and 1 deletions
|
@ -5415,7 +5415,7 @@ gst_matroska_demux_audio_caps (GstMatroskaTrackAudioContext *
|
|||
context->postprocess_frame = gst_matroska_demux_add_wvpk_header;
|
||||
audiocontext->wvpk_block_index = 0;
|
||||
} else if ((!strcmp (codec_id, GST_MATROSKA_CODEC_ID_AUDIO_REAL_14_4)) ||
|
||||
(!strcmp (codec_id, GST_MATROSKA_CODEC_ID_AUDIO_REAL_14_4)) ||
|
||||
(!strcmp (codec_id, GST_MATROSKA_CODEC_ID_AUDIO_REAL_28_8)) ||
|
||||
(!strcmp (codec_id, GST_MATROSKA_CODEC_ID_AUDIO_REAL_COOK))) {
|
||||
gint raversion = -1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue