[Bug 731274] Valid frames dropped after losing input signal with dvbsrc

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 19 05:18:01 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=731274
  GStreamer | don't know | git master

--- Comment #2 from Aurélien Zanelli <aurelien.zanelli at parrot.com> 2015-01-19 13:17:55 UTC ---
(In reply to comment #1)
> Hah, interesting bug this. I guess it shows that that formula is really a big
> bogus, although I would still say that the problem is with the intermediary
> elements not either outputting the data earlier or dropping it.

I don't think the qos formula is in fault here. It's just decoder which output
old frames causing the sink to think it is late.

> Maybe we shouldn't do QoS in the video decoder at all in live pipelines.

Doing this will also remove the 'real' QOS event, ie performance issue...
I wonder about using the DISCONT flags. Since live src doesn't have received
data for a while, it could mark the discont and the decoder/intermediate
element may flush to avoid sending old video data to sink.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list