summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig) <jan.steffens@ltnglobal.com>2021-07-26 16:43:47 +0200
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-07-28 13:38:30 +0000
commit0f8631c476763a7de7e1537d8432a003edfbe60d (patch)
tree92a08a04dab0b08b286938adf7837fe7d12a6c29 /gst
parentaf7138ebc4d60e796f239710fe1282c4404c93e0 (diff)
downloadgstreamer-plugins-bad-0f8631c476763a7de7e1537d8432a003edfbe60d.tar.gz
tsdemux: Notify when ignore_pcr is set
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2437>
Diffstat (limited to 'gst')
-rw-r--r--gst/mpegtsdemux/tsdemux.c1
1 files changed, 1 insertions, 0 deletions
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 */