[Bug 747845] New: rtpsource: Try to keep clock-rate and payload type updated for sender RTCP too
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Apr 14 04:39:08 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=747845
Bug ID: 747845
Summary: rtpsource: Try to keep clock-rate and payload type
updated for sender RTCP too
Classification: Platform
Product: GStreamer
Version: unspecified
OS: All
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-good
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: slomo at coaxion.net
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
See commit message. The only downside is now that we always call that for RTX
streams, and before this we never emitted request-pt-map for senders. Only for
receivers. So if someone implements RTX now and does not handle this, the
signal will be emitted for every single packet that is sent.
The alternative would be to always change the caps in rtxsend whenever it
sends a RTX packet, and back to the other caps when it sends a normal packet.
This fixes the "no clock-rate, cannot interpolate rtp time" warning in
rtp_source_get_new_sr() for the RTX streams.
--
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