[Bug 796801] New: find_codec_preferences: use received caps

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 12 15:57:36 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=796801

            Bug ID: 796801
           Summary: find_codec_preferences: use received caps
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: mduponchelle1 at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

When negotiation is triggered by receiving caps in our pad
probe, this addresses a race condition where gst_pad_get_current_caps
did not necessarily return the caps, as when the probe is
triggered the "current caps" have not yet been set.

Instead, as we save the caps in the probe callback anyway, it is better
and thread safe to use these if they were set.

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