gstreamer-rs/examples/src/bin
Sebastian Dröge ea239c587e Store panic information not in a custom instance struct but in the instance data provided by the subclassing infrastructure
This scales better as there will only be only such data instead of two
or more when having deeper class hierarchies with multiple Rust
elements, and also makes it unnecessary to use a special instance struct
so the default works well.
2021-03-09 16:36:35 +02:00
..
appsink.rs Remove gst_ prefix from all macros except for the logging macros 2020-12-20 19:40:34 +02:00
appsrc.rs examples: Rename crates in Cargo.toml and get rid of extern crate 2020-10-10 11:10:20 +03:00
custom_events.rs examples: Rename crates in Cargo.toml and get rid of extern crate 2020-10-10 11:10:20 +03:00
custom_meta.rs gstreamer: Update for glib::Type API changes 2021-02-25 12:49:47 +02:00
debug_ringbuffer.rs Remove gst_ prefix from all macros except for the logging macros 2020-12-20 19:40:34 +02:00
decodebin.rs examples: Remove two now-unused imports 2021-01-29 10:18:10 +02:00
discoverer.rs examples: Rename crates in Cargo.toml and get rid of extern crate 2020-10-10 11:10:20 +03:00
encodebin.rs examples: Remove two now-unused imports 2021-01-29 10:18:10 +02:00
events.rs examples/tutorials: Update for new Bus::connect_message() API that takes signal details 2021-02-28 19:08:50 +02:00
futures.rs examples: Rename crates in Cargo.toml and get rid of extern crate 2020-10-10 11:10:20 +03:00
ges.rs examples: Rename crates in Cargo.toml and get rid of extern crate 2020-10-10 11:10:20 +03:00
glib-futures.rs examples: Rename crates in Cargo.toml and get rid of extern crate 2020-10-10 11:10:20 +03:00
glupload.rs examples/glupload: Get rid of unnecessary Result-wrapping 2021-02-11 19:32:04 +02:00
gtksink.rs Update for glib changes in glib::Value handling 2020-10-20 13:50:35 +00:00
gtkvideooverlay.rs Update from_glib calls and put them in unsafe blocks 2020-12-08 15:50:15 +01:00
iterator.rs examples: Rename crates in Cargo.toml and get rid of extern crate 2020-10-10 11:10:20 +03:00
launch.rs examples: Rename crates in Cargo.toml and get rid of extern crate 2020-10-10 11:10:20 +03:00
launch_glib_main.rs examples/tutorials: Update for new Bus::connect_message() API that takes signal details 2021-02-28 19:08:50 +02:00
overlay-composition.rs examples: Check for cairo::Context::{save,restore}() failing 2021-01-31 11:01:47 +02:00
pad_probes.rs audio,video: Use autogenerated Display impl 2020-12-07 12:12:16 +01:00
pango-cairo.rs examples: Check for cairo::Context::{save,restore}() failing 2021-01-31 11:01:47 +02:00
playbin.rs examples/tutorials: Change from emit() to emit_by_name() 2021-02-22 17:28:05 +02:00
player.rs examples: Rename crates in Cargo.toml and get rid of extern crate 2020-10-10 11:10:20 +03:00
queries.rs examples/tutorials: Update for new Bus::connect_message() API that takes signal details 2021-02-28 19:08:50 +02:00
rtpfecclient.rs examples/tutorials: Change from emit() to emit_by_name() 2021-02-22 17:28:05 +02:00
rtpfecserver.rs Remove gst_ prefix from all macros except for the logging macros 2020-12-20 19:40:34 +02:00
rtsp-server-record.rs rtsp_server: RTSPServer::attach() is fallible 2021-02-04 22:04:39 +01:00
rtsp-server-subclass.rs Update for new #[glib::object_subclass] attribute macro 2021-03-07 13:08:06 +02:00
rtsp-server.rs rtsp_server: RTSPServer::attach() is fallible 2021-02-04 22:04:39 +01:00
subclass.rs Store panic information not in a custom instance struct but in the instance data provided by the subclassing infrastructure 2021-03-09 16:36:35 +02:00
tagsetter.rs examples: Rename crates in Cargo.toml and get rid of extern crate 2020-10-10 11:10:20 +03:00
thumbnail.rs Remove gst_ prefix from all macros except for the logging macros 2020-12-20 19:40:34 +02:00
toc.rs Update for glib changes in glib::Value handling 2020-10-20 13:50:35 +00:00
transmux.rs Remove gst_ prefix from all macros except for the logging macros 2020-12-20 19:40:34 +02:00
video_converter.rs examples: Rename crates in Cargo.toml and get rid of extern crate 2020-10-10 11:10:20 +03:00