GStreamer multimedia framework
Find a file
Daniel Klamt fecfe451a7 Changes the mapinfo so that the mapped data is writable
The Problem is, that in the current state it is not easily possible to
edit the buffer data in a gstreamer python element since you get a copy
of the real buffer.

This patch overrides the mapinfo and the function generating it in a way
so that mapinfo.data is now a memoryview pointing to the real buffer.
Depending on the flags given for this buffer the memoryview is r/w.
2019-12-09 09:23:55 +01:00
examples Changes the mapinfo so that the mapped data is writable 2019-12-09 09:23:55 +01:00
gi Changes the mapinfo so that the mapped data is writable 2019-12-09 09:23:55 +01:00
hooks meson: Setup pre-commit hooks when configuring 2016-09-30 11:39:21 -03:00
old_examples Remove autotools build 2019-10-14 19:08:47 +01:00
plugin python: Fix type type qualifiers issues 2019-11-28 10:47:07 -03:00
testsuite Remove autotools build 2019-10-14 19:08:47 +01:00
.gitlab-ci.yml Add Gitlab CI configuration 2018-11-12 13:26:58 +02:00
AUTHORS distcheck and final release prep fixes 2003-07-10 04:27:47 +00:00
ChangeLog Release 1.16.0 2019-04-19 00:37:16 +01:00
COPYING Fix zip code of new FSF address 2013-12-12 11:35:41 +00:00
gst-python.doap Release 1.16.0 2019-04-19 00:37:16 +01:00
meson.build Remove python2 support 2019-11-19 11:18:59 -03:00
meson_options.txt meson: Re add workarounds to detect libpython path 2019-01-22 17:02:52 -03:00
NEWS Release 1.16.0 2019-04-19 00:37:16 +01:00
README distcheck and final release prep fixes 2003-07-10 04:27:47 +00:00
RELEASE Back to development 2019-04-19 11:00:07 +01:00
TODO Update TODO 2019-04-11 15:00:15 -04:00

This file will be autogenerated.  Please read README-docs.