mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +00:00
9ab400e267
It was noticed in [1] that `GstAudioStreamAlign` is a simple boxed type that is passed as const in the copy function, but not as such in the getters. These functions turn out to be the only users of `const = true` overrides in `gstreamer-rs`. Since there is no locking or other advanced caching/sharing going on (as happens with miniobjects) these functions can safely take self as const pointer. [1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/683#note_783129 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1025> |
||
---|---|---|
.. | ||
gst | ||
meson.build |