Skip to content

gstreamer-audio: fix audio_format code for big-endian targets

Fabio Valentini requested to merge (removed):master into master

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.

Merge request reports