commit gstreamer-editing-services for openSUSE:Factory

2020-10-27 Thread root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2020-10-27 18:58:50

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new.3463 (New)


Package is "gstreamer-editing-services"

Tue Oct 27 18:58:50 2020 rev:32 rq:839191 version:1.18.0

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2020-02-20 14:55:21.642285748 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new.3463/gstreamer-editing-services.changes
  2020-10-27 18:59:13.254755288 +0100
@@ -1,0 +2,51 @@
+Mon Sep 14 11:53:05 UTC 2020 - Antonio Larrosa 
+
+- Update to 1.18.0:
+  + Highlights:
+- GstTranscoder: new high level API for applications to
+  transcode media files from one format to another
+- High Dynamic Range (HDR) video information representation
+  and signalling enhancements
+- Instant playback rate change support
+- Active Format Description (AFD) and Bar Data support
+- RTSP server and client implementations gained ONVIF trick
+  modes support
+- Hardware-accelerated video decoding on Windows via
+  DXVA2/Direct3D11
+- Microsoft Media Foundation plugin for video capture and
+  hardware-accelerated video encoding on Windows
+- qmlgloverlay: New overlay element that renders a QtQuick
+  scene over the top of an input video stream
+- imagesequencesrc: New element to easily create a video
+  stream from a sequence of jpeg or png images
+- dashsink: New sink to produce DASH content
+- dvbsubenc: New DVB Subtitle encoder element
+- MPEG-TS muxing now also supports TV broadcast compliant
+  muxing with constant bitrate muxing and SCTE-35 support
+- rtmp2: New RTMP client source and sink element from-scratch
+  implementation
+- svthevcenc: New SVT-HEVC-based H.265 video encoder
+- vaapioverlay: New compositor element using VA-API
+- rtpmanager gained support for Google's Transport-Wide
+  Congestion Control (twcc) RTP extension
+- splitmuxsink and splitmuxsrc gained support for auxiliary
+  video streams
+- webrtcbin now contains some initial support for
+  renegotiation involving stream addition and removal
+- RTP support was enhanced with new RTP source and sink
+  elements to easily set up RTP streaming via rtp:// URIs
+- avtp: New Audio Video Transport Protocol (AVTP) plugin for
+  Time-Sensitive Applications
+- Support for the Video Services Forum's Reliable Internet
+  Stream Transport (RIST) TR-06-1 Simple Profile
+- Universal Windows Platform (UWP) support
+- rpicamsrc: New element for capturing from the Raspberry Pi
+  camera
+- RTSP Server TCP interleaved backpressure handling
+  improvements as well as support for Scale/Speed headers
+- GStreamer Editing Services gained support for nested
+  timelines, per-clip speed rate control and the OpenTimelineIO
+  format.
+- Autotools build system has been removed in favour of Meson
+
+---

Old:

  gstreamer-editing-services-1.16.2.tar.xz

New:

  _service
  gst-editing-services-1.18.0.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.Tpml4E/_old  2020-10-27 18:59:14.094755899 +0100
+++ /var/tmp/diff_new_pack.Tpml4E/_new  2020-10-27 18:59:14.094755899 +0100
@@ -17,22 +17,23 @@
 #
 
 
+%define _name gst-editing-services
 Name:   gstreamer-editing-services
-Version:1.16.2
+Version:1.18.0
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0-or-later AND LGPL-2.1-or-later
 Group:  Productivity/Multimedia/Other
-URL:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/ges-architecture.html
-Source: 
https://gstreamer.freedesktop.org/src/gstreamer-editing-services/%{name}-%{version}.tar.xz
-
+URL:
https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/ges-architecture.html
+Source: 
https://gstreamer.freedesktop.org/src/gstreamer-editing-services/%{_name}-%{version}.tar.xz
 BuildRequires:  c++_compiler
+BuildRequires:  cmake
 BuildRequires:  flex
+BuildRequires:  hotdoc
 BuildRequires:  meson >= 0.47.0
 BuildRequires:  pkgconfig
 BuildRequires:  python3-gobject-devel
-# Does not build/get installed when using meson build
-# BuildRequires:  pkgconfig(bash-completion) >= 2.0
+BuildRequires:  pkgconfig(bash-completion) >= 2.0
 BuildRequires:  

commit gstreamer-editing-services for openSUSE:Factory

2020-02-20 Thread root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2020-02-20 14:55:12

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new.26092 (New)


Package is "gstreamer-editing-services"

Thu Feb 20 14:55:12 2020 rev:31 rq:777040 version:1.16.2

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2019-12-12 23:17:04.678219325 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new.26092/gstreamer-editing-services.changes
 2020-02-20 14:55:21.642285748 +0100
@@ -1,0 +2,12 @@
+Tue Feb 18 23:26:03 UTC 2020 - Bjørn Lie 
+
+- Switch to meson buildsystem: Remove all conditionals.
+- Replace gcc-c++ with generic c++_compiler BuildRequires.
+- Add pkgconfig(gstreamer-plugins-bad-1.0) BuildRequires, meson
+  checks for it.
+- Add python3-gobject-devel, new dependency, needed due to changes
+  elsewhere in the stack.
+- Disable pkgconfig(bash-completion) BuildRequires and resulting
+  file, not built when using meson buildsystem.
+
+---



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.nlbjoN/_old  2020-02-20 14:55:23.534289461 +0100
+++ /var/tmp/diff_new_pack.nlbjoN/_new  2020-02-20 14:55:23.538289469 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-editing-services
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,9 +17,6 @@
 #
 
 
-# TODO: finish meson support
-%define use_meson 0
-
 Name:   gstreamer-editing-services
 Version:1.16.2
 Release:0
@@ -29,13 +26,13 @@
 URL:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/ges-architecture.html
 Source: 
https://gstreamer.freedesktop.org/src/gstreamer-editing-services/%{name}-%{version}.tar.xz
 
+BuildRequires:  c++_compiler
 BuildRequires:  flex
-BuildRequires:  gcc-c++
-%if %{use_meson}
 BuildRequires:  meson >= 0.47.0
-%endif
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(bash-completion) >= 2.0
+BuildRequires:  python3-gobject-devel
+# Does not build/get installed when using meson build
+# BuildRequires:  pkgconfig(bash-completion) >= 2.0
 BuildRequires:  pkgconfig(gio-2.0) >= 2.16
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.6
@@ -43,6 +40,7 @@
 BuildRequires:  pkgconfig(gstreamer-1.0) >= %{version}
 BuildRequires:  pkgconfig(gstreamer-controller-1.0)
 BuildRequires:  pkgconfig(gstreamer-pbutils-1.0) >= %{version}
