gst-plugins-rs/generic/threadshare/src
François Laignel a1b89c1fb9 ts/udpsrc: reduce sync primitives in async hot path
- Moved UdpSrcPadHandlerState and related funtions to UdpSrcTask.
- Moved Socket preparation in UdpSrcTask. No longer need for
  Context::enter.
2022-07-09 17:03:21 +00:00
..
appsrc Fix/silence a couple new clippy warnings 2022-06-30 16:07:32 +03:00
inputselector Remove now unnecessary Send+Sync impls for element/etc subclasses 2022-02-28 18:56:58 +02:00
jitterbuffer ts-jitterbuffer: set jbuf delay when instantiating it 2022-05-11 06:29:22 +00:00
proxy Remove now unnecessary Send+Sync impls for element/etc subclasses 2022-02-28 18:56:58 +02:00
queue Remove now unnecessary Send+Sync impls for element/etc subclasses 2022-02-28 18:56:58 +02:00
runtime Fix/silence a couple new clippy warnings 2022-06-30 16:07:32 +03:00
tcpclientsrc Remove now unnecessary Send+Sync impls for element/etc subclasses 2022-02-28 18:56:58 +02:00
udpsink ts/udpsink: reduce sync primitives in async hot path 2022-07-09 17:03:21 +00:00
udpsrc ts/udpsrc: reduce sync primitives in async hot path 2022-07-09 17:03:21 +00:00
dataqueue.rs Update to gst::_log_macro_ 2022-02-21 20:50:01 +01:00
lib.rs Ignore clippy::non_send_fields_in_send_ty lint 2022-01-14 12:09:57 +02:00
socket.rs Update to gst::_log_macro_ 2022-02-21 20:50:01 +01:00