[Bug 735042] videoaggregator: race of vagg->info on pad removal

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Oct 3 03:44:36 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=735042
  GStreamer | gst-plugins-bad | git

Thibault Saunier <tsaunier> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #286516|0                           |1
        is obsolete|                            |

--- Comment #5 from Thibault Saunier <tsaunier at gnome.org> 2014-10-03 10:44:31 UTC ---
Created an attachment (id=287660)
 View: https://bugzilla.gnome.org/attachment.cgi?id=287660
 Review: https://bugzilla.gnome.org/review?bug=735042&attachment=287660

videoaggregator: Do not to release VIDEO_AGGREGATOR_LOCK while setting format
info

We should be able to always keep the VIDEO_AGGREGATOR_LOCK while
negotiating caps, this patch introduce that change.

That also implies that we do not need the SETCAPS_LOCK anymore because
now VIDEO_AGGREGATOR_LOCK guarantees that setcaps is not called from
several threads and the gst_aggregator_set_caps method is now
protected.

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