The source project of this merge request has been removed.
gstreamer-audio: fix audio_format code for big-endian targets
Fixes #351 (closed)
This MR changes the code for big-endian targets to match that for little-endian targets.
Previously, the crate::
path prefix was missing, causing compilation to fail due to syntax / path resolution errors.