mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
asfdemux: Remove useless check. We already have checked for it above.
This commit is contained in:
parent
a3c832405e
commit
3b63c95450
1 changed files with 1 additions and 4 deletions
|
@ -1190,11 +1190,8 @@ gst_asf_demux_find_stream_with_complete_payload (GstASFDemux * demux)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/* Now see if there's a complete payload queued for this stream */
|
/* Now see if there's a complete payload queued for this stream */
|
||||||
if (stream->payloads->len > 0) {
|
|
||||||
AsfPayload *payload;
|
|
||||||
|
|
||||||
payload = &g_array_index (stream->payloads, AsfPayload, 0);
|
payload = &g_array_index (stream->payloads, AsfPayload, 0);
|
||||||
if (!gst_asf_payload_is_complete (payload))
|
if (!gst_asf_payload_is_complete (payload))
|
||||||
|
|
Loading…
Reference in a new issue