+BuildRequires:  pkgconfig(gstreamer-plugins-bad-1.0)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
 BuildRequires:  pkgconfig(gstreamer-video-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 2.91.3
@@ -51,15 +49,24 @@
 BuildRequires:  pkgconfig(pygobject-3.0)
 
 %description
-The GStreamer multimedia framework and the accompanying GNonLin set of plugins 
for non-linear editing offer all the building blocks for:
-
-Decoding and encoding to a wide variety of formats, through all the 
available GStreamer plugins.
-
-Easily choosing segments of streams and arranging them through time 
through the GNonLin set of plugins.
-
-But all those building blocks only offer stream-level access, which results in 
developers who want to write non-linear editors to write a consequent amount of 
code to get to the level of non-linear editing notions which are closer and 
more meaningful for the end-user (and therefore the application).
-
-The GStreamer Editing Services (hereafter GES) aims to fill the gap between 
GStreamer/GNonLin and the application developer by offering a series of classes 
to simplify the creation of many kind of editing-related applications.
+The GStreamer multimedia framework and the accompanying GNonLin set
+of plugins for non-linear editing offer all the building blocks
+for:
+Decoding and encoding to a wide variety of formats, through all the
+available GStreamer plugins.
+Easily choosing segments of streams and arranging them through time
+through the GNonLin set of plugins.
+
+But all those building blocks only offer stream-level access, which
+results in developers who want to write non-linear editors to write
+a consequent amount of code to get to the level of non-linear
+editing notions which are closer and more meaningful for the
+end-user (and therefore the application).
+
+The GStreamer Editing Services (hereafter 

commit gstreamer-editing-services for openSUSE:Factory

2019-12-12 Thread root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2019-12-12 23:16:58

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new.4691 (New)


Package is "gstreamer-editing-services"

Thu Dec 12 23:16:58 2019 rev:30 rq:754303 version:1.16.2

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2019-10-11 15:13:51.796673278 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new.4691/gstreamer-editing-services.changes
  2019-12-12 23:17:04.678219325 +0100
@@ -1,0 +2,6 @@
+Wed Dec  4 13:29:48 UTC 2019 - Bjørn Lie 
+
+- Update to version 1.16.2:
+  + Initialize debug categories before usage
+
+---

Old:

  gstreamer-editing-services-1.16.1.tar.xz

New:

  gstreamer-editing-services-1.16.2.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.6amYzU/_old  2019-12-12 23:17:07.106219108 +0100
+++ /var/tmp/diff_new_pack.6amYzU/_new  2019-12-12 23:17:07.126219106 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-editing-services
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,7 +21,7 @@
 %define use_meson 0
 
 Name:   gstreamer-editing-services
-Version:1.16.1
+Version:1.16.2
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0-or-later AND LGPL-2.1-or-later

++ gstreamer-editing-services-1.16.1.tar.xz -> 
gstreamer-editing-services-1.16.2.tar.xz ++
 1699 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-editing-services-1.16.1/ChangeLog 
new/gstreamer-editing-services-1.16.2/ChangeLog
--- old/gstreamer-editing-services-1.16.1/ChangeLog 2019-09-23 
12:18:41.0 +0200
+++ new/gstreamer-editing-services-1.16.2/ChangeLog 2019-12-03 
12:17:11.0 +0100
@@ -1,3 +1,23 @@
+=== release 1.16.2 ===
+
+2019-12-03 11:17:11 +  Tim-Philipp Müller 
+
+   * ChangeLog:
+   * NEWS:
+   * RELEASE:
+   * configure.ac:
+   * gst-editing-services.doap:
+   * meson.build:
+ Release 1.16.2
+
+2019-10-01 18:02:27 +0300  Sebastian Dröge 
+
+   * ges/ges-internal.h:
+   * ges/ges.c:
+ ges: Hide internal debug category behind a GOnce
+ Otherwise it might be used (e.g. by the plugin loader via the GES
+ plugin!) before ges_init() is called.
+
 === release 1.16.1 ===
 
 2019-09-23 11:18:40 +0100  Tim-Philipp Müller 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-editing-services-1.16.1/NEWS 
new/gstreamer-editing-services-1.16.2/NEWS
--- old/gstreamer-editing-services-1.16.1/NEWS  2019-09-23 12:18:40.0 
+0200
+++ new/gstreamer-editing-services-1.16.2/NEWS  2019-12-03 12:17:11.0 
+0100
@@ -5,13 +5,13 @@
 
 GStreamer 1.16.0 was originally released on 19 April 2019.
 
-The latest bug-fix release in the 1.16 series is 1.16.1 and was released
-on 23 September 2019.
+The latest bug-fix release in the 1.16 series is 1.16.2 and was released
+on 3 December 2019.
 
 See https://gstreamer.freedesktop.org/releases/1.16/ for the latest
 version of this document.
 
-_Last updated: Sunday 22 September 2019, 21:00 UTC (log)_
+_Last updated: Tuesday 03 December 2019, 08:00 UTC (log)_
 
 
 Introduction
@@ -142,9 +142,9 @@
 
 Raw audio samples are usually passed around in interleaved form in
 GStreamer, which means that if there are multiple audio channels the
-samples for each channel are interleaved in memory, e.g.
-|LEFT|RIGHT|LEFT|RIGHT|LEFT|RIGHT| for stereo audio. A non-interleaved
-or planar arrangement in memory would look like
+samples for each channel are interleaved in memory,
+e.g. |LEFT|RIGHT|LEFT|RIGHT|LEFT|RIGHT| for stereo audio. A
+non-interleaved or planar arrangement in memory would look like
 

commit gstreamer-editing-services for openSUSE:Factory

2019-10-11 Thread root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2019-10-11 15:13:39

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new.2352 (New)


Package is "gstreamer-editing-services"

Fri Oct 11 15:13:39 2019 rev:29 rq:733427 version:1.16.1

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2019-06-30 14:40:42.787916637 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new.2352/gstreamer-editing-services.changes
  2019-10-11 15:13:51.796673278 +0200
@@ -1,0 +2,6 @@
+Tue Sep 24 15:06:02 UTC 2019 - Bjørn Lie 
+
+- Update to version 1.16.1:
+  + See main gstreamer package for changelog.
+
+---

Old:

  gstreamer-editing-services-1.16.0.tar.xz

New:

  gstreamer-editing-services-1.16.1.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.IXHLSW/_old  2019-10-11 15:13:54.644665449 +0200
+++ /var/tmp/diff_new_pack.IXHLSW/_new  2019-10-11 15:13:54.648665438 +0200
@@ -21,7 +21,7 @@
 %define use_meson 0
 
 Name:   gstreamer-editing-services
-Version:1.16.0
+Version:1.16.1
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0-or-later AND LGPL-2.1-or-later

++ gstreamer-editing-services-1.16.0.tar.xz -> 
gstreamer-editing-services-1.16.1.tar.xz ++
 2083 lines of diff (skipped)




commit gstreamer-editing-services for openSUSE:Factory

2019-06-30 Thread root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2019-06-30 14:40:41

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new.4615 (New)


Package is "gstreamer-editing-services"

Sun Jun 30 14:40:41 2019 rev:28 rq:711866 version:1.16.0

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2019-06-14 20:24:40.762795479 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new.4615/gstreamer-editing-services.changes
  2019-06-30 14:40:42.787916637 +0200
@@ -1,0 +2,46 @@
+Mon Jun 17 03:11:00 UTC 2019 - mgo...@suse.com
+
+- Update to version 1.16.0: 
+  + Highlights
+- GStreamer WebRTC stack gained support for data channels for
+  peer-to-peer communication based on SCTP, BUNDLE support, as
+  well as support for multiple TURN servers.
+- AV1 video codec support for Matroska and QuickTime/MP4
+  containers and more configuration options and supported
+  input formats for the AOMedia AV1 encoder
+- Support for Closed Captions and other Ancillary Data in video
+- Support for planar (non-interleaved) raw audio
+- GstVideoAggregator, compositor and OpenGL mixer elements are
+  now in -base
+- New alternate fields interlace mode where each buffer carries
+  a single field
+- WebM and Matroska ContentEncryption support in the Matroska
+  demuxer
+- new WebKit WPE-based web browser source element
+- Video4Linux: HEVC encoding and decoding, JPEG encoding, and
+  improved dmabuf import/export
+- Hardware-accelerated Nvidia video decoder gained support for
+  VP8/VP9 decoding, whilst the encoder gained support for
+  H.265/HEVC encoding.  
+- Many improvements to the Intel Media SDK based
+  hardware-accelerated video decoder and encoder plugin (msdk):
+  dmabuf import/export for zero-copy integration with other
+  components; VP9 decoding; 10-bit HEVC encoding; video
+  post-processing (vpp) support including deinterlacing; and
+  the video decoder now handles dynamic resolution changes.
+- The ASS/SSA subtitle overlay renderer can now handle multiple
+  subtitles that overlap in time and will show them on screen
+  simultaneously
+- The Meson build is now feature-complete (*) and it is now the
+  recommended build system on all platforms. The Autotools
+  build is scheduled to be removed in the next cycle.
+- The GStreamer Rust bindings and Rust plugins module are now
+  officially part of upstream GStreamer.
+- The GStreamer Editing Services gained a gesdemux element that
+  allows directly playing back serialized edit list with
+  playbin or (uri)decodebin
+- Many performance improvements
+- Switch to meson on Tumbleweed.
+- Add libgstges.so to files.
+
+---

Old:

  gstreamer-editing-services-1.14.5.tar.xz

New:

  gstreamer-editing-services-1.16.0.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.QVSQkX/_old  2019-06-30 14:40:43.539917914 +0200
+++ /var/tmp/diff_new_pack.QVSQkX/_new  2019-06-30 14:40:43.543917921 +0200
@@ -17,8 +17,11 @@
 #
 
 
+# TODO: finish meson support
+%define use_meson 0
+
 Name:   gstreamer-editing-services
-Version:1.14.5
+Version:1.16.0
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0-or-later AND LGPL-2.1-or-later
@@ -28,6 +31,9 @@
 
 BuildRequires:  flex
 BuildRequires:  gcc-c++
+%if %{use_meson}
+BuildRequires:  meson >= 0.47.0
+%endif
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(bash-completion) >= 2.0
 BuildRequires:  pkgconfig(gio-2.0) >= 2.16
@@ -110,12 +116,25 @@
 %setup -q
 
 %build
+%if %{use_meson}
+%{meson} \
+   -Dintrospection=enabled \
+   -Dtests=disabled \
+   %{nil}
+%{meson_build}
+%else
+export PYTHON=python3
 %configure \
 --enable-introspection
 make %{?_smp_mflags}
+%endif
 
 %install
+%if %{use_meson}
+%{meson_install}
+%else
 %make_install
+%endif
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libges-1_0-0 -p /sbin/ldconfig
@@ -134,6 +153,7 @@
 %files -n libges-1_0-0
 %license COPYING
 
+%{_libdir}/gstreamer-1.0/libgstges.so
 %{_libdir}/gstreamer-1.0/libgstnle.so
 %{_libdir}/libges-1.0.so.*
 

++ gstreamer-editing-services-1.14.5.tar.xz -> 
gstreamer-editing-services-1.16.0.tar.xz ++
 29798 lines of diff (skipped)




commit gstreamer-editing-services for openSUSE:Factory

2019-06-14 Thread root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2019-06-14 20:24:39

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new.4811 (New)


Package is "gstreamer-editing-services"

Fri Jun 14 20:24:39 2019 rev:27 rq:707912 version:1.14.5

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2018-10-12 13:10:14.751338003 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new.4811/gstreamer-editing-services.changes
  2019-06-14 20:24:40.762795479 +0200
@@ -1,0 +2,8 @@
+Fri May 31 22:37:41 UTC 2019 - Bjørn Lie 
+
+- Update to version 1.14.5:
+  + Fix compilation with latest GLib.
+  + layer: Resort clips before syncing priorities.
+  + timeline: Better handle loading inconsistent timelines.
+
+---

Old:

  gstreamer-editing-services-1.14.4.tar.xz

New:

  gstreamer-editing-services-1.14.5.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.0JTEAY/_old  2019-06-14 20:24:41.282795311 +0200
+++ /var/tmp/diff_new_pack.0JTEAY/_new  2019-06-14 20:24:41.282795311 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-editing-services
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,14 @@
 
 
 Name:   gstreamer-editing-services
-Version:1.14.4
+Version:1.14.5
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0-or-later AND LGPL-2.1-or-later
 Group:  Productivity/Multimedia/Other
 URL:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/ges-architecture.html
 Source: 
https://gstreamer.freedesktop.org/src/gstreamer-editing-services/%{name}-%{version}.tar.xz
+
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig

++ gstreamer-editing-services-1.14.4.tar.xz -> 
gstreamer-editing-services-1.14.5.tar.xz ++
 3282 lines of diff (skipped)




commit gstreamer-editing-services for openSUSE:Factory

2018-10-12 Thread root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2018-10-12 13:10:14

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is "gstreamer-editing-services"

Fri Oct 12 13:10:14 2018 rev:26 rq:639888 version:1.14.4

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2018-07-31 15:57:30.659354395 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2018-10-12 13:10:14.751338003 +0200
@@ -1,0 +2,12 @@
+Wed Oct  3 15:59:30 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.14.4:
+  + Bugfix release, please see .changes in gstreamer main package.
+
+---
+Wed Sep 26 20:31:53 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.14.3:
+  + Bugfix release, please see .changes in gstreamer main package.
+
+---

Old:

  gstreamer-editing-services-1.14.2.tar.xz

New:

  gstreamer-editing-services-1.14.4.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.d7xBLN/_old  2018-10-12 13:10:15.155337429 +0200
+++ /var/tmp/diff_new_pack.d7xBLN/_new  2018-10-12 13:10:15.159337423 +0200
@@ -13,12 +13,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   gstreamer-editing-services
-Version:1.14.2
+Version:1.14.4
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0-or-later AND LGPL-2.1-or-later

++ gstreamer-editing-services-1.14.2.tar.xz -> 
gstreamer-editing-services-1.14.4.tar.xz ++
 4841 lines of diff (skipped)




commit gstreamer-editing-services for openSUSE:Factory

2018-07-31 Thread root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2018-07-31 15:57:23

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is "gstreamer-editing-services"

Tue Jul 31 15:57:23 2018 rev:25 rq:624981 version:1.14.2

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2018-05-30 12:28:35.299568046 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2018-07-31 15:57:30.659354395 +0200
@@ -1,0 +2,8 @@
+Tue Jul 24 08:31:35 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.14.2:
+  + python: Fix GES.Timelineset_child_property.
+  + Set GLib log domain to GES.
+  + group: Fix handling clips that are added to a layer.
+
+---

Old:

  gstreamer-editing-services-1.14.1.tar.xz

New:

  gstreamer-editing-services-1.14.2.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.iEas5g/_old  2018-07-31 15:57:32.091356819 +0200
+++ /var/tmp/diff_new_pack.iEas5g/_new  2018-07-31 15:57:32.095356826 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gstreamer-editing-services
-Version:1.14.1
+Version:1.14.2
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0-or-later AND LGPL-2.1-or-later

++ gstreamer-editing-services-1.14.1.tar.xz -> 
gstreamer-editing-services-1.14.2.tar.xz ++
 6140 lines of diff (skipped)




commit gstreamer-editing-services for openSUSE:Factory

2018-05-30 Thread root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2018-05-30 12:22:31

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is "gstreamer-editing-services"

Wed May 30 12:22:31 2018 rev:24 rq:611167 version:1.14.1

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2018-04-03 12:12:16.031023541 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2018-05-30 12:28:35.299568046 +0200
@@ -1,0 +2,121 @@
+Sun May 20 09:56:17 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.14.1:
+  + GstPad: Fix race condition causing the same probe to be called
+multiple times
+  + Fix occasional deadlocks on windows when outputting debug
+logging
+  + Fix debug levels being applied in the wrong order
+  + GIR annotation fixes for bindings
+  + audiomixer, audioaggregator: fix some negotiation issues
+  + gst-play-1.0: fix leaving stdin in non-blocking mode after exit
+  + flvmux: wait for caps on all input pads before writing header
+even if source is live
+  + flvmux: don't wake up the muxer unless there is data, fixes
+busy looping if there's no input data
+  + flvmux: fix major leak of input buffers
+  + rtspsrc, rtsp-server: revert to RTSP RFC handling of
+sendonly/recvonly attributes
+  + rtpvrawpay: fix payloading with very large mtu sizes where
+everything fits into a single RTP packet
+  + v4l2: Fix hard-coded enabled v4l2 probe on Linux/ARM
+  + v4l2: Disable DMABuf for emulated formats when using libv4l2
+  + v4l2: Always set colorimetry in S_FMT
+  + asfdemux: Set stream-format field for H264 streams and handle
+H.264 in bytestream format
+  + x265enc: Fix tagging of keyframes on output buffers
+  + ladspa: Fix critical during plugin load on Windows
+  + decklink: Fix COM initialisation on Windows
+  + h264parse: fix re-use across pipeline stop/restart
+  + mpegtsmux: fix force-keyframe event handling and PCR/PMT
+changes that would confuse some players with generated HLS
+streams
+  + adaptivedemux: Support period change in live playlist
+  + rfbsrc: Fix support for applevncserver and support NULL pool in
+decide_allocation
+  + jpegparse: Fix APP1 marker segment parsing
+  + h265parse: Make caps writable before modifying them, fixes
+criticals
+  + fakevideosink: request an extra buffer if enable-last-sample is
+enabled
+  + wasapisrc: Don't provide a clock based on WASAPI's clock
+  + wasapi: Only use audioclient3 when low-latency, as it might
+otherwise glitch with slow CPUs or VMs
+  + wasapi: Don't derive device period from latency time, should
+make it more robust against glitches
+  + audiolatency: Fix wave detection in buffers and avoid bogus pts
+values while starting
+  + msdk: fix plugin load on implementations with only HW support
+  + msdk: dec: set framerate to the driver only if provided, not in
+0/1 case
+  + msdk: Don't set extended coding options for JPEG encode
+  + rtponviftimestamp: fix state change function init/reset causing
+races/crashes on shutdown
+  + decklink: fix initialization failure in windows binary
+  + ladspa: Fix critical warnings during plugin load on Windows and
+fix dependencies in meson build
+  + gl: fix cross-compilation error with viv-fb
+  + qmlglsink: make work with eglfs_kms
+  + rtspclientsink: Don't deadlock in preroll on early close
+  + rtspclientsink: Fix client ports for the RTCP backchannel
+  + rtsp-server: Fix session timeout when streaming data to client
+over TCP
+  + vaapiencode: h264: find best profile in those available, fixing
+negotiation errors
+  + vaapi: remove custom GstGL context handling, use GstGL instead.
+Fixes GL Context sharing with WebkitGtk on wayland
+  + gst-editing-services: various fixes
+  + gst-python: bump pygobject req to 3.8;
+fix GstPad.set_query_function(); dist autogen.sh and
+configure.ac in tarball
+  + g-i: pick up GstVideo-1.0.gir from local build directory in
+GstGL build
+  + g-i: update constant values for bindings
+  + avoid duplicate symbols in plugins across modules in static
+builds
+  + ... and many, many more!
+
+---
+Tue Apr 17 13:12:10 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.14.0:
+  + Highlights:
+- WebRTC support: real-time audio/video streaming to and from
+  web browsers;
+- Experimental support for the next-gen royalty-free AV1 video
+  codec
+- Video4Linux: encoding support, stable element names and
+  faster device probing;
+- Support for the Secure Reliable 

commit gstreamer-editing-services for openSUSE:Factory

2018-04-03 Thread root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2018-04-03 12:12:14

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is "gstreamer-editing-services"

Tue Apr  3 12:12:14 2018 rev:23 rq:592854 version:1.12.5

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2018-03-06 10:46:43.829492424 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2018-04-03 12:12:16.031023541 +0200
@@ -1,0 +2,6 @@
+Fri Mar 30 12:29:40 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.12.5:
+  + Bugs fixed: glgo#pitivi#2142, glgo#pitivi#2133, bgo#793874.
+
+---

Old:

  gstreamer-editing-services-1.12.4.tar.xz

New:

  gstreamer-editing-services-1.12.5.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.gxckHT/_old  2018-04-03 12:12:16.874993170 +0200
+++ /var/tmp/diff_new_pack.gxckHT/_new  2018-04-03 12:12:16.878993026 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gstreamer-editing-services
-Version:1.12.4
+Version:1.12.5
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0-or-later AND LGPL-2.1-or-later

++ gstreamer-editing-services-1.12.4.tar.xz -> 
gstreamer-editing-services-1.12.5.tar.xz ++
 3243 lines of diff (skipped)




commit gstreamer-editing-services for openSUSE:Factory

2018-03-06 Thread root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2018-03-06 10:46:39

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is "gstreamer-editing-services"

Tue Mar  6 10:46:39 2018 rev:22 rq:581523 version:1.12.4

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2017-12-12 21:23:20.513349184 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2018-03-06 10:46:43.829492424 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:31:35 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.oQDCuw/_old  2018-03-06 10:46:44.525467282 +0100
+++ /var/tmp/diff_new_pack.oQDCuw/_new  2018-03-06 10:46:44.529467138 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-editing-services
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,12 +21,13 @@
 Version:1.12.4
 Release:0
 Summary:GStreamer Editing Services
-License:GPL-3.0+ and LGPL-2.1+
+License:GPL-3.0-or-later AND LGPL-2.1-or-later
 Group:  Productivity/Multimedia/Other
-Url:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/ges-architecture.html
+URL:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/ges-architecture.html
 Source: 
https://gstreamer.freedesktop.org/src/gstreamer-editing-services/%{name}-%{version}.tar.xz
 BuildRequires:  flex
 BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(bash-completion) >= 2.0
 BuildRequires:  pkgconfig(gio-2.0) >= 2.16
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
@@ -41,7 +42,6 @@
 BuildRequires:  pkgconfig(gtk+-x11-3.0) >= 2.91.3
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(pygobject-3.0)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The GStreamer multimedia framework and the accompanying GNonLin set of plugins 
for non-linear editing offer all the building blocks for:
@@ -56,7 +56,7 @@
 
 %package -n libges-1_0-0
 Summary:GStreamer Editing Services - Libraries
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
 
 %description -n libges-1_0-0
@@ -72,7 +72,7 @@
 
 %package -n typelib-1_0-GES-1_0
 Summary:GStreamer Editing Services - Libraries
-License:GPL-3.0+ and LGPL-2.1+
+License:GPL-3.0-or-later AND LGPL-2.1-or-later
 Group:  System/Libraries
 
 %description -n typelib-1_0-GES-1_0
@@ -88,7 +88,7 @@
 
 %package devel
 Summary:GStreamer Editing Services - Development files
-License:GPL-3.0+ and LGPL-2.1+
+License:GPL-3.0-or-later AND LGPL-2.1-or-later
 Group:  Development/Languages/C and C++
 Requires:   %{name} = %{version}
 Requires:   libges-1_0-0 = %{version}
@@ -115,16 +115,14 @@
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libges-1_0-0 -p /sbin/ldconfig
-
 %postun -n libges-1_0-0 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc COPYING
-%doc %{_mandir}/man1/ges-launch-1.0.1.gz
+%license COPYING
+%{_mandir}/man1/ges-launch-1.0.1%{ext_man}
 %{_bindir}/ges-launch-1.0
 %{_datadir}/bash-completion/completions/ges-launch-1.0
 %dir %{_datadir}/gstreamer-1.0/validate-scenario
@@ -134,17 +132,15 @@
 %{python_sitearch}/gstreamer-editing-services/GES.*
 
 %files -n libges-1_0-0
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
+
 %{_libdir}/gstreamer-1.0/libgstnle.so
 %{_libdir}/libges-1.0.so.*
 
 %files -n typelib-1_0-GES-1_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GES-1.0.typelib
 
 %files devel
-%defattr(-,root,root)
 %doc ChangeLog README
 %{_datadir}/gir-1.0/GES-1.0.gir
 %{_includedir}/gstreamer-1.0/ges/




commit gstreamer-editing-services for openSUSE:Factory

2017-12-12 Thread root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2017-12-12 21:23:17

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is "gstreamer-editing-services"

Tue Dec 12 21:23:17 2017 rev:21 rq:556341 version:1.12.4

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2017-09-20 17:13:32.454376442 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2017-12-12 21:23:20.513349184 +0100
@@ -1,0 +2,6 @@
+Mon Dec 11 20:19:40 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.12.4:
+  + Misc fixes.
+
+---

Old:

  gstreamer-editing-services-1.12.3.tar.xz

New:

  gstreamer-editing-services-1.12.4.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.2I66it/_old  2017-12-12 21:23:21.017324855 +0100
+++ /var/tmp/diff_new_pack.2I66it/_new  2017-12-12 21:23:21.021324662 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   gstreamer-editing-services
-Version:1.12.3
+Version:1.12.4
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0+ and LGPL-2.1+

++ gstreamer-editing-services-1.12.3.tar.xz -> 
gstreamer-editing-services-1.12.4.tar.xz ++
 1739 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-editing-services-1.12.3/ChangeLog 
new/gstreamer-editing-services-1.12.4/ChangeLog
--- old/gstreamer-editing-services-1.12.3/ChangeLog 2017-09-18 
21:26:39.0 +0200
+++ new/gstreamer-editing-services-1.12.4/ChangeLog 2017-12-07 
18:39:35.0 +0100
@@ -1,9 +1,164 @@
+=== release 1.12.4 ===
+
+2017-12-07  Sebastian Dröge 
+
+   * configure.ac:
+ releasing 1.12.4
+
+2017-11-25 15:56:36 -0300  Thibault Saunier 
+
+   * ges/ges-uri-clip.c:
+ uri-clip: Copy previous track elements bindings when setting a new 
asset
+ Fixes https://phabricator.freedesktop.org/T7862
+
+2017-11-07 11:26:58 -0300  Thibault Saunier 
+
+   * ges/ges-auto-transition.c:
+ auto-transition: Fix debug printf format
+
+2017-11-07 10:15:58 -0300  Thibault Saunier 
+
+   * ges/ges-auto-transition.c:
+   * ges/ges-timeline.c:
+ timeline: Do not snap object within the moving context
+ Reviewed-by: Alex Băluț <>
+ Differential Revision: https://phabricator.freedesktop.org/D1873
+
+2017-10-31 12:05:08 -0300  Thibault Saunier 
+
+   * ges/gstframepositioner.c:
+   * ges/gstframepositioner.h:
+ ges: Sync 'par' to track restriction caps in the frame positionner
+ Allowing GES users to have control over how compositing is done
+
+2017-09-20 12:59:40 +0300  Sebastian Dröge 
+
+   * ges/ges-source.c:
+ ges-source: Fix caps memory leak and compiler warnings when compiling 
without debug logging
+
+=== release 1.12.3 ===
+
+2017-09-18 17:49:16 +0300  Sebastian Dröge 
+
+   * configure.ac:
+   * gst-editing-services.doap:
+   * meson.build:
+ Release 1.12.3
+
+2017-08-17 07:28:46 +  Stefan Popa 
+
+   * ges/ges-track-element.c:
+ track_element: Always emit "control-binding-removed" signal.
+ When setting a new control binding on a track element, the old control
+ binding (if any) is going to be removed. Make sure the
+ "control-binding-removed" signal is emitted in this case.
+ Fixes https://phabricator.freedesktop.org/T7340#95666
+ Reviewed-by: Thibault Saunier 
+ Differential Revision: https://phabricator.freedesktop.org/D1842
+
+2017-08-29 22:23:57 -0300  Thibault Saunier 
+
+   * ges/ges-timeline.c:
+   * tests/check/ges/backgroundsource.c:
+ Revert "timeline: Return FALSE when commiting an empty timeline"
+ This commit means that we do not get ASYNC_DONE anymore when commiting
+ an empty timeline, which means that we 

commit gstreamer-editing-services for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2017-09-20 17:13:32

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is "gstreamer-editing-services"

Wed Sep 20 17:13:32 2017 rev:20 rq:527437 version:1.12.3

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2017-07-17 09:12:29.612652048 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2017-09-20 17:13:32.454376442 +0200
@@ -1,0 +2,22 @@
+Mon Sep 18 21:59:09 UTC 2017 - zai...@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.
+
+---

Old:

  gstreamer-editing-services-1.12.2.tar.xz

New:

  gstreamer-editing-services-1.12.3.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.0pQncO/_old  2017-09-20 17:13:33.066290304 +0200
+++ /var/tmp/diff_new_pack.0pQncO/_new  2017-09-20 17:13:33.066290304 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   gstreamer-editing-services
-Version:1.12.2
+Version:1.12.3
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0+ and LGPL-2.1+
 Group:  Productivity/Multimedia/Other
 Url:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/ges-architecture.html
-Source: 
http://gstreamer.freedesktop.org/src/gstreamer-editing-services/%{name}-%{version}.tar.xz
+Source: 
https://gstreamer.freedesktop.org/src/gstreamer-editing-services/%{name}-%{version}.tar.xz
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(bash-completion) >= 2.0

++ gstreamer-editing-services-1.12.2.tar.xz -> 
gstreamer-editing-services-1.12.3.tar.xz ++
 12745 lines of diff (skipped)




commit gstreamer-editing-services for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2017-07-17 09:12:28

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is "gstreamer-editing-services"

Mon Jul 17 09:12:28 2017 rev:19 rq:510424 version:1.12.2

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2017-06-22 10:40:26.581199556 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2017-07-17 09:12:29.612652048 +0200
@@ -1,0 +2,6 @@
+Fri Jul 14 12:03:57 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.12.2:
+  + Bugs fixed: bgo#784769.
+
+---

Old:

  gstreamer-editing-services-1.12.1.tar.xz

New:

  gstreamer-editing-services-1.12.2.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.atbh4F/_old  2017-07-17 09:12:30.156575434 +0200
+++ /var/tmp/diff_new_pack.atbh4F/_new  2017-07-17 09:12:30.160574870 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gstreamer-editing-services
-Version:1.12.1
+Version:1.12.2
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0+ and LGPL-2.1+

++ gstreamer-editing-services-1.12.1.tar.xz -> 
gstreamer-editing-services-1.12.2.tar.xz ++
 3359 lines of diff (skipped)




commit gstreamer-editing-services for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2017-06-22 10:40:24

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is "gstreamer-editing-services"

Thu Jun 22 10:40:24 2017 rev:18 rq:505409 version:1.12.1

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2017-06-20 09:38:55.360526234 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2017-06-22 10:40:26.581199556 +0200
@@ -1,0 +2,6 @@
+Wed Jun 21 08:55:06 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.12.1:
+  + No changes, stable version bump only.
+
+---

Old:

  gstreamer-editing-services-1.12.0.tar.xz

New:

  gstreamer-editing-services-1.12.1.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.Q35NwL/_old  2017-06-22 10:40:27.141120613 +0200
+++ /var/tmp/diff_new_pack.Q35NwL/_new  2017-06-22 10:40:27.141120613 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gstreamer-editing-services
-Version:1.12.0
+Version:1.12.1
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0+ and LGPL-2.1+

++ gstreamer-editing-services-1.12.0.tar.xz -> 
gstreamer-editing-services-1.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-editing-services-1.12.0/ChangeLog 
new/gstreamer-editing-services-1.12.1/ChangeLog
--- old/gstreamer-editing-services-1.12.0/ChangeLog 2017-05-04 
14:18:01.0 +0200
+++ new/gstreamer-editing-services-1.12.1/ChangeLog 2017-06-20 
10:37:11.0 +0200
@@ -1,9 +1,21 @@
+=== release 1.12.1 ===
+
+2017-06-20  Sebastian Dröge 
+
+   * configure.ac:
+ releasing 1.12.1
+
 === release 1.12.0 ===
 
-2017-05-04  Sebastian Dröge 
+2017-05-04 15:43:12 +0300  Sebastian Dröge 
 
+   * ChangeLog:
+   * NEWS:
+   * RELEASE:
* configure.ac:
- releasing 1.12.0
+   * gst-editing-services.doap:
+   * meson.build:
+ Release 1.12.0
 
 === release 1.11.91 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-editing-services-1.12.0/NEWS 
new/gstreamer-editing-services-1.12.1/NEWS
--- old/gstreamer-editing-services-1.12.0/NEWS  2017-05-04 14:18:33.0 
+0200
+++ new/gstreamer-editing-services-1.12.1/NEWS  2017-06-20 10:37:34.0 
+0200
@@ -1,6 +1,8 @@
 # GStreamer 1.12 Release Notes
 
 GStreamer 1.12.0 was originally released on 4th May 2017.
+The latest bug-fix release in the 1.12 series is [1.12.1](#1.12.1) and was
+released on 20 June 2017.
 
 The GStreamer team is proud to announce a new major feature release in the
 stable 1.x API series of your favourite cross-platform multimedia framework!
@@ -11,7 +13,7 @@
 See [https://gstreamer.freedesktop.org/releases/1.12/][latest] for the latest
 version of this document.
 
-*Last updated: Thursday 4 May 2017, 11:00 UTC [(log)][gitlog]*
+*Last updated: Tuesday 20 June 2017, 07:30 UTC [(log)][gitlog]*
 
 [latest]: https://gstreamer.freedesktop.org/releases/1.12/
 [gitlog]: 
https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.12/release-notes-1.12.md
@@ -228,7 +230,8 @@
 
 - `waylandsink` can now take DMAbuf buffers as input in the presence
   of a compatible Wayland compositor. This enables zero-copy transfer
-  from a decoder or source that outputs DMAbuf.
+  from a decoder or source that outputs DMAbuf. It will also set surface
+  opacity hint to allow better rendering optimization in the compositor.
 
 - `udpsrc` can be bound to more than one interface when joining a
   multicast group, this is done by giving a comma separate list of
@@ -453,6 +456,11 @@
 
 - `interleave` now supports > 64 channels.
 
+- OpenCV elements, `grabcut` and `retinex` has been ported to use
+  `GstOpencvVideoFilter` base class, increasing code reuse and fixing buffer
+  map/unmap issues. Redundant copie of images has been removed in `edgedetect`,
+  `cvlaplace` and `cvsobel`. This comes with various cleanup and Meson support.
+
 ### OpenGL integration
 
 - As usual the GStreamer OpenGL integration library has seen numerous
@@ -586,6 +594,12 @@
 
 - New testsuite for running various test scenarios on the DASH-IF test vectors
 
+## GStreamer Python Bindings
+
+- Overrides has been added for IntRange, Int64Range, DoubleRange,
+  

commit gstreamer-editing-services for openSUSE:Factory

2017-06-20 Thread root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2017-06-20 09:38:53

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is "gstreamer-editing-services"

Tue Jun 20 09:38:53 2017 rev:17 rq:495845 version:1.12.0

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2017-03-02 19:35:02.707083539 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2017-06-20 09:38:55.360526234 +0200
@@ -1,0 +2,26 @@
+Wed May 10 12:09:06 UTC 2017 - zai...@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 00:25:51 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.11.2:
+  + Bugs fixed: bgo#776805, bgo#778248.
+
+---
+Thu Feb 23 20:39:48 UTC 2017 - zai...@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.
+
+---

Old:

  gstreamer-editing-services-1.10.4.tar.xz

New:

  gstreamer-editing-services-1.12.0.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.5p2qDj/_old  2017-06-20 09:38:55.928446162 +0200
+++ /var/tmp/diff_new_pack.5p2qDj/_new  2017-06-20 09:38:55.932445598 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gstreamer-editing-services
-Version:1.10.4
+Version:1.12.0
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0+ and LGPL-2.1+
@@ -31,11 +31,11 @@
 BuildRequires:  pkgconfig(gio-2.0) >= 2.16
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.6
-BuildRequires:  pkgconfig(gst-validate-1.0) >= 1.10.3
-BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.10.3
+BuildRequires:  pkgconfig(gst-validate-1.0) >= 1.12.0
+BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.12.0
 BuildRequires:  pkgconfig(gstreamer-controller-1.0)
-BuildRequires:  pkgconfig(gstreamer-pbutils-1.0) >= 1.10.3
-BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 1.10.3
+BuildRequires:  pkgconfig(gstreamer-pbutils-1.0) >= 1.12.0
+BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 1.12.0
 BuildRequires:  pkgconfig(gstreamer-video-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 2.91.3
 BuildRequires:  pkgconfig(gtk+-x11-3.0) >= 2.91.3
@@ -90,6 +90,7 @@
 Summary:GStreamer Editing Services - Development files
 License:GPL-3.0+ and LGPL-2.1+
 Group:  Development/Languages/C and C++
+Requires:   %{name} = %{version}
 Requires:   libges-1_0-0 = %{version}
 Requires:   typelib-1_0-GES-1_0 = %{version}
 
@@ -122,7 +123,8 @@
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog README COPYING
+%doc COPYING
+%doc %{_mandir}/man1/ges-launch-1.0.1.gz
 %{_bindir}/ges-launch-1.0
 %{_datadir}/bash-completion/completions/ges-launch-1.0
 %dir %{_datadir}/gstreamer-1.0/validate-scenario
@@ -143,6 +145,7 @@
 
 %files devel
 %defattr(-,root,root)
+%doc ChangeLog README
 %{_datadir}/gir-1.0/GES-1.0.gir
 %{_includedir}/gstreamer-1.0/ges/
 %{_libdir}/libges-1.0.so

++ gstreamer-editing-services-1.10.4.tar.xz -> 
gstreamer-editing-services-1.12.0.tar.xz ++
 9720 lines of diff (skipped)




commit gstreamer-editing-services for openSUSE:Factory

2017-03-02 Thread root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2017-03-02 19:35:01

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is "gstreamer-editing-services"

Thu Mar  2 19:35:01 2017 rev:16 rq:460337 version:1.10.4

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2017-02-03 17:41:46.710074301 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2017-03-02 19:35:02.707083539 +0100
@@ -1,0 +2,10 @@
+Thu Feb 23 20:32:20 UTC 2017 - zai...@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.
+
+---

Old:

  gstreamer-editing-services-1.10.3.tar.xz

New:

  gstreamer-editing-services-1.10.4.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.CLlsG0/_old  2017-03-02 19:35:04.110884881 +0100
+++ /var/tmp/diff_new_pack.CLlsG0/_new  2017-03-02 19:35:04.114884315 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   gstreamer-editing-services
-Version:1.10.3
+Version:1.10.4
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0+ and LGPL-2.1+

++ gstreamer-editing-services-1.10.3.tar.xz -> 
gstreamer-editing-services-1.10.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-editing-services-1.10.3/ChangeLog 
new/gstreamer-editing-services-1.10.4/ChangeLog
--- old/gstreamer-editing-services-1.10.3/ChangeLog 2017-01-30 
15:01:24.0 +0100
+++ new/gstreamer-editing-services-1.10.4/ChangeLog 2017-02-23 
14:24:45.0 +0100
@@ -1,9 +1,40 @@
+=== release 1.10.4 ===
+
+2017-02-23  Sebastian Dröge 
+
+   * configure.ac:
+ releasing 1.10.4
+
+2016-11-23 18:42:27 +0200  Sebastian Dröge 
+
+   * ges/ges-timeline.c:
+ ges-timeline: Properly calculate absolute diff of two unsigned 
integers
+ CID 1394491.
+
+2016-11-23 18:28:35 +0200  Sebastian Dröge 
+
+   * ges/ges.c:
+ ges: Add NULL check before dereferencing
+ CID 1394494.
+
+2016-11-15 15:09:10 -0300  Thibault Saunier 
+
+   * ges/ges-uri-asset.c:
+   * ges/ges.c:
+ ges: Check if GstDiscoverer could be created at init time
+ And fail initialization if it is not the case, we make the assumption
+ it worked all around the codebase so we should really concider it 
fatal.
+
 === release 1.10.3 ===
 
-2017-01-30  Sebastian Dröge 
+2017-01-30 16:29:03 +0200  Sebastian Dröge 
 
+   * ChangeLog:
+   * NEWS:
+   * RELEASE:
* configure.ac:
- releasing 1.10.3
+   * gst-editing-services.doap:
+ Release 1.10.3
 
 2016-12-22 08:44:07 -0300  Thibault Saunier 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-editing-services-1.10.3/NEWS 
new/gstreamer-editing-services-1.10.4/NEWS
--- old/gstreamer-editing-services-1.10.3/NEWS  2017-01-30 15:02:32.0 
+0100
+++ new/gstreamer-editing-services-1.10.4/NEWS  2017-02-23 14:25:21.0 
+0100
@@ -1,8 +1,8 @@
 # GStreamer 1.10 Release Notes
 
 GStreamer 1.10.0 was originally released on 1st November 2016.
-The latest bug-fix release in the 1.10 series is [1.10.3](#1.10.3) and was
-released on 30 January 2017.
+The latest bug-fix release in the 1.10 series is [1.10.4](#1.10.4) and was
+released on 23 February 2017.
 
 The GStreamer team is proud to announce a new major feature release in the
 stable 1.x API series of your favourite cross-platform multimedia framework!
@@ -13,7 +13,7 @@
 See [https://gstreamer.freedesktop.org/releases/1.10/][latest] for the latest
 version of this document.
 
-*Last updated: Monday 30 Jan 2017, 12:00 UTC [(log)][gitlog]*
+*Last updated: Thursday 23 Feb 2017, 15:00 UTC [(log)][gitlog]*
 
 [latest]: https://gstreamer.freedesktop.org/releases/1.10/
 [gitlog]: 
https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.10/release-notes-1.10.md
@@ -1136,10 +1136,13 @@
  Major bugfixes in 1.10.3
 
  - Various fixes for crashes, assertions, deadlocks and memory leaks on fuzzed
- 

commit gstreamer-editing-services for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2017-02-03 16:26:53

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is "gstreamer-editing-services"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2016-12-10 18:28:26.604084352 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2017-02-03 17:41:46.710074301 +0100
@@ -1,0 +2,7 @@
+Mon Jan 30 16:38:49 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.10.3:
+  + meson: Install ges-launch.
+  + validate: Remove space breaking muting ges-launch.
+
+---

Old:

  gstreamer-editing-services-1.10.2.tar.xz

New:

  gstreamer-editing-services-1.10.3.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.PcOkmj/_old  2017-02-03 17:41:47.070023353 +0100
+++ /var/tmp/diff_new_pack.PcOkmj/_new  2017-02-03 17:41:47.074022787 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-editing-services
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   gstreamer-editing-services
-Version:1.10.2
+Version:1.10.3
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0+ and LGPL-2.1+
@@ -31,11 +31,11 @@
 BuildRequires:  pkgconfig(gio-2.0) >= 2.16
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.6
-BuildRequires:  pkgconfig(gst-validate-1.0) >= 1.10.0
-BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.10.0
+BuildRequires:  pkgconfig(gst-validate-1.0) >= 1.10.3
+BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.10.3
 BuildRequires:  pkgconfig(gstreamer-controller-1.0)
-BuildRequires:  pkgconfig(gstreamer-pbutils-1.0) >= 1.10.0
-BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 1.10.0
+BuildRequires:  pkgconfig(gstreamer-pbutils-1.0) >= 1.10.3
+BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 1.10.3
 BuildRequires:  pkgconfig(gstreamer-video-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 2.91.3
 BuildRequires:  pkgconfig(gtk+-x11-3.0) >= 2.91.3

++ gstreamer-editing-services-1.10.2.tar.xz -> 
gstreamer-editing-services-1.10.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-editing-services-1.10.2/ChangeLog 
new/gstreamer-editing-services-1.10.3/ChangeLog
--- old/gstreamer-editing-services-1.10.2/ChangeLog 2016-11-29 
15:00:59.0 +0100
+++ new/gstreamer-editing-services-1.10.3/ChangeLog 2017-01-30 
15:01:24.0 +0100
@@ -1,9 +1,30 @@
+=== release 1.10.3 ===
+
+2017-01-30  Sebastian Dröge 
+
+   * configure.ac:
+ releasing 1.10.3
+
+2016-12-22 08:44:07 -0300  Thibault Saunier 
+
+   * tools/meson.build:
+ meson: Install ges-launch
+
+2016-12-22 10:00:06 -0300  Thibault Saunier 
+
+   * tests/validate/geslaunch.py:
+ validate: Remove space breaking muting ges-launch
+
 === release 1.10.2 ===
 
-2016-11-29  Sebastian Dröge 
+2016-11-29 16:22:37 +0200  Sebastian Dröge 
 
+   * ChangeLog:
+   * NEWS:
+   * RELEASE:
* configure.ac:
- releasing 1.10.2
+   * gst-editing-services.doap:
+ Release 1.10.2
 
 2016-11-20 15:34:46 +0100  Philippe Renon 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-editing-services-1.10.2/Makefile.in 
new/gstreamer-editing-services-1.10.3/Makefile.in
--- old/gstreamer-editing-services-1.10.2/Makefile.in   2016-11-29 
13:26:21.0 +0100
+++ new/gstreamer-editing-services-1.10.3/Makefile.in   2017-01-30 
12:39:30.0 +0100
@@ -227,7 +227,7 @@
$(top_srcdir)/common/cruft.mak $(top_srcdir)/common/po.mak \
$(top_srcdir)/common/release.mak AUTHORS COPYING COPYING.LIB \
ChangeLog INSTALL NEWS README compile config.guess config.sub \
-   depcomp install-sh ltmain.sh missing py-compile
+   install-sh ltmain.sh missing py-compile
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = 

commit gstreamer-editing-services for openSUSE:Factory

2016-09-08 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2016-09-08 17:38:47

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is "gstreamer-editing-services"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2016-07-05 09:51:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2016-09-08 17:38:48.0 +0200
@@ -1,0 +2,12 @@
+Wed Aug 24 09:42:18 UTC 2016 - zai...@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".
+
+---

Old:

  gstreamer-editing-services-1.8.2.tar.xz

New:

  gstreamer-editing-services-1.8.3.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.p4WWif/_old  2016-09-08 17:38:49.0 +0200
+++ /var/tmp/diff_new_pack.p4WWif/_new  2016-09-08 17:38:49.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gstreamer-editing-services
-Version:1.8.2
+Version:1.8.3
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0+ and LGPL-2.1+

++ gstreamer-editing-services-1.8.2.tar.xz -> 
gstreamer-editing-services-1.8.3.tar.xz ++
 3016 lines of diff (skipped)




commit gstreamer-editing-services for openSUSE:Factory

2016-07-05 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2016-07-05 09:51:44

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is "gstreamer-editing-services"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2016-06-19 10:49:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2016-07-05 09:51:45.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  1 17:20:47 UTC 2016 - toddrme2...@gmail.com
+
+- Fix Group tag.
+
+---



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.ZM3fJY/_old  2016-07-05 09:51:46.0 +0200
+++ /var/tmp/diff_new_pack.ZM3fJY/_new  2016-07-05 09:51:46.0 +0200
@@ -22,7 +22,7 @@
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0+ and LGPL-2.1+
-Group:  Multimedia
+Group:  Productivity/Multimedia/Other
 Url:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/ges-architecture.html
 Source: 
http://gstreamer.freedesktop.org/src/gstreamer-editing-services/%{name}-%{version}.tar.xz
 BuildRequires:  flex




commit gstreamer-editing-services for openSUSE:Factory

2016-06-19 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2016-06-19 10:49:53

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is "gstreamer-editing-services"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2016-05-03 10:16:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2016-06-19 10:49:54.0 +0200
@@ -1,0 +2,19 @@
+Wed Jun 15 14:33:23 UTC 2016 - zai...@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.
+
+---

Old:

  gstreamer-editing-services-1.8.1.tar.xz

New:

  gstreamer-editing-services-1.8.2.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.XETvXO/_old  2016-06-19 10:49:55.0 +0200
+++ /var/tmp/diff_new_pack.XETvXO/_new  2016-06-19 10:49:55.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gstreamer-editing-services
-Version:1.8.1
+Version:1.8.2
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0+ and LGPL-2.1+

++ gstreamer-editing-services-1.8.1.tar.xz -> 
gstreamer-editing-services-1.8.2.tar.xz ++
 5304 lines of diff (skipped)




commit gstreamer-editing-services for openSUSE:Factory

2016-05-03 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2016-05-03 09:37:30

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is "gstreamer-editing-services"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2016-02-05 00:31:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2016-05-03 10:16:51.0 +0200
@@ -1,0 +2,35 @@
+Thu Apr 21 08:45:35 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.8.1:
+  + titlesource: Add support for absolute positionning.
+
+---
+Sat Mar 26 21:03:12 UTC 2016 - zai...@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.
+
+---

Old:

  gstreamer-editing-services-1.6.2.tar.xz

New:

  gstreamer-editing-services-1.8.1.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.Y9MXQj/_old  2016-05-03 10:16:52.0 +0200
+++ /var/tmp/diff_new_pack.Y9MXQj/_new  2016-05-03 10:16:52.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gstreamer-editing-services
-Version:1.6.2
+Version:1.8.1
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0+ and LGPL-2.1+
@@ -27,12 +27,15 @@
 Source: 
http://gstreamer.freedesktop.org/src/gstreamer-editing-services/%{name}-%{version}.tar.xz
 BuildRequires:  flex
 BuildRequires:  gcc-c++
-BuildRequires:  gobject-introspection-devel >= 0.9.6
 BuildRequires:  pkgconfig(bash-completion) >= 2.0
 BuildRequires:  pkgconfig(gio-2.0) >= 2.16
+BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
+BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.6
+BuildRequires:  pkgconfig(gst-validate-1.0) >= 1.8.0
+BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.8.0
 BuildRequires:  pkgconfig(gstreamer-controller-1.0)
-BuildRequires:  pkgconfig(gstreamer-pbutils-1.0) >= 1.6.2
-BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 1.6.2
+BuildRequires:  pkgconfig(gstreamer-pbutils-1.0) >= 1.8.0
+BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 1.8.0
 BuildRequires:  pkgconfig(gstreamer-video-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 2.91.3
 BuildRequires:  pkgconfig(gtk+-x11-3.0) >= 2.91.3
@@ -122,12 +125,17 @@
 %doc ChangeLog README COPYING
 %{_bindir}/ges-launch-1.0
 %{_datadir}/bash-completion/completions/ges-launch-1.0
+%dir %{_datadir}/gstreamer-1.0/validate-scenario
+%{_datadir}/gstreamer-1.0/validate-scenario/ges-edit-clip-while-paused.scenario
+%{_libdir}/gst-validate-launcher/python/launcher/apps/geslaunch.py
+%dir %{python_sitearch}/gstreamer-editing-services
+%{python_sitearch}/gstreamer-editing-services/GES.*
 
 %files -n libges-1_0-0
 %defattr(-,root,root)
 %doc COPYING
-%{_libdir}/libges-1.0.so.*
 %{_libdir}/gstreamer-1.0/libgstnle.so
+%{_libdir}/libges-1.0.so.*
 
 %files -n typelib-1_0-GES-1_0
 %defattr(-,root,root)

++ gstreamer-editing-services-1.6.2.tar.xz -> 
gstreamer-editing-services-1.8.1.tar.xz ++
 57822 lines of diff (skipped)




commit gstreamer-editing-services for openSUSE:Factory

2016-02-04 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2016-02-05 00:31:19

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is "gstreamer-editing-services"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2016-01-13 22:46:23.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2016-02-05 00:31:21.0 +0100
@@ -1,0 +2,13 @@
+Mon Jan 18 12:35:54 UTC 2016 - zai...@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.
+
+---

Old:

  gstreamer-editing-services-1.6.1.tar.xz

New:

  gstreamer-editing-services-1.6.2.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.JEWyTL/_old  2016-02-05 00:31:22.0 +0100
+++ /var/tmp/diff_new_pack.JEWyTL/_new  2016-02-05 00:31:22.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   gstreamer-editing-services
-Version:1.6.1
+Version:1.6.2
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0+ and LGPL-2.1+
@@ -31,8 +31,8 @@
 BuildRequires:  pkgconfig(bash-completion) >= 2.0
 BuildRequires:  pkgconfig(gio-2.0) >= 2.16
 BuildRequires:  pkgconfig(gstreamer-controller-1.0)
-BuildRequires:  pkgconfig(gstreamer-pbutils-1.0)
-BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 1.6.0
+BuildRequires:  pkgconfig(gstreamer-pbutils-1.0) >= 1.6.2
+BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 1.6.2
 BuildRequires:  pkgconfig(gstreamer-video-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 2.91.3
 BuildRequires:  pkgconfig(gtk+-x11-3.0) >= 2.91.3

++ gstreamer-editing-services-1.6.1.tar.xz -> 
gstreamer-editing-services-1.6.2.tar.xz ++
 3220 lines of diff (skipped)




commit gstreamer-editing-services for openSUSE:Factory

2016-01-13 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2016-01-13 22:46:15

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is "gstreamer-editing-services"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2015-11-24 22:29:01.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2016-01-13 22:46:23.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan 13 09:58:08 UTC 2016 - antoine.belv...@laposte.net
+
+- Move the NLE GStreamer plugin (libgstnle.so) from devel package
+  to libges
+
+---



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.cpLEl4/_old  2016-01-13 22:46:24.0 +0100
+++ /var/tmp/diff_new_pack.cpLEl4/_new  2016-01-13 22:46:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-editing-services
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -127,6 +127,7 @@
 %defattr(-,root,root)
 %doc COPYING
 %{_libdir}/libges-1.0.so.*
+%{_libdir}/gstreamer-1.0/libgstnle.so
 
 %files -n typelib-1_0-GES-1_0
 %defattr(-,root,root)
@@ -137,7 +138,6 @@
 %{_datadir}/gir-1.0/GES-1.0.gir
 %{_includedir}/gstreamer-1.0/ges/
 %{_libdir}/libges-1.0.so
-%{_libdir}/gstreamer-1.0/libgstnle.so
 %{_libdir}/pkgconfig/gst-editing-services-1.0.pc
 
 %changelog




commit gstreamer-editing-services for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2015-11-24 22:28:59

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is "gstreamer-editing-services"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2014-11-04 17:31:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2015-11-24 22:29:01.0 +0100
@@ -1,0 +2,19 @@
+Sun Nov  1 08:18:25 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.6.1:
+  + TRY_GET leaks string pointer.
+  + structure-parser: leaks internal lists.
+  + nleoperation: leaks srcpad.
+  + ges-project: leaks internal file info.
+
+---
+Fri Oct  2 08:50:42 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.6.0:
+  + For changelog, see mainpackage changes, everything is condenced
+there.
+  + nlecomposition allocates unused UpdateCompositionData.
+- Add flex and pkgconfig(bash-completion) BuildRequires: New
+  dependencies.
+
+---

Old:

  gstreamer-editing-services-1.4.0.tar.xz

New:

  gstreamer-editing-services-1.6.1.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.N5Oq4W/_old  2015-11-24 22:29:02.0 +0100
+++ /var/tmp/diff_new_pack.N5Oq4W/_new  2015-11-24 22:29:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-editing-services
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,19 +18,21 @@
 
 
 Name:   gstreamer-editing-services
-Version:1.4.0
+Version:1.6.1
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0+ and LGPL-2.1+
 Group:  Multimedia
 Url:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/ges-architecture.html
-Source: 
http://gstreamer.freedesktop.org/src/%{name}/%{name}-%{version}.tar.xz
+Source: 
http://gstreamer.freedesktop.org/src/gstreamer-editing-services/%{name}-%{version}.tar.xz
+BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  gobject-introspection-devel >= 0.9.6
+BuildRequires:  pkgconfig(bash-completion) >= 2.0
 BuildRequires:  pkgconfig(gio-2.0) >= 2.16
 BuildRequires:  pkgconfig(gstreamer-controller-1.0)
 BuildRequires:  pkgconfig(gstreamer-pbutils-1.0)
-BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 1.4.0
+BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 1.6.0
 BuildRequires:  pkgconfig(gstreamer-video-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 2.91.3
 BuildRequires:  pkgconfig(gtk+-x11-3.0) >= 2.91.3
@@ -119,6 +121,7 @@
 %defattr(-,root,root)
 %doc ChangeLog README COPYING
 %{_bindir}/ges-launch-1.0
+%{_datadir}/bash-completion/completions/ges-launch-1.0
 
 %files -n libges-1_0-0
 %defattr(-,root,root)
@@ -134,6 +137,7 @@
 %{_datadir}/gir-1.0/GES-1.0.gir
 %{_includedir}/gstreamer-1.0/ges/
 %{_libdir}/libges-1.0.so
+%{_libdir}/gstreamer-1.0/libgstnle.so
 %{_libdir}/pkgconfig/gst-editing-services-1.0.pc
 
 %changelog

++ gstreamer-editing-services-1.4.0.tar.xz -> 
gstreamer-editing-services-1.6.1.tar.xz ++
 53699 lines of diff (skipped)




commit gstreamer-editing-services for openSUSE:Factory

2014-11-04 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2014-11-04 17:30:15

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is gstreamer-editing-services

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2014-07-27 18:47:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2014-11-04 17:31:06.0 +0100
@@ -1,0 +2,14 @@
+Tue Nov  4 10:26:41 UTC 2014 - dims...@opensuse.org
+
+- Update to 1.4.0:
+  + Add support to gst-validate, allowing us to easily write
+integration testsuites.
+  + Add multifilesrc support.
+  + Give a name/unique identifier to all GESTimelineElement in the
+timeline.
+  + ges-launch: Cleanup and allow using encoding profiles from
+project files.
+  + bgo#738624: gst-editing-services fails to build with current
+git gstreamer-validate via Cerbero.
+
+---

Old:

  gstreamer-editing-services-1.2.1.tar.xz

New:

  gstreamer-editing-services-1.4.0.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.QxnA2G/_old  2014-11-04 17:31:08.0 +0100
+++ /var/tmp/diff_new_pack.QxnA2G/_new  2014-11-04 17:31:08.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   gstreamer-editing-services
-Version:1.2.1
+Version:1.4.0
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0+ and LGPL-2.1+
@@ -30,7 +30,7 @@
 BuildRequires:  pkgconfig(gio-2.0) = 2.16
 BuildRequires:  pkgconfig(gstreamer-controller-1.0)
 BuildRequires:  pkgconfig(gstreamer-pbutils-1.0)
-BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
+BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) = 1.4.0
 BuildRequires:  pkgconfig(gstreamer-video-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0) = 2.91.3
 BuildRequires:  pkgconfig(gtk+-x11-3.0) = 2.91.3

++ gstreamer-editing-services-1.2.1.tar.xz - 
gstreamer-editing-services-1.4.0.tar.xz ++
 48094 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-editing-services for openSUSE:Factory

2014-07-27 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2014-07-27 18:47:32

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is gstreamer-editing-services

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2014-04-14 20:25:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2014-07-27 18:47:57.0 +0200
@@ -1,0 +2,12 @@
+Fri Jul 25 21:21:06 UTC 2014 - dims...@opensuse.org
+
+- Upate to version 1.2.1:
+  + ges-launch:
+- Properly handle project loading.
+- Format the position printing as in gst-validate and friends.
+- Not being able to load an asset is an error.
+  + pipeline: Do not set EncodingProfile.presence when we have no
+track for the type.
+  + Build fixes.
+
+---

Old:

  gstreamer-editing-services-1.2.0.tar.xz

New:

  gstreamer-editing-services-1.2.1.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.ZmVPTH/_old  2014-07-27 18:47:58.0 +0200
+++ /var/tmp/diff_new_pack.ZmVPTH/_new  2014-07-27 18:47:58.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gstreamer-editing-services
-Version:1.2.0
+Version:1.2.1
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0+ and LGPL-2.1+

++ gstreamer-editing-services-1.2.0.tar.xz - 
gstreamer-editing-services-1.2.1.tar.xz ++
 2080 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-editing-services for openSUSE:Factory

2014-04-14 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2014-04-14 20:25:16

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is gstreamer-editing-services

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2014-03-18 15:12:28.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2014-04-14 20:25:17.0 +0200
@@ -1,0 +2,13 @@
+Sat Apr 12 18:01:36 UTC 2014 - zai...@opensuse.org
+
+- Update to version 1.2.0:
+  + Bugs fixed: bgo#673040, bgo#651806, bgo#432662, bgo#644943,
+bgo#645385, bgo#646293, bgo#669827, bgo#669959, bgo#672751,
+bgo#673038, bgo#673714, bgo#677048, bgo#679941, bgo#681774,
+bgo#692864, bgo#695267, bgo#696226, bgo#701115, bgo#702424,
+bgo#702426, bgo#702605, bgo#703152, bgo#706855, bgo#707914,
+bgo#709777, bgo#710168, bgo#710172, bgo#710390, bgo#72,
+bgo#724337, bgo#726365, bgo#678558, bgo#663869.
+- Drop ges-extra-semicolon.patch: Fixed upstream.
+
+---

Old:

  ges-extra-semicolon.patch
  gstreamer-editing-services-1.1.90.tar.xz

New:

  gstreamer-editing-services-1.2.0.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.wKI2wQ/_old  2014-04-14 20:25:18.0 +0200
+++ /var/tmp/diff_new_pack.wKI2wQ/_new  2014-04-14 20:25:18.0 +0200
@@ -18,15 +18,13 @@
 
 
 Name:   gstreamer-editing-services
-Version:1.1.90
+Version:1.2.0
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0+ and LGPL-2.1+
 Group:  Multimedia
 Url:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/ges-architecture.html
 Source: 
http://gstreamer.freedesktop.org/src/%{name}/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM 
http://cgit.freedesktop.org/gstreamer/gst-editing-services/commit/?id=4dbdac99ed956ec070cd1e940db2ad0c344218ca
-Patch0: ges-extra-semicolon.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gobject-introspection-devel = 0.9.6
 BuildRequires:  pkgconfig(gio-2.0) = 2.16
@@ -103,7 +101,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \

++ gstreamer-editing-services-1.1.90.tar.xz - 
gstreamer-editing-services-1.2.0.tar.xz ++
 10950 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-editing-services for openSUSE:Factory

2014-03-18 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2014-03-18 15:12:27

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is gstreamer-editing-services

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2014-02-02 22:19:28.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2014-03-18 15:12:28.0 +0100
@@ -1,0 +2,5 @@
+Sat Mar 15 13:02:20 UTC 2014 - sch...@suse.de
+
+- ges-extra-semicolon.patch: remove extra semicolon
+
+---

New:

  ges-extra-semicolon.patch



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.k9viCG/_old  2014-03-18 15:12:28.0 +0100
+++ /var/tmp/diff_new_pack.k9viCG/_new  2014-03-18 15:12:28.0 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package gstreamer-editing-services
 #
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,14 +16,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gstreamer-editing-services
 Version:1.1.90
 Release:0
-License:GPL-3.0+ and LGPL-2.1+
 Summary:GStreamer Editing Services
-Url:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/ges-architecture.html
+License:GPL-3.0+ and LGPL-2.1+
 Group:  Multimedia
+Url:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/ges-architecture.html
 Source: 
http://gstreamer.freedesktop.org/src/%{name}/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM 
http://cgit.freedesktop.org/gstreamer/gst-editing-services/commit/?id=4dbdac99ed956ec070cd1e940db2ad0c344218ca
+Patch0: ges-extra-semicolon.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gobject-introspection-devel = 0.9.6
 BuildRequires:  pkgconfig(gio-2.0) = 2.16
@@ -48,8 +52,8 @@
 The GStreamer Editing Services (hereafter GES) aims to fill the gap between 
GStreamer/GNonLin and the application developer by offering a series of classes 
to simplify the creation of many kind of editing-related applications.
 
 %package -n libges-1_0-0
-License:LGPL-2.1+
 Summary:GStreamer Editing Services - Libraries
+License:LGPL-2.1+
 Group:  System/Libraries
 
 %description -n libges-1_0-0
@@ -65,6 +69,7 @@
 
 %package -n typelib-1_0-GES-1_0
 Summary:GStreamer Editing Services - Libraries
+License:GPL-3.0+ and LGPL-2.1+
 Group:  System/Libraries
 
 %description -n typelib-1_0-GES-1_0
@@ -80,6 +85,7 @@
 
 %package devel
 Summary:GStreamer Editing Services - Development files
+License:GPL-3.0+ and LGPL-2.1+
 Group:  Development/Languages/C and C++
 Requires:   libges-1_0-0 = %{version}
 Requires:   typelib-1_0-GES-1_0 = %{version}
@@ -97,6 +103,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \

++ ges-extra-semicolon.patch ++
Index: gstreamer-editing-services-1.1.90/ges/ges-smart-adder.c
===
--- gstreamer-editing-services-1.1.90.orig/ges/ges-smart-adder.c
+++ gstreamer-editing-services-1.1.90/ges/ges-smart-adder.c
@@ -44,7 +44,7 @@ static GstStaticPadTemplate sink_templat
 #if G_BYTE_ORDER == G_LITTLE_ENDIAN
 #define DEFAULT_CAPS audio/x-raw,format=(string)S32LE;
 #else
-#define DEFAULT_CAPS audio/x-raw,format=(string)S32BE;;
+#define DEFAULT_CAPS audio/x-raw,format=(string)S32BE;
 #endif
 
 typedef struct _PadInfos
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org