[gstreamer-bugs] [Bug 572863] ffmpeg requires 128bit-aligned buffers.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Mar 8 03:36:49 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=572863

  GStreamer | gst-ffmpeg | Ver: git




------- Comment #15 from Edward Hervey  2009-03-08 10:37 UTC -------
Created an attachment (id=130269)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=130269&action=view)
Make sure we provide 128bit-aligned buffers to ffmpeg.

    Make sure we provide ffmpeg with 128bit-aligned data.

    Add a new function new_aligned_buffer() which creates a GstBuffer of
    the requested size/caps, with the memory being allocated/freed by ffmpeg's
    av_malloc/av_free which guarantees properly aligned memory.
    Added a can_allocate_aligned internal property which we use to figure out
    whether downstream can provide us with 128bit aligned buffers.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=572863.




More information about the Gstreamer-bugs mailing list