[Bug 739419] rtspsrc: not-linked after a while

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Dec 29 18:37:18 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=739419

--- Comment #80 from dashesy <dashesy at gmail.com> ---
Yes the last patch works, and results in this benign error:

rtpjitterbuffer
gstrtpjitterbuffer.c:1372:gst_jitter_buffer_sink_parse_caps:<rtpjitterbuffer0>
Got caps with wrong payload type (got 96, expected 112)


But should change the comment:

rtpjitterbuffer
gstrtpjitterbuffer.c:2783:gst_rtp_jitter_buffer_chain:<rtpjitterbuffer0> pt
changed from 96 to 112

It is no longer correct, pt did not change. Also, why should it reset the
clock_rate now, it is the clock_rate of 96?

i.e. 

priv->clock_rate = -1;

should be moved to inside the if statement? Attached is the revised patch.

-- 
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