gstreamer/gst-libs/gst/cdda
Sebastian Dröge 07cd425c25 gst-libs/gst/cdda/sha1.c: Use memcpy() instead of upcasting a byte array to long *. This fixes an unaligned memory ac...
Original commit message from CVS:
* gst-libs/gst/cdda/sha1.c: (sha_transform):
Use memcpy() instead of upcasting a byte array to long *. This
fixes an unaligned memory access, resulting in SIGBUS on IA64.
This should be ported to GCheckSum once we can use GLib 2.16.
Partially fixes bug #500833.
2008-02-27 10:42:08 +00:00
..
base64.c Add new libgstcdda with GstCddaBaseSrc class. 2005-12-28 18:06:50 +00:00
base64.h Makefile.am: Add check-exports target and run it with 'make check'. 2007-12-13 10:10:35 +00:00
gstcddabasesrc.c gst-libs/gst/: Turn a few g_assert_not_reached() into g_return_val_if_reached() to avoid compiler warnings (#503930). 2007-12-16 23:52:58 +00:00
gstcddabasesrc.h Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc depend on libgsttag. This is required so we can ex... 2006-09-23 13:21:07 +00:00
Makefile.am configure.ac: split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS so that GST_BASE_CFLAGS can go inbetwe... 2007-01-04 12:49:48 +00:00
sha1.c gst-libs/gst/cdda/sha1.c: Use memcpy() instead of upcasting a byte array to long *. This fixes an unaligned memory ac... 2008-02-27 10:42:08 +00:00
sha1.h Makefile.am: Add check-exports target and run it with 'make check'. 2007-12-13 10:10:35 +00:00