gst-plugins-rs/mux/mp4
François Laignel 460d6e1a74 mp4, fmp4: fix byte order for opus extension
The "Encapsulation of Opus in ISO Base Media File Format" [1] specifications,
§ 4.3.2 Opus Specific Box, indicates that data must be stored as big-endian.

In `write_dops`, `to_le_bytes` variants were used.

Related to [2].

[1] https://opus-codec.org/docs/opus_in_isobmff.html#4.3.2
[2] https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4875

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1249>
2023-06-19 19:02:55 +03:00
..
src mp4, fmp4: fix byte order for opus extension 2023-06-19 19:02:55 +03:00
tests mp4: Remove unneeded cast in tests 2022-11-28 10:47:02 +02:00
build.rs gst-plugin-mp4: Add new MP4 plugin with a non-fragmented MP4 muxer 2022-11-28 10:47:02 +02:00
Cargo.toml Update versions to 0.9.10 2023-03-02 13:18:00 +02:00
LICENSE git: replace LICENSE file symlinks with copies 2023-04-05 18:17:16 +03:00