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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat May 10 09:44:27 PDT 2014


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

--- Comment #4 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2014-05-10 16:44:20 UTC ---
Ok, this mean the texture is created too soon. Because you only get the video
meta on first frame. Also, you have no guaranty that it won't change over time.
So what we probably need is to call gst_gl_upload_set_format() everytime and
add the intelligence to not do anything if nothing important changed (I guess
size is what we need to watch for right ?).

This matches with the problems I'm getting. We can revert the patch to update
the video info, this seemed more right, but is wrong as you mentioned.

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