gst-plugins-rs/gst-plugin/src
Sebastian Dröge 3b299f3fb6 Simplify caps a bit by using slices instead of IntoIterator
IntoIterator did not work as expected anyway and would require usage of
AsRef, which then breaks type inference for empty slices for example.
2017-01-09 20:55:10 +02:00
..
adapter.rs Add debug logging everywhere 2016-12-27 16:47:39 +01:00
buffer.c Build each component into its own GStreamer plugin 2016-12-23 19:04:32 +02:00
buffer.rs Add support for AAC and AVC/H264 in FLV 2017-01-06 00:46:59 +02:00
caps.rs Simplify caps a bit by using slices instead of IntoIterator 2017-01-09 20:55:10 +02:00
demuxer.c Use caps also for the demuxer sink/src pad templates instead of strings 2016-12-30 19:02:31 +02:00
demuxer.h Build each component into its own GStreamer plugin 2016-12-23 19:04:32 +02:00
demuxer.rs Use caps also for the demuxer sink/src pad templates instead of strings 2016-12-30 19:02:31 +02:00
error.c Add support for logging via slog 2016-12-25 12:16:12 +01:00
error.rs Build each component into its own GStreamer plugin 2016-12-23 19:04:32 +02:00
lib.rs Implement a minimal GstCaps binding and use it in the demuxer 2016-12-30 12:11:30 +01:00
log.c Add support for logging via slog 2016-12-25 12:16:12 +01:00
log.rs Only format strings, etc in debug log handler if the configured threshold is higher than the level 2016-12-26 10:53:36 +01:00
plugin.rs Add support for logging via slog 2016-12-25 12:16:12 +01:00
sink.c Add debug logging everywhere 2016-12-27 16:47:39 +01:00
sink.h Build each component into its own GStreamer plugin 2016-12-23 19:04:32 +02:00
sink.rs Add debug logging everywhere 2016-12-27 16:47:39 +01:00
source.c Add debug logging everywhere 2016-12-27 16:47:39 +01:00
source.h Build each component into its own GStreamer plugin 2016-12-23 19:04:32 +02:00
source.rs Add debug logging everywhere 2016-12-27 16:47:39 +01:00
utils.rs Add support for logging via slog 2016-12-25 12:16:12 +01:00