From 0f8631c476763a7de7e1537d8432a003edfbe60d Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" Date: Mon, 26 Jul 2021 16:43:47 +0200 Subject: tsdemux: Notify when ignore_pcr is set Part-of: --- gst/mpegtsdemux/tsdemux.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gst') diff --git a/gst/mpegtsdemux/tsdemux.c b/gst/mpegtsdemux/tsdemux.c index 0a2a76963..0c0ece9bc 100644 --- a/gst/mpegtsdemux/tsdemux.c +++ b/gst/mpegtsdemux/tsdemux.c @@ -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 */ -- cgit v1.2.1