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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 7 15:44:58 PDT 2012


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

--- Comment #5 from Olivier Crete (Tester) <olivier.crete at ocrete.ca> 2012-05-07 22:44:56 UTC ---
Actually, I wonder if I should do this instead?

if (validated) {
       sess->stats.active_sources++;
       GST_DEBUG ("source: %08x became active, %d active sources", ssrc,
           sess->stats.active_sources);
}

if (created)
      on_new_ssrc (sess, source);
if (validated)
      on_ssrc_validated (sess, source);
if (changed)
      on_ssrc_sdes (sess, source);

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