mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
avidemux: Also extract IDIT tags present too early
https://bugzilla.gnome.org/show_bug.cgi?id=636143
This commit is contained in:
parent
0cff917a51
commit
86933b40e9
1 changed files with 3 additions and 0 deletions
|
@ -2095,6 +2095,9 @@ gst_avi_demux_parse_stream (GstAviDemux * avi, GstBuffer * buf)
|
|||
}
|
||||
GST_DEBUG_OBJECT (avi, "stream name: %s", stream->name);
|
||||
break;
|
||||
case GST_RIFF_IDIT:
|
||||
gst_avi_demux_parse_idit (avi, sub);
|
||||
break;
|
||||
default:
|
||||
if (tag == GST_MAKE_FOURCC ('i', 'n', 'd', 'x') ||
|
||||
tag == GST_MAKE_FOURCC ('i', 'x', '0' + avi->num_streams / 10,
|
||||
|
|
Loading…
Reference in a new issue