[Bug 727886] GstVideoGLTextureUploadMeta assumes no color conversion is done during upload

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Apr 10 00:02:30 PDT 2014


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

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW
                 CC|                            |slomo at coaxion.net
     Ever Confirmed|0                           |1

--- Comment #8 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-04-10 07:02:26 UTC ---
If the meta is on a buffer but not in the caps as capsfeatures, this means that
the memory can be used like normal system memory too. So there's indeed
something missing here if the buffer content describes a different format
depending on whether you use the meta or access it directly. Maybe needs
another field in the meta to set the format, but how could that then be
negotiated? We can't just add another field to the video/x-raw caps.


Independent of that, if you have multiple capsfeatures in a caps they are AND
combined. That is downstream must support *all* of the features. When
negotiating the elements need to decide on a set of features that is supported
by everything.

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