.. |
auto
|
Regenerate
|
2020-06-19 13:09:11 +03:00 |
subclass
|
Update for new_with_XXX/new_from_XXX function renaming
|
2020-06-16 11:45:12 +03:00 |
allocation_params.rs
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
allocator.rs
|
Use Results instead of Options where they signal an error instead of just a missing value
|
2019-12-17 22:21:28 +02:00 |
bin.rs
|
gstreamer/bin: Implement iterate_all_by_element_factory_name manually
|
2020-05-03 16:48:35 +03:00 |
buffer.rs
|
gstreamer: ignore cognitive_complexity warnings
|
2020-04-21 10:17:46 +02:00 |
buffer_cursor.rs
|
gstreamer: ignore cognitive_complexity warnings
|
2020-04-21 10:17:46 +02:00 |
buffer_pool.rs
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
buffer_serde.rs
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
bufferlist.rs
|
Change various mini object references to references to the refcounted object
|
2019-05-24 10:04:16 +00:00 |
bufferlist_serde.rs
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
bus.rs
|
gstreamer/gstreamer-app: Don't store strong references in futures Stream/Sink adapters
|
2020-05-13 22:13:11 +03:00 |
bus_unix.rs
|
Regenerate
|
2020-05-03 16:48:35 +03:00 |
bus_windows.rs
|
Regenerate
|
2020-05-03 16:48:35 +03:00 |
caps.rs
|
functions: rename constructors in manual API
|
2020-06-11 12:33:52 +02:00 |
caps_features.rs
|
Add various glib::Value trait impls for borrowed versions of types
|
2020-05-27 13:17:54 +03:00 |
caps_features_serde.rs
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
caps_serde.rs
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
child_proxy.rs
|
Explicitly add dyn keyword to trait objects
|
2019-06-06 09:09:34 +03:00 |
clock.rs
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
clock_time.rs
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
clock_time_serde.rs
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
context.rs
|
Update manual code
|
2019-04-15 19:19:19 +03:00 |
date_time.rs
|
update gir generator and regenerate
|
2020-06-11 12:33:49 +02:00 |
date_time_serde.rs
|
gstreamer/datetime_serde: Use glib::BoolError instead of a &'static str as TryFrom error type
|
2020-05-26 19:26:35 +03:00 |
device_monitor.rs
|
Use NonZeroU64/U32 for PadProbeId, NotifyId and DeviceMonitorFilterId
|
2020-01-05 11:09:46 +02:00 |
device_provider.rs
|
gstreamer: allow to register using Rank enum directly
|
2019-06-04 12:50:43 +03:00 |
element.rs
|
gstreamer: Add Element::get_current_clock_time() and ::get_current_running_time()
|
2020-04-11 21:12:03 +03:00 |
enums.rs
|
gstreamer: Add some API to calculate the next state convert state changes into their component states and back
|
2020-04-18 09:23:08 +03:00 |
error.rs
|
gstreamer: Add missing init calls in tests
|
2020-04-12 17:25:54 +03:00 |
event.rs
|
gstreamer/event: Add setter/getter for the gst::Stream in the stream-start event
|
2020-05-17 13:38:45 +03:00 |
format.rs
|
Use thiserror more widely for deriving Error/Display impls of error types
|
2020-05-26 19:26:35 +03:00 |
format_serde.rs
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
functions.rs
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
ghost_pad.rs
|
functions: rename constructors in manual API
|
2020-06-11 12:33:52 +02:00 |
gobject.rs
|
Update manual code
|
2019-04-15 19:19:19 +03:00 |
iterator.rs
|
gstreamer/iterator: Store filter types in a hash table
|
2020-06-04 12:36:03 +03:00 |
lib.rs
|
gstreamer: Add bindings for ProtectionMeta
|
2020-06-02 16:05:01 +03:00 |
log.rs
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
memory.rs
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
message.rs
|
Run everything through rustfmt again
|
2020-04-24 12:46:16 +03:00 |
meta.rs
|
gstreamer: Add bindings for ProtectionMeta
|
2020-06-02 16:05:01 +03:00 |
miniobject.rs
|
Add various glib::Value trait impls for borrowed versions of types
|
2020-05-27 13:17:54 +03:00 |
object.rs
|
Update for new from_glib_borrow signature
|
2020-04-05 18:48:48 +03:00 |
pad.rs
|
functions: rename constructors in manual API
|
2020-06-11 12:33:52 +02:00 |
pad_template.rs
|
functions: rename constructors in manual API
|
2020-06-11 12:33:52 +02:00 |
param_spec.rs
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
parse_context.rs
|
Implement Sync/Send for more types and don't implement Send for TypeFind
|
2019-12-18 18:37:44 +02:00 |
pipeline.rs
|
pipeline: Add to lib.rs
|
2019-05-12 16:41:18 +03:00 |
plugin.rs
|
gstreamer: Add bindings for Plugin::get_plugin_name()
|
2020-04-11 19:33:34 +03:00 |
plugin_feature.rs
|
gstreamer: plugin_feature: use Rank enum
|
2019-06-04 12:56:18 +03:00 |
promise.rs
|
functions: rename constructors in manual API
|
2020-06-11 12:33:52 +02:00 |
proxy_pad.rs
|
gstreamer/proxypad: Convert default pad functions to plain functions on ProxyPad instead of a trait
|
2020-04-23 15:37:18 +03:00 |
query.rs
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
sample.rs
|
gstreamer/sample: Silence clippy warning
|
2019-11-14 12:11:10 +00:00 |
sample_serde.rs
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
segment.rs
|
Update for new from_glib_borrow signature
|
2020-04-05 18:48:48 +03:00 |
segment_serde.rs
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
static_caps.rs
|
Update for new from_glib_borrow signature
|
2020-04-05 18:48:48 +03:00 |
static_pad_template.rs
|
Update for new from_glib_borrow signature
|
2020-04-05 18:48:48 +03:00 |
stream.rs
|
gstreamer: Add Stream::debug() and StreamCollection::debug()
|
2020-04-14 17:31:54 +00:00 |
stream_collection.rs
|
gstreamer: stream_collection: ignore new_ret_no_self clippy warning
|
2020-04-21 09:00:35 +02:00 |
structure.rs
|
Add various glib::Value trait impls for borrowed versions of types
|
2020-05-27 13:17:54 +03:00 |
structure_serde.rs
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
tag_setter.rs
|
Update manual code
|
2019-04-15 19:19:19 +03:00 |
tags.rs
|
gstreamer: Return any lifetime instead of 'static
|
2020-04-30 09:50:00 +02:00 |
tags_serde.rs
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
toc.rs
|
Switch everything from mem::uninitialized() to MaybeUninit or mem::zeroed()
|
2019-07-11 17:56:50 +03:00 |
toc_serde.rs
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
typefind.rs
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
utils.rs
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
value.rs
|
functions: rename constructors in manual API
|
2020-06-11 12:33:52 +02:00 |
value_serde.rs
|
functions: rename constructors in manual API
|
2020-06-11 12:33:52 +02:00 |