avidemux: Also extract IDIT tags present too early

https://bugzilla.gnome.org/show_bug.cgi?id=636143
This commit is contained in:
Edward Hervey 2010-11-30 19:22:11 +01:00
parent 0cff917a51
commit 86933b40e9

View file

@ -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,