* Fri Mar 30 2018 bjorn.lie@gmail.com
- Update to version 1.12.5:
+ Bugs fixed: bgo#793560, bgo#793756.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Mon Dec 11 2017 zaitor@opensuse.org
- Update to version 1.12.4:
+ No changes, stable version bump only.
* Mon Sep 18 2017 zaitor@opensuse.org
- Update to version 1.12.3:
+ plugin: Always initialize GIL state.
+ Add support for Gst.Bitmask.
+ tests: Stop using deprecated assertion methods.
+ tests: Move all Fundamental types tests in a file.
+ structure: Add a .keys() method and implement __str__.
+ Return a Gst.*Range instead of a python range converting from
GValue to python.
+ structures: Override __new__ to make it more pythonic.
+ overrides: Remove IntRange And Int64Range on Python2.
* Fri Jul 14 2017 dimstar@opensuse.org
- Convert to single-spec.
* Fri Jul 14 2017 zaitor@opensuse.org
- Update to version 1.12.2:
+ No changes, stable version bump only.
* Wed Jun 21 2017 zaitor@opensuse.org
- Update to version 1.12.1:
+ No changes, stable version bump only.
* Wed May 10 2017 zaitor@opensuse.org
- Update to version 1.12.0:
+ No changes, stable version bump only.
- Changes from version 1.11.91:
+ No changes.
- Changes from version 1.11.90:
+ Bugs fixed: bgo#780369.
* Sat Feb 25 2017 zaitor@opensuse.org
- Update to version 1.11.2:
+ Port old helloworld.py example to GI.
+ python: Add an option to set where to install pygi overrides.
+ meson: bump version and bump meson requirement.
* Thu Feb 23 2017 zaitor@opensuse.org
- Update to version 1.11.1:
+ Meson build fixes and updates.
+ Play nicely with gst-build uninstalled.
+ common: use https protocol for common submodule.
+ Remove bitrotten and unused gst-python.spec.in file.
* Thu Feb 23 2017 zaitor@opensuse.org
- Update to version 1.10.4:
+ No changes, versionbump only.
* Mon Jan 30 2017 zaitor@opensuse.org
- Update to version 1.10.3:
+ No changes, versionbump only.
* Mon Jan 09 2017 dimstar@opensuse.org
- Add gobject-introspection BuildRequires: needed in order to get
automatic typelib() Requires added to the package (boo#1017473).
* Sat Dec 03 2016 zaitor@opensuse.org
- Update to version 1.10.2:
+ No changes, version bump only.
* Sun Nov 27 2016 zaitor@opensuse.org
- Update to version 1.10.1:
+ No changes, versionbump only.
- Changes from version 1.10.0:
+ Bugs fixed: bgo#772853.
* Wed Aug 24 2016 zaitor@opensuse.org
- Update to version 1.8.3 (boo#996937):
+ No changes, versionbump only.
* Wed Jun 15 2016 zaitor@opensuse.org
- Update to version 1.8.2:
+ No changes, version bump only.
* Thu Apr 21 2016 zaitor@opensuse.org
- Update to version 1.8.1:
+ No changes, version bump only.
* Wed Mar 16 2016 zaitor@opensuse.org
- Update to version 1.8.0:
+ Hardware-accelerated zero-copy video decoding on Android
+ New video capture source for Android using the
android.hardware.Camera API.
+ Windows Media reverse playback support (ASF/WMV/WMA).
+ New tracing system provides support for more sophisticated
debugging tools.
+ New high-level GstPlayer playback convenience API.
+ Initial support for the new Vulkan API, see Matthew Waters'
blog post for more details.
+ Improved Opus audio codec support: Support for more than two
channels; MPEG-TS demuxer/muxer can now handle Opus;
sample-accurate encoding/decoding/transmuxing with Ogg,
Matroska, ISOBMFF (Quicktime/MP4), and MPEG-TS as container;
new codec utility functions for Opus header and caps handling
in pbutils library. The Opus encoder/decoder elements were
also moved to gst-plugins-base (from -bad), and the opus RTP
depayloader/payloader to -good.
+ GStreamer VAAPI module now released and maintained as part of
the GStreamer project.
+ Asset proxy support in the GStreamer Editing Services.
- Replace gstreamer-plugins-base-devel for
pkgconfig(gstreamer-plugins-base-1.0) BuildRequires and version
it.
- Add explicit pkgconfig(gstreamer-1.0) BuildRequires.
* Sat Feb 06 2016 zaitor@opensuse.org
- Update to version 1.6.2:
+ overrides: fix a few typos in exception messages.
+ python:
- Check return value of g_module_symbol().
- Don't call Py_DECREF() on NULL.
+ pythonplugin: Clean up error handling a bit.