[Bug 667848] New: rtpsession: Add thread safe method to retrieve sdes and stats from source.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 13 01:22:56 PST 2012


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

           Summary: rtpsession: Add thread safe method to retrieve sdes
                    and stats from source.
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: pabuhler at cisco.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
                CC: havard.graff at tandberg.com
     GNOME version: ---


Created an attachment (id=205169)
 View: https://bugzilla.gnome.org/attachment.cgi?id=205169
 Review: https://bugzilla.gnome.org/review?bug=667848&attachment=205169

patch

The previous way of retrieving stats/sdes was by first getting a ref to the
rtpsource and then querying the property on the source. That is unsafe as there
are no locks in rtpsource, the rtpsession needs to be locked. So add accessible
function to access the properties of the rtpsource through the rtpsession.

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