No subject


Tue Nov 8 04:12:21 PST 2011


The bswap16(), bswap32(), and bswap64() functions return a byte order
swapped integer. On big endian systems, the number is converted to little
endian byte order. On little endian systems, the number is converted
to big endian byte order.

I though that GUINT_SWAP_LE_BE was meant for the same thing.

@@ +186,3 @@
   clock->cycle_timer_hi = 0;
+
+  if (raw1394_read_cycle_timer (clock->handle, &cycle_timer, &local_time) !=
0) {

I might be wrong but from the docs, this functions returns an int:
http://www.dennedy.org/libraw1394/API-raw1394-read-cycle-timer.html

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list