Hi folks,<br><br>Below is code snippet from gstmpegdemux.c:<br>...<br>scr1 = GUINT32_FROM_BE (*(guint32 *) data);<br>scr2 = GUINT32_FROM_BE (*(guint32 *) (data + 4));<br>...<br><br>It doesn&#39;t work on ARM CPU due to the int*&#39;s alignment.<br>
Could we just change above code to use GST_READ_UINT32_BE(data)  instead?<br><br>Thanks!<br>-- <br> ()   ASCII Ribbon Campaign<br>
 /\   Keep it simple!<br>