gst-plugins-rs/mux/fmp4
François Laignel f85106b86a 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/1247>
2023-06-19 16:32:07 +02:00
..
examples fmp4: define minBufferTime in example mpd 2023-04-27 14:16:40 +02:00
src mp4, fmp4: fix byte order for opus extension 2023-06-19 16:32:07 +02:00
tests fmp4mux: Pass one more buffer in test_buffer_multi_stream_short_gops test 2023-02-09 20:36:44 +02:00
build.rs Add new mux subdirectory for container formats 2022-10-23 20:25:08 +03:00
Cargo.toml fmp4mux: Update to quick-xml 0.29 2023-06-15 10:15:52 +03:00
LICENSE git: replace LICENSE file symlinks with copies 2023-04-04 14:26:37 +01:00