gst-plugins-rs/gst-plugin/src
Sebastian Dröge 4bede2cfa3 Fix memory leak in ElementClass::add_pad_template()
It's taking the pad template as transfer-floating, not transfer-full.
2018-05-09 12:26:00 +03:00
..
adapter.rs Fix various clippy warnings 2017-12-20 21:36:50 +02:00
anyimpl.rs Use our own reimplementation of mopa for our use cases 2017-09-26 13:54:55 +03:00
base_sink.rs Implement Send+Sync for all wrapper types 2018-03-06 22:50:27 +02:00
base_src.rs Implement Send+Sync for all wrapper types 2018-03-06 22:50:27 +02:00
base_transform.rs Implement Send+Sync for all wrapper types 2018-03-06 22:50:27 +02:00
bin.rs Implement Send+Sync for all wrapper types 2018-03-06 22:50:27 +02:00
bytes.rs Run everything through rustfmt-nightly 2017-07-31 14:36:35 +01:00
element.rs Fix memory leak in ElementClass::add_pad_template() 2018-05-09 12:26:00 +03:00
error.rs Move more things into gst-plugin-simple 2017-12-20 21:53:43 +02:00
lib.rs Revert "Remove callback guards" 2018-03-02 21:35:50 +02:00
object.rs Revert "Remove callback guards" 2018-03-02 21:35:50 +02:00
pipeline.rs Implement Send+Sync for all wrapper types 2018-03-06 22:50:27 +02:00
plugin.rs Catch panics during plugin initialization and log them 2018-01-18 18:54:15 +02:00
properties.rs Remove Rs prefix from everything 2017-11-20 13:23:30 +02:00
uri_handler.rs Revert "Remove callback guards" 2018-03-02 21:35:50 +02:00