mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
tsdemux: Notify when ignore_pcr is set
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2437>
This commit is contained in:
parent
af7138ebc4
commit
0f8631c476
1 changed files with 1 additions and 0 deletions
|
@ -2314,6 +2314,7 @@ check_pending_buffers (GstTSDemux * demux)
|
|||
"Saw more than 500ms of data without PCR. Ignoring PCR from now on");
|
||||
GST_MPEGTS_BASE (demux)->ignore_pcr = TRUE;
|
||||
demux->program->pcr_pid = 0x1fff;
|
||||
g_object_notify (G_OBJECT (demux), "ignore-pcr");
|
||||
}
|
||||
|
||||
/* 3. Go over all streams that have current/pending data */
|
||||
|
|
Loading…
Reference in a new issue