]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commitdiff
bytereader,bitreader: Remove FIXME 0.11 to remove non-inlined functions
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 3 Oct 2009 10:34:54 +0000 (12:34 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 7 Oct 2009 15:59:51 +0000 (17:59 +0200)
The normal functions are always useful to have for bindings, especially
runtime-created bindings like Seed or new GObject-Introspection based
Python bindings.

libs/gst/base/gstbitreader.c
libs/gst/base/gstbytereader.c

index 38e7fe8f6ffd4ab4ef2acb41984eba1d3e85961b..e25a2b41b2d4293eedf6ac9bda28c34d0f62273a 100644 (file)
@@ -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
index b5862c556ff13538d7e17f8cb950c3d87e2af97b..c0980e4162e797728cf743c38a29e6cd710cb439 100644 (file)
@@ -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