[Bug 729896] glupload: Ignores stride when uploading raw data

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat May 10 06:01:34 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=729896
  GStreamer | gst-plugins-bad | git

--- Comment #3 from Matthew Waters <ystreet00 at gmail.com> 2014-05-10 13:01:27 UTC ---
gst_gl_memory_wrapped_texture is currently only ever used for the output
texture of the converted video frame which doesn't need any special stride
information associated with it.

That doesn't mean that we don't need to add a stride argument to the function
definition like all the other glmemory functions.  It would be useful for the
download case where we need to pack the data according to the stride.

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