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
@ -2314,6 +2314,7 @@ check_pending_buffers (GstTSDemux * demux)
|
|||||||
"Saw more than 500ms of data without PCR. Ignoring PCR from now on");
|
"Saw more than 500ms of data without PCR. Ignoring PCR from now on");
|
||||||
GST_MPEGTS_BASE (demux)->ignore_pcr = TRUE;
|
GST_MPEGTS_BASE (demux)->ignore_pcr = TRUE;
|
||||||
demux->program->pcr_pid = 0x1fff;
|
demux->program->pcr_pid = 0x1fff;
|
||||||
|
g_object_notify (G_OBJECT (demux), "ignore-pcr");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 3. Go over all streams that have current/pending data */
|
/* 3. Go over all streams that have current/pending data */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user