gstreamer-rs/gstreamer-rtp/src
Sebastian Dröge a3a7f85f7f rtp/rtpbuffer: Work on &BufferRef / &mut BufferRef instead of &Buffer / &mut Buffer
The buffer, in the writable case, needs to be actually writable (i.e.
refcount 1) and this was previously not ensured.

Also it caused some API mismatch when trying to use it e.g. as part of
basetransform's `transform_ip()` virtual method.

Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/162
2021-09-08 09:29:05 +03:00
..
auto regen 2021-08-31 15:11:15 +02:00
lib.rs Fix (new) clippy warnings 2021-08-03 10:08:32 +02:00
rtp_buffer.rs rtp/rtpbuffer: Work on &BufferRef / &mut BufferRef instead of &Buffer / &mut Buffer 2021-09-08 09:29:05 +03:00
rtp_header_extension.rs rtp/gir: Manually implement RtpHeaderExtension read() and write() 2021-07-05 06:36:57 +00:00