== 0.11 API Review/Notes == === Core === ==== GstBuffer ==== * rename GST_BUFFER_FLAG_IN_CAPS to GST_BUFFER_FLAG_STREAMHEADER or so? ==== GstPad ==== * ---(GstProbeType => GstPadProbeType ? (it's GstPadProbeCallback etc.))--- * ---(GstProbeReturn => GstPadProbeReturn ?)--- ==== GstAdapter ==== * ---(gst_adapter_unmap() flushes as well, better keep _flush() separate and explicit)--- ==== Other ==== * TODO: systematically check every single header file === Base === * TODO ==== Base audio library ==== * descriptions should not be part of the audio format struct, because that makes it hard/awkward to have them translated ==== Base video library ==== * descriptions should not be part of the video format struct, because that makes it hard/awkward to have them translated === elements in core/base/good === * TODO