[Bug 739419] rtspsrc: not-linked after a while
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Dec 29 00:54:34 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=739419
--- Comment #77 from dashesy <dashesy at gmail.com> ---
> has you can see the buffer is dropped anyway
A wrong buffer is dropped as well. cap is set to `pt=96` then this is the
sequence of received packets:
112->112->96->96->...96->112->112->96->96
The transition from 96 to 112 sets `priv->last_pt = pt;` and the next 112->96
wrongly drops the 96 *valid* buffer.
> the not-linked error does not happen anymore for me with 1.10 and git master
You could be right! it takes a long time for it to happen and I have not see it
with 1.10 either, I thought it is the patch that fixed it. Hard to debug
infrequent problems.
--
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