[Bug 722844] New: gst-rtsp-server: Use atomic statistics property on basepayload to get rtpinfo

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jan 23 08:50:35 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=722844
  GStreamer | gst-rtsp-server | git

           Summary: gst-rtsp-server: Use atomic statistics property on
                    basepayload to get rtpinfo
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-rtsp-server
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: sebras at hotmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Previously the "seqnum", "timestamp", "running-time" properties on the
RTPBasePayload and "clock-rate" from GstCaps were fetched in sequence despite
being assumed to all be synchronized with each other. There was no guarantee
that this was actually the case.

With the newly introduced statistics property in
https://bugzilla.gnome.org/show_bug.cgi?id=719415 we can now use this to
retrieve all the rtpinfo data atomically. So the attached patch does exactly
this.

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