Package Release Info

gstreamer-editing-services-1.12.5-bp150.2.3

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gstreamer-editing-services
gstreamer-editing-services-devel
libges-1_0-0
typelib-1_0-GES-1_0

Change Logs

* Fri Mar 30 2018 bjorn.lie@gmail.com
- Update to version 1.12.5:
  + Bugs fixed: glgo#pitivi#2142, glgo#pitivi#2133, bgo#793874.
* 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:
  + Misc fixes.
* Mon Sep 18 2017 zaitor@opensuse.org
- Update to version 1.12.3:
  + track_element: Always emit "control-binding-removed" signal.
  + Revert "timeline: Return FALSE when commiting an empty
    timeline".
  + xml-formatter: Save encoder and muxer advanced settings.
  + Enhance some pad linking issue debug logging.
  + smartmixer: Give a unique name to each compositor instances.
  + pipeline: Allow up to 2 seconds queueing in the playsink video
    queue.
  + asset:
  - Add a function to stop proxying an asset.
  - Clear loading error when reload is requested.
  + nlecomposition: Properly update segment->start/stop on commit.
  + timeline: Remove trackelements initating move from the moving
    context.
  + xml-formatter: Serialize encoding profiles in reverse order.
  + pipeline: Make sure tracks are unlinked on NULL->NULL state
    changes.
* Fri Jul 14 2017 zaitor@opensuse.org
- Update to version 1.12.2:
  + Bugs fixed: bgo#784769.
* 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.
- Changes from version 1.11.91:
  + Automatic common submodule update.
- Changes from version 1.11.90:
  + Bugs fixed: bgo#780854.
* Sat Feb 25 2017 zaitor@opensuse.org
- Update to version 1.11.2:
  + Bugs fixed: bgo#776805, bgo#778248.
* Thu Feb 23 2017 zaitor@opensuse.org
- Update to version 1.11.1:
  + Bugs fixed: bgo#774480, bgo#765967, bgo#774641, bgo#775051,
    bgo#775295, bgo#776063, bgo#776064.
- Add missing Requires on main package in devel sub package.
- Move manpages to mainpackage where the actual binary is.
- Move Changelog and README to devel package.
* Thu Feb 23 2017 zaitor@opensuse.org
- Update to version 1.10.4:
  + ges-timeline: Properly calculate absolute diff of two unsigned
    integers.
  + ges:
  - Add NULL check before dereferencing.
  - Check if GstDiscoverer could be created at init time.
* Mon Jan 30 2017 zaitor@opensuse.org
- Update to version 1.10.3:
  + meson: Install ges-launch.
  + validate: Remove space breaking muting ges-launch.
* Sat Dec 03 2016 zaitor@opensuse.org
- Update to version 1.10.2:
  + Bugs fixed: bgo#774751.
* Sun Nov 27 2016 zaitor@opensuse.org
- Update to version 1.10.1:
  + Minor bugfixes.
- Changes from version 1.10.0:
  + Minor bugfixes.
* Wed Aug 24 2016 zaitor@opensuse.org
- Update to version 1.8.3 (boo#996937):
  + Revert 3 commits:
  - "video-source: Expose deinterlace-[fields, mode, tff] child
    properties".
  - "container: Handle setting children properties that need
    prefixing".
  - "formatter: Prefix all children properties in the XML
    formatter".
* Fri Jul 01 2016 toddrme2178@gmail.com
- Fix Group tag.
* Wed Jun 15 2016 zaitor@opensuse.org
- Update to version 1.8.2:
  + bgo765853: timeline: rename "track-element" to
    "track_element" in select-tracks-for-object documentation.
  + bgo#765856: g-i: use only " ges/ges.h " as c-include for
    introspection.
  + bgo#766455: nlecomposition: ensure elements pending to be added
    are not leaked.
  + bgo#766459: ges: ges_asset_set_proxy documentation fix and add
    some g-i annotations.
  + bgo#766524: audio-source: unref private capsfilter reference on
    finalize.
  + bgo#767053: nlecomposition: Fix race condition in seek handling
    causing deadlocks.
  + bgo#767293: ges-uri-asset: GstDiscoverer can return a valid
    info but a non-OK result, consider this an error.
* Thu Apr 21 2016 zaitor@opensuse.org
- Update to version 1.8.1:
  + titlesource: Add support for absolute positionning.
* Sat Mar 26 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 gobject-introspection-devel for
  pkgconfig(gobject-introspection-1.0) BuildRequires.
- Add explicit pkgconfig(glib-2.0) BuildRequires and version it.
- Add pkgconfig(gst-validate-1.0) BuildRequires: New dependency.
* Mon Jan 18 2016 zaitor@opensuse.org
- Update to version 1.6.2:
  + bash-completion: Disable during "make distcheck".
  + Revert "build: fix make distcheck."
  + tests: Properly setup GST_PLUGIN_PATH in test environement.
  + Dist gst-editing-services.doap.
  + ges: Set restriction caps in the audio source caps filter.
  + formatter: Do not serialize top effect priorities.
  + launcher: Make sure to not activate validate twice when simply
    loading a scene.
* Wed Jan 13 2016 antoine.belvire@laposte.net
- Move the NLE GStreamer plugin (libgstnle.so) from devel package
  to libges