[Bug 678663] [0.11] memory: Need equivalent of PyGST Buffer.data from PyGI, gst_map_info_get_data()?

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 27 03:20:03 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=678663
  GStreamer | gstreamer (core) | git

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at circular-chaos.org

--- Comment #3 from Sebastian Dröge <slomo at circular-chaos.org> 2012-06-27 10:20:01 UTC ---
As discussed on IRC, a possible solution would be

gboolean gst_map_info_get_bytes (mapinfo, &data, &size, GST_MAP_READ |
GST_MAP_WRITE);

this would fail whenever the mapping is done with incompatible flags and
otherwise provide the data and size.

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