gst-plugins-rs/utils/fallbackswitch/src/fallbacksrc
Sebastian Dröge d3d98c73ca fallbacksrc: Connect to notify::active-pad after requesting pads
Requesting the first pad will emit the property because the first pad is
then selected. That will cause the callback to be called, which tries to
take the same mutex that is already locked during element setup and
causes a deadlock.
2022-04-08 19:53:38 +03:00
..
custom_source Remove now unnecessary Send+Sync impls for element/etc subclasses 2022-02-28 18:56:58 +02:00
video_fallback Remove now unnecessary Send+Sync impls for element/etc subclasses 2022-02-28 18:56:58 +02:00
imp.rs fallbacksrc: Connect to notify::active-pad after requesting pads 2022-04-08 19:53:38 +03:00
mod.rs fallbackswitch: export GEnum used in properties 2022-03-01 14:44:16 +01:00