gstreamer/gst-libs/gst
Nicolas Dufresne da3ae06cd1 glmemory: Handle upload/download flags from map
Problem was that if buffer was mapped READWRITE (state of buffers from
libav right now), mapping it READ/GL will not upload. This is because the
flag is only set when the buffer is unmapped. We can fix this by setting
the flags in map. This result in already mapped buffer that get mapped
to be read in GL will be uploaded. The problem is that if the write
mapper makes modification afterward, the modification will never get
uploaded.

https://bugzilla.gnome.org/show_bug.cgi?id=740900
2014-12-19 11:45:35 -05:00
..
adaptivedemux adaptivedemux: fix seek event handling 2014-12-11 21:09:26 -03:00
base aggregator: Add function to allow subclasses to set their own latency 2014-12-17 19:51:32 +01:00
basecamerabinsrc basecamerasrc: fix typo in docs 2014-11-28 00:13:22 +00:00
codecparsers codecparsers: fix some compiler warnings 2014-11-25 23:05:15 +00:00
gl glmemory: Handle upload/download flags from map 2014-12-19 11:45:35 -05:00
insertbin insertbin: Add doc for the ignored user-data in action signals 2014-11-03 20:45:03 -05:00
interfaces GstPhotography: Add new enum values to match android's parameters 2012-11-20 09:37:59 +00:00
mpegts mpegts: fix some compiler warnings 2014-11-25 10:23:43 +01:00
uridownloader libs:uridownloader: Properly declare APIs as UNSTABLE 2014-06-21 17:02:50 +02:00
video videoaggregator: Don't try to map NULL buffers 2014-12-18 22:04:38 +01:00
wayland libs: Don't install headers and pc files for libgstwayland/badvideo/badbase 2014-07-11 09:33:57 +02:00
gettext.h Fix FSF address 2012-11-04 00:09:59 +00:00
glib-compat-private.h glib-compat-private.h: remove old GStaticRecMutex stuff 2013-02-12 10:39:44 +00:00
gst-i18n-plugin.h Fix FSF address 2012-11-04 00:09:59 +00:00
Makefile.am gst-libs: build order: uridownloader before adaptivedemux 2014-12-08 08:24:17 -03:00