gstaudiopack.orc: pack_u32be_swap: actually swap

Fixes:

gst-launch-1.0 audiotestsrc ! audio/x-raw, format=U32BE ! \
audioconvert ! autoaudiosink
This commit is contained in:
Mathieu Duponchelle 2018-02-15 01:14:52 +01:00
parent a8ee76bd30
commit 73d2031ffc

View file

@ -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