mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
mpegtsdemux: do not abort playback when no PCR were found during initial scan
Seeking will not be possible in those streams but at least the can be played. Note scanning is only done when tsdemux is configured in pull mode. https://bugzilla.gnome.org/show_bug.cgi?id=608148
This commit is contained in:
parent
35a1720de1
commit
7a3d189250
1 changed files with 1 additions and 1 deletions
|
@ -1326,7 +1326,7 @@ no_initial_pcr:
|
|||
mpegts_packetizer_clear (base->packetizer);
|
||||
GST_WARNING_OBJECT (base, "Couldn't find any PCR within the first %d bytes",
|
||||
10 * 65536);
|
||||
return GST_FLOW_ERROR;
|
||||
return GST_FLOW_OK;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue