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:
Jan Alexander Steffens (heftig) 2021-07-26 16:43:47 +02:00 committed by GStreamer Marge Bot
parent af7138ebc4
commit 0f8631c476

View file

@ -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 */