asfdemux: Store the stream type in streams
The field was present but never set :)
This commit is contained in:
parent
83d7d2f67a
commit
2d9867b120
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user