summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
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 */