mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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:
parent
a8ee76bd30
commit
73d2031ffc
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue