mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
matroskamux: Opus headers are not in-band
https://bugzilla.gnome.org/show_bug.cgi?id=727305
This commit is contained in:
parent
7b17615da8
commit
b34574d829
1 changed files with 2 additions and 1 deletions
|
@ -1621,7 +1621,8 @@ opus_streamheader_to_codecdata (const GValue * streamheader,
|
|||
if (bufarr->len != 1 && bufarr->len != 2)
|
||||
goto wrong_count;
|
||||
|
||||
context->xiph_headers_to_skip = bufarr->len;
|
||||
/* Opus headers are not in-band */
|
||||
context->xiph_headers_to_skip = 0;
|
||||
|
||||
bufval = &g_array_index (bufarr, GValue, 0);
|
||||
if (G_VALUE_TYPE (bufval) != GST_TYPE_BUFFER) {
|
||||
|
|
Loading…
Reference in a new issue