asfdemux: Store the stream type in streams

The field was present but never set :)
This commit is contained in:
Edward Hervey 2017-11-13 11:09:31 +01:00 committed by Edward Hervey
parent 83d7d2f67a
commit 2d9867b120

View file

@ -3144,8 +3144,10 @@ gst_asf_demux_parse_stream_object (GstASFDemux * demux, guint8 * data,
break;
}
if (stream)
if (stream) {
stream->inspect_payload = inspect_payload;
stream->type = stream_type;
}
return stream;
not_enough_data: