gstreamer-rs/gstreamer/src
Sebastian Dröge 9206ddba61 Add StaticCaps and StaticPadTemplate bindings
No way to create them though, just use lazy_static from Rust instead if
something like this is needed.
2017-10-15 11:08:56 +03:00
..
auto Add StaticCaps and StaticPadTemplate bindings 2017-10-15 11:08:56 +03:00
bin.rs Implement gst::Iterator as a generic type to not require using glib::Values everywhere 2017-09-17 18:45:38 +03:00
buffer.rs Implement StaticType for BufferRef, not Buffer 2017-09-16 19:27:46 +03:00
bufferlist.rs Fix/hide various clippy warnings in gstreamer 2017-09-10 15:21:26 +03:00
bus.rs Fix/hide various clippy warnings in gstreamer 2017-09-10 15:21:26 +03:00
caps.rs Fix compilation again now that GstRc::get_mut() requires &mut self again 2017-10-11 15:39:27 +03:00
child_proxy.rs Rename ChildProxy::set/get_property() to set/get_child_property() to prevent conflict with glib::ObjectExt 2017-07-31 17:14:00 +01:00
clock.rs Fix/hide various clippy warnings in gstreamer 2017-09-10 15:21:26 +03:00
context.rs Make miniobject ToOwned impls actually safe 2017-08-04 18:51:27 +03:00
device_provider.rs Don't return &'static references from functions but give them a generic lifetime 2017-09-01 11:40:32 +03:00
element.rs Implement gst::Iterator as a generic type to not require using glib::Values everywhere 2017-09-17 18:45:38 +03:00
event.rs Also implement Sync+Send for Event and Message 2017-09-14 15:52:40 +03:00
functions.rs Add ParseContext bindings and corresponding functions 2017-08-17 16:17:02 +03:00
ghost_pad.rs Run everything through latest rustfmt-nightly 2017-07-31 12:16:42 +01:00
gobject.rs Fix indentation in a few places and remove unused imports 2017-07-24 11:52:28 +03:00
iterator.rs Add copyright/license header to iterator.rs 2017-09-17 18:50:35 +03:00
lib.rs Add StaticCaps and StaticPadTemplate bindings 2017-10-15 11:08:56 +03:00
log.rs Require passing an object reference directly to the GStreamer logging macros 2017-09-11 14:18:32 +03:00
message.rs Allow creating Error/Warning/Info messages only from specific kinds of glib::Error domains 2017-09-15 18:35:54 +03:00
miniobject.rs Move gst_mini_object_copy() from GstRc<T> to MiniObject directly 2017-10-12 17:58:46 +03:00
pad.rs Add StaticCaps and StaticPadTemplate bindings 2017-10-15 11:08:56 +03:00
parse_context.rs Run everything through latest rustfmt-nightly 2017-09-10 15:21:26 +03:00
proxy_pad.rs Implement gst::Iterator as a generic type to not require using glib::Values everywhere 2017-09-17 18:45:38 +03:00
query.rs Implement Sync and Send for Query 2017-09-14 15:52:34 +03:00
sample.rs Make miniobject ToOwned impls actually safe 2017-08-04 18:51:27 +03:00
segment.rs Implement gst::Iterator as a generic type to not require using glib::Values everywhere 2017-09-17 18:45:38 +03:00
static_caps.rs Add StaticCaps and StaticPadTemplate bindings 2017-10-15 11:08:56 +03:00
static_pad_template.rs Add StaticCaps and StaticPadTemplate bindings 2017-10-15 11:08:56 +03:00
structure.rs Add remaining gst_init() assertions 2017-08-30 14:39:09 +03:00
tag_setter.rs Run everything through latest rustfmt-nightly 2017-07-31 12:16:42 +01:00
tags.rs Fix/hide various clippy warnings in gstreamer 2017-09-10 15:21:26 +03:00
toc.rs Implement StaticType on the actual MiniObjects, not the GstRc wrapper 2017-08-18 16:21:49 +03:00
value.rs Add remaining gst_init() assertions 2017-08-30 14:39:09 +03:00