[Bug 667850] rtpsession: creation should be signaled before validation

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 10 01:50:22 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=667850
  GStreamer | gst-plugins-good | unspecified

--- Comment #10 from Pascal Buhler <pabuhler at cisco.com> 2012-05-10 08:50:16 UTC ---
Well that seams count intuitive to me .. I would say that any time a new ssrc
is seen then on_new_ssrc should be called, and only once that ssrc has been
validated as good then on_validated_ssrc should be called. But to be fair you
did write this right :).

Also although the code in process_rtp calls on_validated first I think in
actual fact the first RTP packet of a new SSRC will cause the source to be
placed on probation and only after that probation has completed will it be
validated. That means the first time on_new_ssrc will be called and the second
packet will cause on_validated_to be called.

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