mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
bytereader,bitreader: Remove FIXME 0.11 to remove non-inlined functions
The normal functions are always useful to have for bindings, especially runtime-created bindings like Seed or new GObject-Introspection based Python bindings.
This commit is contained in:
parent
a39ca4a9c7
commit
c7438c738b
2 changed files with 0 additions and 4 deletions
|
@ -26,8 +26,6 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
/* FIXME 0.11: inline everything and get rid of non-inlined functions */
|
||||
|
||||
/**
|
||||
* SECTION:gstbitreader
|
||||
* @short_description: Reads any number of bits from a memory buffer
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
/* FIXME 0.11: inline everything and get rid of non-inlined functions */
|
||||
|
||||
/**
|
||||
* SECTION:gstbytereader
|
||||
* @short_description: Reads different integer, string and floating point
|
||||
|
|
Loading…
Reference in a new issue