Doug Nazar
b16e96dd87
Use g_memdup2() where available and add fallback for older GLib versions
...
glib 2.68 deprecates g_memdup(). Replace with g_memdup2() and
add fallback if compiling against older versions, since we
want to avoid deprecation warnings.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/803 >
2021-06-08 07:59:05 +00:00
Aaron Boxer
509f6201e1
documentation: fix a number of typos
2019-10-06 11:12:11 -04:00
Tim-Philipp Müller
cef902814d
bitwriter: mark as 'skip' for gobject-introspection
...
Silences g-ir-scanner warnings. We do the same for ByteWriter.
2019-03-23 17:53:07 +00:00
Wind Yuan
fb4fc8fc09
bitwriter: Add a generic bit writer
...
GstBitWriter provides a bit writer that can write any number of
bits into a memory buffer. It provides functions for writing any
number of bits into 8, 16, 32 and 64 bit variables.
https://bugzilla.gnome.org/show_bug.cgi?id=707543
2018-05-06 17:05:21 +02:00