Skip to content

rtpsession: Implement reset for timestamps and other fields to not be reused for future sessions

Linus Svensson requested to merge linussn/gst-plugins-good:master into master

Add functionality to reset the internal rtpsession in gstrtpsession. Without this change, timestamps (and other values) can remain through RTP sessions. This has caused problems with RTCP Sender Report "RTP timestamps" in gst-rtsp-server.

Edited by Sebastian Dröge

Merge request reports