[gstreamermm] Created tag 1.8.0



The unsigned tag '1.8.0' was created.

Tagger: Marcin Kolny <marcin kolny gmail com>
Date: Fri Oct 7 16:20:55 2016 +0200

    Release 1.8.0

Changes since the last tag '1.4.3':

Marcin Kolny (165):
      defs: regenerate defs files
      Tests: replace plugins from gst-plugins-good by core plugins
      Gst::AudioBaseSink: wrapp missing methods
      Gst::BaseSink: wrap methods and properties from BaseSink class
      Gst::BaseSrc: wrap almost all missing methods from BaseSrc
      Gst::BaseTransform: wrap BaseTransform methods
      Gst::Caps: wrap unwrapped methods from gstreamer 1.4
      Gst::Structure: minor improvements
      Gst::Bus: fix post method
      Gst::Message: wrap missing Message classes
      Gst::Memory: wrap unwrapped methods
      .gitignore: ignore doxygen autogenerated file
      Gst::Caps: increase refcount in *_Boxed wrapper on getting value
      Gst::Pad: fix ref leak (bgo#751504)
      .gitignore: update ignore file list
      defs: regenerate defs files
      Gst::VideoInfo: wrap videoinfo structure
      Gst::VideoChroma: wrap video-chroma module
      Gst::VideoInfo: wrap VideoInfo as _CLASS_GENERIC
      Gst::VideoFrame: add GstVideoFrame wrapper
      defs: update generator scripts, defs
      Gst::GLBaseFilter, Gst::GLFilter: wrap some classes from gst-plugins-bad
      Require C++11.
      tools: update wrapped enums list
      Require C++11.
      tools: update wrapped enums list
      Gst::BaseTransform: fix transform_vfunc method
      Gst::BaseTransform: fix transform_vfunc method
      configure.ac: enable gstreamer-gl-1.0 libs
      Gst::GLBaseFilter, Gst::GLFilter: fix gl wrappers
      build: build gl libraries conditionally
      build: add macro for finding gstreamer modules
      gstreamermm-plugins-bad: create build infrastructure for gst-plugins-bad
      build: improve configuration scripts
      build: add requirements depends on enabled modules
      examples: enable opengl example
      gen_scripts: add gst-plugins-bad to gen_scripts
      .defs: add vfuncs def to gst-plugins-bad
      build: fix *.pc files
      build: change install dir for gstreamermm-plugins-bad headers
      Merge branch 'master' into devel-other-plugins
      build: fix compile flags
      GLFilter: build fix
      build: add missing dependencies
      build: make wrap plugins more convenient
      build: autogenerate gstreamermm-plugins-bad.h header
      extra_defs_gen: add missing core/base-plugins
      extra_defs_gen: add application for generating plugins defs
      gstreamermm-plugins-bad: use Gst::Bad namespace for plugins-bad module
      plugins: wrap almost all base and core plugins
      .defs: fix enum's patch
      tests: download gtest sources from its website
      build: use MM_AX_CXX_COMPILE_STDCXX_11 macro from mm-common.
      C++11: use nullptr
      tests: fix signed-compare error
      convert: add one more GstMessage conversion
      build: fix 'configure' warnings
      C++11: use rvalue references for transfer-full function parameters
      C++11: use rvalue references for transfer-full method parameters - part 2
      tests: fix indentatinos
      C++11: restore some overload methods
      examples: update media_player_gtkmm example, minors
      tests: add one more test for Gst::Query class
      Gst::Pad: change type of query in SlotQuery to non-const reference
      .defs: update defs
      fix gtkmmproc warnings
      Gst::Registry: update .hg file
      a few minors
      Gst::Allocator: wrap methods using gtkmmproc macros
      Gst::Bin: wrap missing methods
      Gst::Buffer: wrap new methods, polish code
      Gst::BufferList: wrap missing functions
      Gst::Allocator: build fix
      Gst::Caps: improve set_simple() and create() method
      Gst::Caps: remove unused template parameter, add one more test
      Gst::CapsFeatures: improve construction methods
      build: fix dist build
      extra_defs_gen: fix warnings
      Gst::ChildProxy: update docs, wrap missing function
      Gst::Clock: updates
      Gst::Context: minors
      Gst::Element: minors
      Gst::ElementFactory: update wrapper
      Gst::Event: wrap ReconfigureEvent class
      Gst::Structure: class review
      Gst::Caps: minor update
      Gst::Structure: add methods for getting/setting all datatypes in structure
      Gst::Task: update Task wrapper
      audio: don't use deprecated auto_ptr
      tests: fix tests build
      revert 648b89f5fe715c7c96a5824df999e9f2acb6f220
      .defs: fix multisocketsing signal
      Start working on 1.8 version, update defs, required version
      Gst::Allocator: minor updates
      Gst::Sample: increase reference in get_caps()
      Gst::Allocator: minor improvements
      Gst::AudioBaseSink: wrap missing methods
      Gst::AudioBaseSrc: fix header dependencies
      Gst::AudioClock: wrap missing methods
      Gst::AudioFilter: don't wrap virtual function manually
      Gst::AudioFormatInfo: use value instead of pointer to underlying data
      Gst::AudioInfo: refactor class
      Gst::AudioRingBuffer: minors
      Gst::AudioSink: wrap write() vfunc using macro
      Gst::AudioSrc: minor changes in interface
      Gst::BaseSink: update basesink class
      Gst::BaseSrc: update basesrc class
      Gst::BaseTransform: wrap missing virtual methods
      Gst:Buffer: add missing member getters
      Gst::Bus: minor changes
      Gst::Caps: review Caps class.
      Gst::CapsFeatures: minor cleanups
      Gst::AudioCdSrc: rename CddaBaseSrc to AudioCdSrc
      Gst::ChildProxy: renew childproxy interface
      Gst::Clock: update wrapper
      Gst::ColorBalance: review ColorBalance wrapper
      Gst::ColorBalanceChannel: minor updates
      Gst::Context: minors
      Gst::Discoverer: update wrappers.
      Gst::Element: review GstElement wrapper
      Gst::ElementFactory: wrap missing functions
      Gst::EncodingProfile: review
      Gst::Event: review Event classes
      update some classes according to v1.8
      Gst::Structure: refactoring
      Gst::MapInfo: fix build
      Gst::Segment: update Segment class
      Build: fix silent build
      Examples: build fix
      Gst::Structure: fix setting glib::value field
      Gst::Value: replace some classes with template class
      Gst::UriHandler: add missing enum, update docs.
      Gst::TypeFindFactory: add missing method
      Gst::TocSetter: update interface
      Gst::Toc: update TOC class, documentation
      docs: Update doxygen config for Doxygen 1.8.9.1
      ClockUtils: move some clock-related artifacts to separated file
      Gst::Clock: implement destroy callback for wait_async()
      docs: update doc, remove some todos
      Gst::TagList: remove todo tag
      gstreamermm.h: update main header
      Gst::BaseTransform: fix vfunc methods
      Gst::Pad: update class
      Examples: add few simple examples
      Examples: add more basic examples
      Deprecate plugins API
      Wrap missing methods
      Examples: add example for dynamic pads
      Fix warnings
      Gst::Iterator: fix memory leak
      Tests: fix unittests
      register.h: move code from base_init to class_init
      Tests: fix build and dist unittests
      Build fix
      Examples, tests: remove unnecessary glibmm includes
      gstreamermm.h: update header file
      Tests: fix test run in parallel mode
      Tests: rename tests regression to integration
      MSVC: add visual studio 2015 support
      Update required glibmm version
      Add examples and tools COPYING to dist
      Fix dist
      doc: fix doxygen documentation
      Gst::Message: update Message API
      Release 1.8.0

Michał Wróbel (13):
      Tests: tests/Makefile.am clean-ups
      Tests: clean-ups in tests/*/*.h
      Gst::BaseTransform: fix refs of {fixate,transform}_caps() return values
      Gst::BaseSrc: fix refs of {get_caps,fixate}() return values
      Gst::BaseSink: use macros for wrapping some virtual methods.
      Gst::BaseSink: fix refs of basesink's virtual methods return values
      Gst::Allocator: fix ref of alloc() return value
      Tests: improve and re-enable RegisterPluginTest tests
      Gst::Caps: move inline _CONVERSION definitions to convert_gst.m4
      Gst::BaseTransform: fix missing type conversion
      Uniformly prefix types with Gst:: namespace
      Prefix TagList with Gst:: namespace
      Gst::Element: fix refcounting in post_message()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]