Skip to content
Snippets Groups Projects
Commit 46de1846 authored by Mathieu Duponchelle's avatar Mathieu Duponchelle :frog: Committed by Tim-Philipp Müller
Browse files

gstaudiopack.orc: pack_u32be_swap: actually swap

Fixes:

gst-launch-1.0 audiotestsrc ! audio/x-raw, format=U32BE ! \
audioconvert ! autoaudiosink
parent f0408393
No related branches found
No related tags found
No related merge requests found
......@@ -326,8 +326,10 @@ copyl d1, s1
.dest 4 d1 guint8
.source 4 s1 gint32
.const 4 c1 0x80000000
.temp 4 t1
xorl d1, s1, c1
xorl t1, s1, c1
swapl d1, t1
.function audio_orc_pack_s32_swap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment