[Bug 712368] Fix alignment warnings on ARM compiling

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 15 08:36:17 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=712368
  GStreamer | common | 1.0.5

--- Comment #1 from Olivier Crete (Tester) <olivier.crete at ocrete.ca> 2013-11-15 16:36:11 UTC ---
Review of attachment 259911:
 --> (https://bugzilla.gnome.org/review?bug=712368&attachment=259911)

This alignment thing is strange, which exact compiler are you using ?

::: gst/gstbuffer.h
@@ +331,3 @@
 gst_buffer_ref (GstBuffer * buf)
 {
+  return GST_BUFFER (gst_mini_object_ref (GST_MINI_OBJECT_CAST (buf)));

use GST_BUFFER_CAST

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