File python-gst.changes of Package python-gst

-------------------------------------------------------------------
Fri Mar 30 12:17:59 UTC 2018 - bjorn.lie@gmail.com

- Update to version 1.12.5:
  + Bugs fixed: bgo#793560, bgo#793756.

-------------------------------------------------------------------
Wed Feb 28 16:39:03 UTC 2018 - dimstar@opensuse.org

- Modernize spec-file by calling spec-cleaner

-------------------------------------------------------------------
Mon Dec 11 20:21:59 UTC 2017 - zaitor@opensuse.org

- Update to version 1.12.4:
  + No changes, stable version bump only.

-------------------------------------------------------------------
Mon Sep 18 22:16:39 UTC 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 13:10:34 UTC 2017 - dimstar@opensuse.org

- Convert to single-spec.

-------------------------------------------------------------------
Fri Jul 14 11:56:28 UTC 2017 - zaitor@opensuse.org

- Update to version 1.12.2:
  + No changes, stable version bump only.

-------------------------------------------------------------------
Wed Jun 21 08:59:20 UTC 2017 - zaitor@opensuse.org

- Update to version 1.12.1:
  + No changes, stable version bump only.

-------------------------------------------------------------------
Wed May 10 12:43:55 UTC 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 00:31:55 UTC 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 20:30:37 UTC 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 20:30:36 UTC 2017 - zaitor@opensuse.org

- Update to version 1.10.4:
  + No changes, versionbump only.

-------------------------------------------------------------------
Mon Jan 30 17:23:02 UTC 2017 - zaitor@opensuse.org

- Update to version 1.10.3:
  + No changes, versionbump only.

-------------------------------------------------------------------
Mon Jan  9 07:45:22 UTC 2017 - dimstar@opensuse.org

- Add gobject-introspection BuildRequires: needed in order to get
  automatic typelib() Requires added to the package (boo#1017473).

-------------------------------------------------------------------
Sat Dec  3 19:13:58 UTC 2016 - zaitor@opensuse.org

- Update to version 1.10.2:
  + No changes, version bump only.

-------------------------------------------------------------------
Sun Nov 27 17:11:47 UTC 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 09:46:14 UTC 2016 - zaitor@opensuse.org

- Update to version 1.8.3 (boo#996937):
  + No changes, versionbump only.

-------------------------------------------------------------------
Wed Jun 15 14:30:35 UTC 2016 - zaitor@opensuse.org

- Update to version 1.8.2:
  + No changes, version bump only.

-------------------------------------------------------------------
Thu Apr 21 08:51:51 UTC 2016 - zaitor@opensuse.org

- Update to version 1.8.1:
  + No changes, version bump only.

-------------------------------------------------------------------
Wed Mar 16 10:59:01 UTC 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  6 12:06:27 UTC 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.

-------------------------------------------------------------------
Mon Nov 23 21:28:43 UTC 2015 - zaitor@opensuse.org

- Update to version 1.6.1:
  + Fix regression creating (Ghost)Pad (bgo#757108).
- Changes from version 1.6.0:
  + tests:
    - Fix tests in python2.
    - Add test_fraction back in the testsuite.
    - Bring back the testsuite and test if the initialization
      override works.
  + overrides:
    - Do not use inspect.signature as it is not avalaible in
      python2.
    - Disable all GStreamer APIs until Gst has been initialized.
    - Try hard to make the query writable in the pad query
      function.
  + Remove INSTALL file.
  + plugin: Name differently between python2 and python3.

-------------------------------------------------------------------
Mon Oct 20 16:26:48 UTC 2014 - dimstar@opensuse.org

- Update to version 1.4.0:
  + pythonplugin: Fix compiler warning about unused format string
    argument.

-------------------------------------------------------------------
Sat Oct 11 21:20:12 UTC 2014 - dimstar@opensuse.org

- Update to version 1.3.90:
  + Sync up for releasse with GStreamer 1.4.x.
- Split new subpackage gstreamer-plugin-python, when building for
  python3.

-------------------------------------------------------------------
Thu Sep 11 21:01:37 UTC 2014 - dimstar@opensuse.org

- Initial package, python gstreamer; bindings for GStreamer 1.0,
  version 1.2.1.

openSUSE Build Service is sponsored by