commit gstreamer-plugins-libav for openSUSE:Factory

2020-11-09 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-libav for 
openSUSE:Factory checked in at 2020-11-09 13:56:49

Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-libav (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new.11331 (New)


Package is "gstreamer-plugins-libav"

Mon Nov  9 13:56:49 2020 rev:21 rq:846454 version:1.18.1

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
  2020-10-27 18:58:16.502713996 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new.11331/gstreamer-plugins-libav.changes
   2020-11-09 13:58:17.935847967 +0100
@@ -1,0 +2,14 @@
+Wed Oct 28 10:30:41 UTC 2020 - Antonio Larrosa 
+
+- Update to 1.18.1:
+  + Highlighted bugfixes in 1.18.1
+- important security fixes
+- bug fixes and memory leak fixes
+- various stability and reliability improvements
+  + gst-libav changes:
+- avaudenc/avvidenc: Reopen encoding session if it's required
+- avauddec/audenc/videnc: Don't return GST_FLOW_EOS when draining
+- avauddec/avviddec: Avoid dropping non-OK flow return
+- avcodecmap: Enable 24 bit WMA Lossless decoding
+
+---

Old:

  gst-libav-1.18.0.tar.xz

New:

  gst-libav-1.18.1.tar.xz



Other differences:
--
++ gstreamer-plugins-libav.spec ++
--- /var/tmp/diff_new_pack.6XwYbO/_old  2020-11-09 13:58:18.695846310 +0100
+++ /var/tmp/diff_new_pack.6XwYbO/_new  2020-11-09 13:58:18.699846301 +0100
@@ -18,7 +18,7 @@
 
 %define gst_branch 1.0
 Name:   gstreamer-plugins-libav
-Version:1.18.0
+Version:1.18.1
 Release:0
 Summary:A ffmpeg/libav plugin for GStreamer
 License:GPL-2.0-or-later

++ gst-libav-1.18.0.tar.xz -> gst-libav-1.18.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-libav-1.18.0/ChangeLog 
new/gst-libav-1.18.1/ChangeLog
--- old/gst-libav-1.18.0/ChangeLog  2020-09-08 01:08:13.142985000 +0200
+++ new/gst-libav-1.18.1/ChangeLog  2020-10-26 12:15:11.964274000 +0100
@@ -1,7 +1,110 @@
+=== release 1.18.1 ===
+
+2020-10-26 11:15:11 +  Tim-Philipp Müller 
+
+   * ChangeLog:
+   * NEWS:
+   * RELEASE:
+   * gst-libav.doap:
+   * meson.build:
+ Release 1.18.1
+
+2020-10-06 03:47:42 +0900  Seungha Yang 
+
+   * ext/libav/gstavaudenc.c:
+   * ext/libav/gstavaudenc.h:
+   * ext/libav/gstavutils.h:
+   * ext/libav/gstavvidenc.c:
+   * ext/libav/gstavvidenc.h:
+ avaudenc/avvidenc: Reopen encoding session if it's required
+ Since the commit 
https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/22b25b3ea5c,
+ ffmpeg will not clear draning flag for encoder by 
avcodec_flush_buffers() API
+ by default. Allowed case is only if encoder has 
AV_CODEC_CAP_ENCODER_FLUSH
+ capability flag. If it's not supported, we should re-open encoding
+ session, otherwise ffmpeg encoder will keep returning AVERROR_EOF
+ Part-of: 

+
+2020-10-01 11:18:58 +0300  Sebastian Dröge 
+
+   * ext/libav/gstavvidenc.c:
+ avvidenc: Call avcodec_flush_buffers() after draining to allow 
accepting new input again
+ This is already done in all other codec elements.
+ Part-of: 

+
+2020-09-30 16:13:28 +0300  Sebastian Dröge 
+
+   * ext/libav/gstavauddec.c:
+   * ext/libav/gstavaudenc.c:
+   * ext/libav/gstavviddec.c:
+   * ext/libav/gstavvidenc.c:
+ avauddec/audenc/videnc: Don't return GST_FLOW_EOS when draining
+ Same behaviour as for avviddec now. FFmpeg will return AVERROR_EOF 
when it's
+ completely drained but we should not return that here or otherwise
+ upstream will receive EOS and not forward us more data.
+ Part-of: 

+
+2020-09-16 03:13:09 +0900  Seungha Yang 
+
+   * ext/libav/gstavviddec.c:
+ avviddec: Don't return GST_FLOW_EOS from drain()/finish()
+ AVERROR_EOF means that it's fully drained, but it doesn't
+ mean that that end of stream.
+ Part-of: 

+
+2020-09-15 02:12:23 +0900  Seungha Yang 
+
+   * ext/libav/gstavauddec.c:
+ avauddec: Ensure finish_subframe() and finish_frame() are paired
+ audiodecoder baseclass implementation is expecting that
+ finish_subframe() is followed by finish_frame() in order 

commit gstreamer-plugins-libav for openSUSE:Factory

2020-10-27 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-libav for 
openSUSE:Factory checked in at 2020-10-27 18:58:09

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


Package is "gstreamer-plugins-libav"

Tue Oct 27 18:58:09 2020 rev:20 rq:839188 version:1.18.0

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
  2019-12-12 23:17:25.218217483 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new.3463/gstreamer-plugins-libav.changes
2020-10-27 18:58:16.502713996 +0100
@@ -1,0 +2,55 @@
+Fri Sep 18 08:13:58 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
+- Add patch to bring back the support to build the project with
+  a GPL license, which was removed when configure was replaced by
+  meson:
+  * add-gpl-option.patch
+
+---

Old:

  gst-libav-1.16.2.tar.xz

New:

  add-gpl-option.patch
  gst-libav-1.18.0.tar.xz



Other differences:
--
++ gstreamer-plugins-libav.spec ++
--- /var/tmp/diff_new_pack.bRuMQX/_old  2020-10-27 18:58:17.110714437 +0100
+++ /var/tmp/diff_new_pack.bRuMQX/_new  2020-10-27 18:58:17.110714437 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-libav
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,18 @@
 
 %define gst_branch 1.0
 Name:   gstreamer-plugins-libav
-Version:1.16.2
+Version:1.18.0
 Release:0
 Summary:A ffmpeg/libav plugin for GStreamer
 License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Other
-URL:http://gstreamer.freedesktop.org/
+URL:https://gstreamer.freedesktop.org/
 Source: 
https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-%{version}.tar.xz
 Source1000: baselibs.conf
-
+Patch0: add-gpl-option.patch
+BuildRequires:  gcc-c++
+BuildRequires:  hotdoc
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  yasm
 BuildRequires:  pkgconfig(bzip2)
@@ -79,19 +82,19 @@
 
 %prep
 %setup -q -n 

commit gstreamer-plugins-libav for openSUSE:Factory

2019-12-12 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-libav for 
openSUSE:Factory checked in at 2019-12-12 23:17:12

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


Package is "gstreamer-plugins-libav"

Thu Dec 12 23:17:12 2019 rev:19 rq:754357 version:1.16.2

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
  2019-12-02 11:35:53.338429718 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new.4691/gstreamer-plugins-libav.changes
2019-12-12 23:17:25.218217483 +0100
@@ -1,0 +2,14 @@
+Wed Dec  4 13:00:24 UTC 2019 - Bjørn Lie 
+
+- Update to version 1.16.2:
+  + avvidenc: Fix error propagation
+  + avdemux: Fix segmentation fault if long_name is NULL
+  + avviddec:
+- Fix huge leak caused by circular reference
+- Enforce allocate new AVFrame per input frame
+  + avdec_mpeg2video (and probably more): Fix huge memory leak.
+- Drop patches fixed upstream:
+  + gst-libav-fix-mem-leak.patch
+  + gst-libav-fix-segfault.patch
+
+---

Old:

  gst-libav-1.16.1.tar.xz
  gst-libav-fix-mem-leak.patch
  gst-libav-fix-segfault.patch

New:

  gst-libav-1.16.2.tar.xz



Other differences:
--
++ gstreamer-plugins-libav.spec ++
--- /var/tmp/diff_new_pack.d5Jv7r/_old  2019-12-12 23:17:27.182217306 +0100
+++ /var/tmp/diff_new_pack.d5Jv7r/_new  2019-12-12 23:17:27.182217306 +0100
@@ -18,7 +18,7 @@
 
 %define gst_branch 1.0
 Name:   gstreamer-plugins-libav
-Version:1.16.1
+Version:1.16.2
 Release:0
 Summary:A ffmpeg/libav plugin for GStreamer
 License:GPL-2.0-or-later
@@ -26,10 +26,6 @@
 URL:http://gstreamer.freedesktop.org/
 Source: 
https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-%{version}.tar.xz
 Source1000: baselibs.conf
-# PATCH-FIX-UPSTREAM gst-libav-fix-mem-leak.patch -- Fix mem leak
-Patch0: gst-libav-fix-mem-leak.patch
-# PATCH-FIX-UPSTREAM gst-libav-fix-segfault.patch -- Fix segfault
-Patch1: gst-libav-fix-segfault.patch
 
 BuildRequires:  pkgconfig
 BuildRequires:  yasm
@@ -85,8 +81,6 @@
 %setup -q -n gst-libav-%{version}
 # Ensure we cannot use the embedded libav
 rm -rf gst-libs/ext/libav
-%patch0 -p1
-%patch1 -p1
 
 %build
 # TODO: switch to meson, but need to allow a GPL build first

++ gst-libav-1.16.1.tar.xz -> gst-libav-1.16.2.tar.xz ++
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gst-libav-1.16.1.tar.xz 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new.4691/gst-libav-1.16.2.tar.xz
 differ: char 47, line 1




commit gstreamer-plugins-libav for openSUSE:Factory

2019-12-02 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-libav for 
openSUSE:Factory checked in at 2019-12-02 11:31:22

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


Package is "gstreamer-plugins-libav"

Mon Dec  2 11:31:22 2019 rev:18 rq:752553 version:1.16.1

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
  2019-10-11 15:13:35.944716855 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new.4691/gstreamer-plugins-libav.changes
2019-12-02 11:35:53.338429718 +0100
@@ -1,0 +2,6 @@
+Thu Nov 28 22:15:36 UTC 2019 - Bjørn Lie 
+
+- Add gst-libav-fix-mem-leak.patch: Fix memory leak.
+- Add gst-libav-fix-segfault.patch: Fix segmentation fault.
+
+---

New:

  gst-libav-fix-mem-leak.patch
  gst-libav-fix-segfault.patch



Other differences:
--
++ gstreamer-plugins-libav.spec ++
--- /var/tmp/diff_new_pack.TtpIjl/_old  2019-12-02 11:35:55.842430244 +0100
+++ /var/tmp/diff_new_pack.TtpIjl/_new  2019-12-02 11:35:55.874430252 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-libav
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,10 @@
 URL:http://gstreamer.freedesktop.org/
 Source: 
https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-%{version}.tar.xz
 Source1000: baselibs.conf
+# PATCH-FIX-UPSTREAM gst-libav-fix-mem-leak.patch -- Fix mem leak
+Patch0: gst-libav-fix-mem-leak.patch
+# PATCH-FIX-UPSTREAM gst-libav-fix-segfault.patch -- Fix segfault
+Patch1: gst-libav-fix-segfault.patch
 
 BuildRequires:  pkgconfig
 BuildRequires:  yasm
@@ -81,6 +85,8 @@
 %setup -q -n gst-libav-%{version}
 # Ensure we cannot use the embedded libav
 rm -rf gst-libs/ext/libav
+%patch0 -p1
+%patch1 -p1
 
 %build
 # TODO: switch to meson, but need to allow a GPL build first

++ gst-libav-fix-mem-leak.patch ++
>From 2e8296620bc22f97c34f876ab62902e7c3d89601 Mon Sep 17 00:00:00 2001
From: Seungha Yang 
Date: Thu, 24 Oct 2019 00:25:28 +0900
Subject: [PATCH] avviddec: Enforce allocate new AVFrame per input frame

... if ffmpeg would reuse the allocated AVBuffer. Reused AVFrame by
the ffmpeg seems to break our decoding flow since the reused AVFrame
holds the initial opaque data (GstVideoCodecFrame in this case), so
we couldn't trace the our in/out frames.
To enforce get_buffer() call per output frame, hold another reference
to the AVBuffer in order to mark the AVBuffer as not writable.

Fixes: https://gitlab.freedesktop.org/gstreamer/gst-libav/issues/62
---
 ext/libav/gstavviddec.c | 16 
 1 file changed, 16 insertions(+)

diff --git a/ext/libav/gstavviddec.c b/ext/libav/gstavviddec.c
index 374bd9e..58979d8 100644
--- a/ext/libav/gstavviddec.c
+++ b/ext/libav/gstavviddec.c
@@ -730,6 +730,12 @@ gst_ffmpegviddec_can_direct_render (GstFFMpegVidDec * 
ffmpegdec)
   AV_CODEC_CAP_DR1);
 }
 
+static void
+gst_ffmpegviddec_avbuffer_unref (AVBufferRef * avbuffer)
+{
+  av_buffer_unref ();
+}
+
 /* called when ffmpeg wants us to allocate a buffer to write the decoded frame
  * into. We try to give it memory from our pool */
 static int
@@ -823,6 +829,16 @@ gst_ffmpegviddec_get_buffer2 (AVCodecContext * context, 
AVFrame * picture,
   }
 
   picture->buf[0] = av_buffer_create (NULL, 0, dummy_free_buffer, dframe, 0);
+  if ((flags & AV_GET_BUFFER_FLAG_REF) == AV_GET_BUFFER_FLAG_REF) {
+/* decoder might reuse this AVFrame and it would result to no more
+ * get_buffer() call if the AVFrame's AVBuffer is writable
+ * (meaning that the refcount of AVBuffer == 1).
+ * To enforce get_buffer() for the every output frame, hold another ref 
here
+ */
+gst_video_codec_frame_set_user_data (frame,
+av_buffer_ref (picture->buf[0]),
+(GDestroyNotify) gst_ffmpegviddec_avbuffer_unref);
+  }
 
   GST_LOG_OBJECT (ffmpegdec, "returned frame %p", dframe->buffer);
 
-- 
2.22.0


>From 20d73cbfeb51d9d9349a35156a15018fb7770d8e Mon Sep 17 00:00:00 2001
From: Seungha Yang 
Date: Tue, 29 Oct 2019 11:43:05 +0900
Subject: [PATCH] avviddec: Fix huge leak caused by circular reference

AVBufferRef -> GstFFMpegVideoDecVideoFrame -> GstVideoCodecFrame -> AVBufferRef

Instead of holding additional ref there, set read-only which would not be
reused by ff_reget_buffer()

Fixes: https://gitlab.freedesktop.org/gstreamer/gst-libav/issues/63
---
 

commit gstreamer-plugins-libav for openSUSE:Factory

2019-10-11 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-libav for 
openSUSE:Factory checked in at 2019-10-11 15:13:24

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


Package is "gstreamer-plugins-libav"

Fri Oct 11 15:13:24 2019 rev:17 rq:733425 version:1.16.1

Changes:

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

Old:

  gst-libav-1.16.0.tar.xz

New:

  gst-libav-1.16.1.tar.xz



Other differences:
--
++ gstreamer-plugins-libav.spec ++
--- /var/tmp/diff_new_pack.BNN6Jf/_old  2019-10-11 15:13:37.980711258 +0200
+++ /var/tmp/diff_new_pack.BNN6Jf/_new  2019-10-11 15:13:37.984711247 +0200
@@ -18,7 +18,7 @@
 
 %define gst_branch 1.0
 Name:   gstreamer-plugins-libav
-Version:1.16.0
+Version:1.16.1
 Release:0
 Summary:A ffmpeg/libav plugin for GStreamer
 License:GPL-2.0-or-later
@@ -26,6 +26,7 @@
 URL:http://gstreamer.freedesktop.org/
 Source: 
https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-%{version}.tar.xz
 Source1000: baselibs.conf
+
 BuildRequires:  pkgconfig
 BuildRequires:  yasm
 BuildRequires:  pkgconfig(bzip2)

++ gst-libav-1.16.0.tar.xz -> gst-libav-1.16.1.tar.xz ++
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gst-libav-1.16.0.tar.xz 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new.2352/gst-libav-1.16.1.tar.xz
 differ: char 26, line 1




commit gstreamer-plugins-libav for openSUSE:Factory

2019-06-30 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-libav for 
openSUSE:Factory checked in at 2019-06-30 14:40:39

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


Package is "gstreamer-plugins-libav"

Sun Jun 30 14:40:39 2019 rev:16 rq:711864 version:1.16.0

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
  2019-06-14 20:24:45.846793833 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new.4615/gstreamer-plugins-libav.changes
2019-06-30 14:40:41.083913745 +0200
@@ -1,0 +2,46 @@
+Sun Jun 16 21:44:07 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
+- Drop gst-libav-port-ffmpeg4.patch: fixed upstream.
+- Require libavcodec 58, per configure.ac.
+
+---

Old:

  gst-libav-1.14.5.tar.xz
  gst-libav-port-ffmpeg4.patch

New:

  gst-libav-1.16.0.tar.xz



Other differences:
--
++ gstreamer-plugins-libav.spec ++
--- /var/tmp/diff_new_pack.vmaqgr/_old  2019-06-30 14:40:42.071915422 +0200
+++ /var/tmp/diff_new_pack.vmaqgr/_new  2019-06-30 14:40:42.075915428 +0200
@@ -18,7 +18,7 @@
 
 %define gst_branch 1.0
 Name:   gstreamer-plugins-libav
-Version:1.14.5
+Version:1.16.0
 Release:0
 Summary:A ffmpeg/libav plugin for GStreamer
 License:GPL-2.0-or-later
@@ -26,8 +26,6 @@
 URL:http://gstreamer.freedesktop.org/
 Source: 
https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-%{version}.tar.xz
 Source1000: baselibs.conf
-# PATCH-FIX-UPSTREAM gst-libav-port-ffmpeg4.patch bgo#792900 -- Port to ffmpeg 
4.0
-Patch0: gst-libav-port-ffmpeg4.patch
 BuildRequires:  pkgconfig
 BuildRequires:  yasm
 BuildRequires:  pkgconfig(bzip2)
@@ -36,7 +34,7 @@
 BuildRequires:  pkgconfig(gstreamer-base-1.0) >= %{version}
 BuildRequires:  pkgconfig(gstreamer-check-1.0) >= %{version}
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
-BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavcodec) >= 58
 BuildRequires:  pkgconfig(libavfilter)
 BuildRequires:  pkgconfig(libavformat)
 BuildRequires:  pkgconfig(libavutil)
@@ -80,11 +78,11 @@
 
 %prep
 %setup -q -n gst-libav-%{version}
-%patch0 -p1
 # Ensure we cannot use the embedded libav
 rm -rf gst-libs/ext/libav
 
 %build
+# TODO: switch to meson, but need to allow a GPL build first
 %configure \
--with-system-libav \
--enable-gpl \

++ gst-libav-1.14.5.tar.xz -> 

commit gstreamer-plugins-libav for openSUSE:Factory

2019-06-14 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-libav for 
openSUSE:Factory checked in at 2019-06-14 20:24:43

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


Package is "gstreamer-plugins-libav"

Fri Jun 14 20:24:43 2019 rev:15 rq:707918 version:1.14.5

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
  2018-10-12 13:10:27.511319848 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new.4811/gstreamer-plugins-libav.changes
2019-06-14 20:24:45.846793833 +0200
@@ -1,0 +2,7 @@
+Fri May 31 22:25:25 UTC 2019 - Bjørn Lie 
+
+- Update to version 1.14.5:
+  + libav: Update internal snapshot to ffmpeg n3.4.6.
+  + avdemux: fix negative pts if start_time is bigger than the ts.
+
+---

Old:

  gst-libav-1.14.4.tar.xz

New:

  gst-libav-1.14.5.tar.xz



Other differences:
--
++ gstreamer-plugins-libav.spec ++
--- /var/tmp/diff_new_pack.yjlsf3/_old  2019-06-14 20:24:46.578793596 +0200
+++ /var/tmp/diff_new_pack.yjlsf3/_new  2019-06-14 20:24:46.586793593 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-libav
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define gst_branch 1.0
 Name:   gstreamer-plugins-libav
-Version:1.14.4
+Version:1.14.5
 Release:0
 Summary:A ffmpeg/libav plugin for GStreamer
 License:GPL-2.0-or-later

++ gst-libav-1.14.4.tar.xz -> gst-libav-1.14.5.tar.xz ++
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gst-libav-1.14.4.tar.xz 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new.4811/gst-libav-1.14.5.tar.xz
 differ: char 27, line 1




commit gstreamer-plugins-libav for openSUSE:Factory

2018-10-12 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-libav for 
openSUSE:Factory checked in at 2018-10-12 13:10:22

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


Package is "gstreamer-plugins-libav"

Fri Oct 12 13:10:22 2018 rev:14 rq:639890 version:1.14.4

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
  2018-07-31 15:57:38.779368144 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new/gstreamer-plugins-libav.changes
 2018-10-12 13:10:27.511319848 +0200
@@ -1,0 +2,12 @@
+Wed Oct  3 15:48:37 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.14.4:
+  + Bugfix release, please see .changes in gstreamer main package.
+
+---
+Wed Sep 26 20:29:54 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.14.3:
+  + Bugfix release, please see .changes in gstreamer main package.
+
+---

Old:

  gst-libav-1.14.2.tar.xz

New:

  gst-libav-1.14.4.tar.xz



Other differences:
--
++ gstreamer-plugins-libav.spec ++
--- /var/tmp/diff_new_pack.z3W2aU/_old  2018-10-12 13:10:28.003319148 +0200
+++ /var/tmp/diff_new_pack.z3W2aU/_new  2018-10-12 13:10:28.007319142 +0200
@@ -12,13 +12,13 @@
 # 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/
 #
 
 
 %define gst_branch 1.0
 Name:   gstreamer-plugins-libav
-Version:1.14.2
+Version:1.14.4
 Release:0
 Summary:A ffmpeg/libav plugin for GStreamer
 License:GPL-2.0-or-later

++ gst-libav-1.14.2.tar.xz -> gst-libav-1.14.4.tar.xz ++
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gst-libav-1.14.2.tar.xz 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new/gst-libav-1.14.4.tar.xz 
differ: char 26, line 1




commit gstreamer-plugins-libav for openSUSE:Factory

2018-07-31 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-libav for 
openSUSE:Factory checked in at 2018-07-31 15:57:32

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


Package is "gstreamer-plugins-libav"

Tue Jul 31 15:57:32 2018 rev:13 rq:624983 version:1.14.2

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
  2018-05-30 12:28:38.435455871 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new/gstreamer-plugins-libav.changes
 2018-07-31 15:57:38.779368144 +0200
@@ -1,0 +2,9 @@
+Mon Jul 23 17:04:42 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.14.2:
+  + Update docs.
+  + libav: Fix symbol redefine build error.
+  + avdemux: fix memory leaks.
+- Rebase gst-libav-port-ffmpeg4.patch with quilt.
+
+---

Old:

  gst-libav-1.14.1.tar.xz

New:

  gst-libav-1.14.2.tar.xz



Other differences:
--
++ gstreamer-plugins-libav.spec ++
--- /var/tmp/diff_new_pack.WrweTs/_old  2018-07-31 15:57:39.223368896 +0200
+++ /var/tmp/diff_new_pack.WrweTs/_new  2018-07-31 15:57:39.227368902 +0200
@@ -18,7 +18,7 @@
 
 %define gst_branch 1.0
 Name:   gstreamer-plugins-libav
-Version:1.14.1
+Version:1.14.2
 Release:0
 Summary:A ffmpeg/libav plugin for GStreamer
 License:GPL-2.0-or-later

++ gst-libav-1.14.1.tar.xz -> gst-libav-1.14.2.tar.xz ++
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gst-libav-1.14.1.tar.xz 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new/gst-libav-1.14.2.tar.xz 
differ: char 26, line 1

++ gst-libav-port-ffmpeg4.patch ++
--- /var/tmp/diff_new_pack.WrweTs/_old  2018-07-31 15:57:39.267368970 +0200
+++ /var/tmp/diff_new_pack.WrweTs/_new  2018-07-31 15:57:39.271368977 +0200
@@ -15,10 +15,10 @@
  ext/libav/gstavvidenc.c   | 40 ++--
  9 files changed, 108 insertions(+), 90 deletions(-)
 
-Index: gst-libav-1.12.5/ext/libav/gstav.c
+Index: gst-libav-1.14.2/ext/libav/gstav.c
 ===
 gst-libav-1.12.5.orig/ext/libav/gstav.c2018-05-08 21:50:48.135000703 
+0200
-+++ gst-libav-1.12.5/ext/libav/gstav.c 2018-05-08 21:50:52.195181915 +0200
+--- gst-libav-1.14.2.orig/ext/libav/gstav.c2018-07-19 13:27:13.0 
+0200
 gst-libav-1.14.2/ext/libav/gstav.c 2018-07-23 19:08:21.469670377 +0200
 @@ -30,7 +30,7 @@
  
  #include 
@@ -28,7 +28,7 @@
  
  #include "gstav.h"
  #include "gstavutils.h"
-@@ -158,7 +158,7 @@ plugin_init (GstPlugin * plugin)
+@@ -156,7 +156,7 @@ plugin_init (GstPlugin * plugin)
gst_ffmpeg_init_pix_fmt_info ();
  
av_register_all ();
@@ -37,11 +37,11 @@
  
gst_ffmpegaudenc_register (plugin);
gst_ffmpegvidenc_register (plugin);
-Index: gst-libav-1.12.5/ext/libav/gstavauddec.c
+Index: gst-libav-1.14.2/ext/libav/gstavauddec.c
 ===
 gst-libav-1.12.5.orig/ext/libav/gstavauddec.c  2018-05-08 
21:50:48.135000703 +0200
-+++ gst-libav-1.12.5/ext/libav/gstavauddec.c   2018-05-08 21:50:52.195181915 
+0200
-@@ -283,7 +283,7 @@ gst_ffmpegauddec_propose_allocation (Gst
+--- gst-libav-1.14.2.orig/ext/libav/gstavauddec.c  2018-07-19 
13:29:22.0 +0200
 gst-libav-1.14.2/ext/libav/gstavauddec.c   2018-07-23 19:08:21.469670377 
+0200
+@@ -287,7 +287,7 @@ gst_ffmpegauddec_propose_allocation (Gst
gst_allocation_params_init ();
params.flags = GST_MEMORY_FLAG_ZERO_PADDED;
params.align = 15;
@@ -50,7 +50,7 @@
/* we would like to have some padding so that we don't have to
 * memcpy. We don't suggest an allocator. */
gst_query_add_allocation_param (query, NULL, );
-@@ -665,7 +665,7 @@ gst_ffmpegauddec_drain (GstFFMpegAudDec
+@@ -669,7 +669,7 @@ gst_ffmpegauddec_drain (GstFFMpegAudDec
  
oclass = (GstFFMpegAudDecClass *) (G_OBJECT_GET_CLASS (ffmpegdec));
  
@@ -59,7 +59,7 @@
  gint have_data, len;
  
  GST_LOG_OBJECT (ffmpegdec,
-@@ -744,10 +744,10 @@ gst_ffmpegauddec_handle_frame (GstAudioD
+@@ -748,10 +748,10 @@ gst_ffmpegauddec_handle_frame (GstAudioD
bsize = map.size;
  
if (bsize > 0 && (!GST_MEMORY_IS_ZERO_PADDED (map.memory)
@@ -73,8 +73,8 @@
ffmpegdec->padded = g_realloc (ffmpegdec->padded, 
ffmpegdec->padded_size);
GST_LOG_OBJECT (ffmpegdec, "resized padding buffer to %d",
ffmpegdec->padded_size);
-@@ -755,7 +755,7 @@ gst_ffmpegauddec_handle_frame (GstAudioD
- GST_CAT_TRACE_OBJECT (CAT_PERFORMANCE, ffmpegdec,
+@@ -759,7 +759,7 @@ gst_ffmpegauddec_handle_frame 

commit gstreamer-plugins-libav for openSUSE:Factory

2018-05-30 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-libav for 
openSUSE:Factory checked in at 2018-05-30 12:22:25

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


Package is "gstreamer-plugins-libav"

Wed May 30 12:22:25 2018 rev:12 rq:611163 version:1.14.1

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
  2018-05-11 09:16:41.729949099 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new/gstreamer-plugins-libav.changes
 2018-05-30 12:28:38.435455871 +0200
@@ -1,0 +2,78 @@
+Sun May 20 09:46:16 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!
+
+---
@@ -19,0 +98,43 @@
+
+---
+Mon Apr 16 21:51:42 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
+  

commit gstreamer-plugins-libav for openSUSE:Factory

2018-05-11 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-libav for 
openSUSE:Factory checked in at 2018-05-11 09:16:28

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


Package is "gstreamer-plugins-libav"

Fri May 11 09:16:28 2018 rev:11 rq:606030 version:1.12.5

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
  2018-04-26 13:37:50.216507731 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new/gstreamer-plugins-libav.changes
 2018-05-11 09:16:41.729949099 +0200
@@ -1,0 +2,11 @@
+Tue May  8 19:59:08 UTC 2018 - bjorn@gmail.com
+
+- Add gst-libav-port-ffmpeg4.patch: Port to ffmpeg 4.0. No longer
+  use explicit ffmpeg3 versions (bgo#792900).
+
+---
+Fri May  4 14:03:47 UTC 2018 - o...@aepfle.de
+
+- Use ffmpeg3 versions of pkgconfig(libav*)
+
+---

New:

  gst-libav-port-ffmpeg4.patch



Other differences:
--
++ gstreamer-plugins-libav.spec ++
--- /var/tmp/diff_new_pack.IPWOLC/_old  2018-05-11 09:16:42.753912001 +0200
+++ /var/tmp/diff_new_pack.IPWOLC/_new  2018-05-11 09:16:42.757911856 +0200
@@ -26,6 +26,8 @@
 URL:http://gstreamer.freedesktop.org/
 Source: 
https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-%{version}.tar.xz
 Source1000: baselibs.conf
+# PATCH-FIX-UPSTREAM gst-libav-port-ffmpeg4.patch bgo#792900 -- Port to ffmpeg 
4.0
+Patch0: gst-libav-port-ffmpeg4.patch
 BuildRequires:  pkgconfig
 BuildRequires:  yasm
 BuildRequires:  pkgconfig(bzip2)
@@ -34,12 +36,12 @@
 BuildRequires:  pkgconfig(gstreamer-base-1.0) >= %{version}
 BuildRequires:  pkgconfig(gstreamer-check-1.0) >= %{version}
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
-BuildRequires:  pkgconfig(libavcodec) < 58
-BuildRequires:  pkgconfig(libavfilter) < 7
-BuildRequires:  pkgconfig(libavformat) < 58
-BuildRequires:  pkgconfig(libavutil) < 56
+BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavfilter)
+BuildRequires:  pkgconfig(libavformat)
+BuildRequires:  pkgconfig(libavutil)
 BuildRequires:  pkgconfig(liblzma)
-BuildRequires:  pkgconfig(libswscale) < 5
+BuildRequires:  pkgconfig(libswscale)
 BuildRequires:  pkgconfig(orc-0.4) >= 0.4.16
 BuildRequires:  pkgconfig(zlib)
 Requires:   gstreamer >= %{version}
@@ -78,6 +80,7 @@
 
 %prep
 %setup -q -n gst-libav-%{version}
+%patch0 -p1
 # Ensure we cannot use the embedded libav
 rm -rf gst-libs/ext/libav
 

++ gst-libav-port-ffmpeg4.patch ++
 657 lines (skipped)




commit gstreamer-plugins-libav for openSUSE:Factory

2018-04-26 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-libav for 
openSUSE:Factory checked in at 2018-04-26 13:37:39

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


Package is "gstreamer-plugins-libav"

Thu Apr 26 13:37:39 2018 rev:10 rq:599881 version:1.12.5

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
  2018-04-03 12:12:00.215592656 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new/gstreamer-plugins-libav.changes
 2018-04-26 13:37:50.216507731 +0200
@@ -1,0 +2,9 @@
+Sun Apr 22 23:35:03 UTC 2018 - bjorn@gmail.com
+
+- Explicitly version pkgconfig(libavcodec), pkgconfig(libavfilter),
+  pkgconfig(libavformat), pkgconfig(libavutil) and
+  pkgconfig(libswscale) BuildRequires to less than the symbol
+  versions provided by ffmpeg4 branch until upstream catches up.
+  Currently provided by new ffmpeg3 compatability package.
+
+---



Other differences:
--
++ gstreamer-plugins-libav.spec ++
--- /var/tmp/diff_new_pack.6HgLCs/_old  2018-04-26 13:37:51.140473866 +0200
+++ /var/tmp/diff_new_pack.6HgLCs/_new  2018-04-26 13:37:51.140473866 +0200
@@ -34,12 +34,12 @@
 BuildRequires:  pkgconfig(gstreamer-base-1.0) >= %{version}
 BuildRequires:  pkgconfig(gstreamer-check-1.0) >= %{version}
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
-BuildRequires:  pkgconfig(libavcodec) >= 57
-BuildRequires:  pkgconfig(libavfilter)
-BuildRequires:  pkgconfig(libavformat)
-BuildRequires:  pkgconfig(libavutil)
+BuildRequires:  pkgconfig(libavcodec) < 58
+BuildRequires:  pkgconfig(libavfilter) < 7
+BuildRequires:  pkgconfig(libavformat) < 58
+BuildRequires:  pkgconfig(libavutil) < 56
 BuildRequires:  pkgconfig(liblzma)
-BuildRequires:  pkgconfig(libswscale)
+BuildRequires:  pkgconfig(libswscale) < 5
 BuildRequires:  pkgconfig(orc-0.4) >= 0.4.16
 BuildRequires:  pkgconfig(zlib)
 Requires:   gstreamer >= %{version}




commit gstreamer-plugins-libav for openSUSE:Factory

2018-04-03 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-libav for 
openSUSE:Factory checked in at 2018-04-03 12:11:57

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


Package is "gstreamer-plugins-libav"

Tue Apr  3 12:11:57 2018 rev:9 rq:592332 version:1.12.5

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
  2018-03-04 12:50:59.243125504 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new/gstreamer-plugins-libav.changes
 2018-04-03 12:12:00.215592656 +0200
@@ -1,0 +2,6 @@
+Thu Mar 29 13:14:13 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.12.5:
+  + Bugs fixed: bgo#791783, bgo#789379, bgo#788481.
+
+---

Old:

  gst-libav-1.12.4.tar.xz

New:

  gst-libav-1.12.5.tar.xz



Other differences:
--
++ gstreamer-plugins-libav.spec ++
--- /var/tmp/diff_new_pack.I86Lfe/_old  2018-04-03 12:12:01.123559983 +0200
+++ /var/tmp/diff_new_pack.I86Lfe/_new  2018-04-03 12:12:01.131559695 +0200
@@ -18,7 +18,7 @@
 
 %define gst_branch 1.0
 Name:   gstreamer-plugins-libav
-Version:1.12.4
+Version:1.12.5
 Release:0
 Summary:A ffmpeg/libav plugin for GStreamer
 License:GPL-2.0-or-later

++ gst-libav-1.12.4.tar.xz -> gst-libav-1.12.5.tar.xz ++
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gst-libav-1.12.4.tar.xz 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new/gst-libav-1.12.5.tar.xz 
differ: char 26, line 1




commit gstreamer-plugins-libav for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-libav for 
openSUSE:Factory checked in at 2018-03-04 12:50:52

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


Package is "gstreamer-plugins-libav"

Sun Mar  4 12:50:52 2018 rev:8 rq:581660 version:1.12.4

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
  2018-01-30 15:43:01.774453903 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new/gstreamer-plugins-libav.changes
 2018-03-04 12:50:59.243125504 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:31:46 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ gstreamer-plugins-libav.spec ++
--- /var/tmp/diff_new_pack.BQ8cUZ/_old  2018-03-04 12:51:00.223089793 +0100
+++ /var/tmp/diff_new_pack.BQ8cUZ/_new  2018-03-04 12:51:00.227089647 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-libav
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,9 +21,9 @@
 Version:1.12.4
 Release:0
 Summary:A ffmpeg/libav plugin for GStreamer
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Other
-Url:http://gstreamer.freedesktop.org/
+URL:http://gstreamer.freedesktop.org/
 Source: 
https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-%{version}.tar.xz
 Source1000: baselibs.conf
 BuildRequires:  pkgconfig
@@ -46,6 +46,7 @@
 Enhances:   gstreamer
 Supplements:packageand(%{name}:gstreamer)
 %if 0%{?BUILD_ORIG}
+# Depend on the full build of the same libavcodec.so.N we built against
 Requires:   %(rpm --qf "%%{name}" -qf $(readlink -f 
%{_libdir}/libavcodec.so))(unrestricted)
 %endif
 
@@ -89,10 +90,10 @@
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -name '*.la' -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %files
-%doc COPYING
+%license COPYING
 %{_libdir}/gstreamer-%{gst_branch}/libgstlibav.so
 
 %files doc




commit gstreamer-plugins-libav for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-libav for 
openSUSE:Factory checked in at 2018-01-30 15:43:01

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


Package is "gstreamer-plugins-libav"

Tue Jan 30 15:43:01 2018 rev:7 rq:570559 version:1.12.4

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
  2017-12-20 10:40:18.145084662 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new/gstreamer-plugins-libav.changes
 2018-01-30 15:43:01.774453903 +0100
@@ -1,0 +2,7 @@
+Fri Jan 26 17:09:48 UTC 2018 - bjorn@gmail.com
+
+- Add conditional libavcodec.so(unrestricted) Requires, pull in the
+  full codecpack when installing package from third party repos who
+  build libavcodec.
+
+---



Other differences:
--
++ gstreamer-plugins-libav.spec ++
--- /var/tmp/diff_new_pack.V9qAxN/_old  2018-01-30 15:43:02.386425333 +0100
+++ /var/tmp/diff_new_pack.V9qAxN/_new  2018-01-30 15:43:02.386425333 +0100
@@ -45,6 +45,9 @@
 Requires:   gstreamer >= %{version}
 Enhances:   gstreamer
 Supplements:packageand(%{name}:gstreamer)
+%if 0%{?BUILD_ORIG}
+Requires:   %(rpm --qf "%%{name}" -qf $(readlink -f 
%{_libdir}/libavcodec.so))(unrestricted)
+%endif
 
 %description
 GStreamer is a streaming media framework, based on graphs of filters which




commit gstreamer-plugins-libav for openSUSE:Factory

2017-12-20 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-libav for 
openSUSE:Factory checked in at 2017-12-20 10:40:15

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


Package is "gstreamer-plugins-libav"

Wed Dec 20 10:40:15 2017 rev:6 rq:558537 version:1.12.4

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
  2017-12-19 10:52:07.935757963 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new/gstreamer-plugins-libav.changes
 2017-12-20 10:40:18.145084662 +0100
@@ -1,0 +2,6 @@
+Thu Dec 14 00:13:34 UTC 2017 - zai...@opensuse.org
+
+- Drop gst-libav-ffmpeg-3.4-hackfix.patch: Workaround applied
+  upstream in ffmpeg.
+
+---

Old:

  gst-libav-ffmpeg-3.4-hackfix.patch



Other differences:
--
++ gstreamer-plugins-libav.spec ++
--- /var/tmp/diff_new_pack.OPGzf6/_old  2017-12-20 10:40:20.032947830 +0100
+++ /var/tmp/diff_new_pack.OPGzf6/_new  2017-12-20 10:40:20.032947830 +0100
@@ -26,8 +26,6 @@
 Url:http://gstreamer.freedesktop.org/
 Source: 
https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-%{version}.tar.xz
 Source1000: baselibs.conf
-# PATCH-FIX-UPSTREAM gst-libav-ffmpeg-3.4-hackfix.patch bgo#789193 
zai...@opensuse.org -- Workaround api change in ffmpeg 3.4 and newer
-Patch0: gst-libav-ffmpeg-3.4-hackfix.patch
 BuildRequires:  pkgconfig
 BuildRequires:  yasm
 BuildRequires:  pkgconfig(bzip2)
@@ -76,7 +74,6 @@
 
 %prep
 %setup -q -n gst-libav-%{version}
-%patch0 -p1
 # Ensure we cannot use the embedded libav
 rm -rf gst-libs/ext/libav
 




commit gstreamer-plugins-libav for openSUSE:Factory

2017-12-19 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-libav for 
openSUSE:Factory checked in at 2017-12-19 10:52:07

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


Package is "gstreamer-plugins-libav"

Tue Dec 19 10:52:07 2017 rev:5 rq:556043 version:1.12.4

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
  2017-11-12 18:10:23.435239263 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new/gstreamer-plugins-libav.changes
 2017-12-19 10:52:07.935757963 +0100
@@ -1,0 +2,8 @@
+Mon Dec 11 12:53:29 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.12.4:
+  + libav: Update to ffmpeg n3.3.5.
+  + Bugs fixed: bgo#787795.
+- Drop gstreamer-plugins-libav-avdemux-reset.patch: Fixed upstream.
+
+---

Old:

  gst-libav-1.12.3.tar.xz
  gstreamer-plugins-libav-avdemux-reset.patch

New:

  gst-libav-1.12.4.tar.xz



Other differences:
--
++ gstreamer-plugins-libav.spec ++
--- /var/tmp/diff_new_pack.gCC64q/_old  2017-12-19 10:52:08.531729193 +0100
+++ /var/tmp/diff_new_pack.gCC64q/_new  2017-12-19 10:52:08.535729000 +0100
@@ -18,7 +18,7 @@
 
 %define gst_branch 1.0
 Name:   gstreamer-plugins-libav
-Version:1.12.3
+Version:1.12.4
 Release:0
 Summary:A ffmpeg/libav plugin for GStreamer
 License:GPL-2.0+
@@ -28,8 +28,6 @@
 Source1000: baselibs.conf
 # PATCH-FIX-UPSTREAM gst-libav-ffmpeg-3.4-hackfix.patch bgo#789193 
zai...@opensuse.org -- Workaround api change in ffmpeg 3.4 and newer
 Patch0: gst-libav-ffmpeg-3.4-hackfix.patch
-# PATCH-FIX-UPSTREAM gstreamer-plugins-libav-avdemux-reset.patch bgo#787795 
zai...@opensuse.org -- avdemux: reset to 0 negative pts
-Patch1: gstreamer-plugins-libav-avdemux-reset.patch
 BuildRequires:  pkgconfig
 BuildRequires:  yasm
 BuildRequires:  pkgconfig(bzip2)
@@ -79,7 +77,6 @@
 %prep
 %setup -q -n gst-libav-%{version}
 %patch0 -p1
-%patch1 -p1
 # Ensure we cannot use the embedded libav
 rm -rf gst-libs/ext/libav
 

++ gst-libav-1.12.3.tar.xz -> gst-libav-1.12.4.tar.xz ++
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gst-libav-1.12.3.tar.xz 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new/gst-libav-1.12.4.tar.xz 
differ: char 27, line 1




commit gstreamer-plugins-libav for openSUSE:Factory

2017-11-12 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-libav for 
openSUSE:Factory checked in at 2017-11-12 18:10:23

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


Package is "gstreamer-plugins-libav"

Sun Nov 12 18:10:23 2017 rev:4 rq:541039 version:1.12.3

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
  2017-11-11 14:23:38.362331104 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new/gstreamer-plugins-libav.changes
 2017-11-12 18:10:23.435239263 +0100
@@ -1,0 +2,10 @@
+Fri Nov 10 20:35:21 UTC 2017 - zai...@opensuse.org
+
+- Add gstreamer-plugins-libav-avdemux-reset.patch: avdemux: reset
+  to 0 negative pts for us pts are unsigned so reset to 0 negative
+  pts returned from libav. This is better than outputs completly
+  wrong timestamps (bgo#787795).
+- Split out doc sub-package.
+- Cleanup with spec-cleaner.
+
+---

New:

  gstreamer-plugins-libav-avdemux-reset.patch



Other differences:
--
++ gstreamer-plugins-libav.spec ++
--- /var/tmp/diff_new_pack.UYMjRg/_old  2017-11-12 18:10:24.671194301 +0100
+++ /var/tmp/diff_new_pack.UYMjRg/_new  2017-11-12 18:10:24.671194301 +0100
@@ -17,7 +17,6 @@
 
 
 %define gst_branch 1.0
-
 Name:   gstreamer-plugins-libav
 Version:1.12.3
 Release:0
@@ -29,6 +28,9 @@
 Source1000: baselibs.conf
 # PATCH-FIX-UPSTREAM gst-libav-ffmpeg-3.4-hackfix.patch bgo#789193 
zai...@opensuse.org -- Workaround api change in ffmpeg 3.4 and newer
 Patch0: gst-libav-ffmpeg-3.4-hackfix.patch
+# PATCH-FIX-UPSTREAM gstreamer-plugins-libav-avdemux-reset.patch bgo#787795 
zai...@opensuse.org -- avdemux: reset to 0 negative pts
+Patch1: gstreamer-plugins-libav-avdemux-reset.patch
+BuildRequires:  pkgconfig
 BuildRequires:  yasm
 BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(glib-2.0)
@@ -45,9 +47,8 @@
 BuildRequires:  pkgconfig(orc-0.4) >= 0.4.16
 BuildRequires:  pkgconfig(zlib)
 Requires:   gstreamer >= %{version}
-Supplements:packageand(%{name}:gstreamer)
 Enhances:   gstreamer
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Supplements:packageand(%{name}:gstreamer)
 
 %description
 GStreamer is a streaming media framework, based on graphs of filters which
@@ -60,16 +61,33 @@
 This plugin contains the FFmpeg codecs, containing codecs for most popular
 multimedia formats.
 
+%package doc
+Summary:GStreamer Streaming-Media Framework Plug-Ins
+Group:  Development/Libraries/C and C++
+Requires:   %{name} = %{version}
+
+%description doc
+GStreamer is a streaming media framework, based on graphs of filters which
+operate on media data. Applications using this library can do anything
+from real-time sound processing to playing videos, and just about anything
+else media-related. Its plugin-based architecture means that new data
+types or processing capabilities can be added simply by installing new
+plug-ins.
+
+This plugin contains the documentation
+
 %prep
 %setup -q -n gst-libav-%{version}
 %patch0 -p1
+%patch1 -p1
 # Ensure we cannot use the embedded libav
 rm -rf gst-libs/ext/libav
 
 %build
 %configure \
   --with-system-libav \
-  --enable-gpl
+   --enable-gpl \
+   %{nil}
 make %{?_smp_mflags}
 
 %install
@@ -77,9 +95,11 @@
 find %{buildroot}%{_libdir} -name '*.la' -delete -print
 
 %files
-%defattr(0644, root, root, 0755)
-%doc AUTHORS COPYING NEWS README TODO
-%doc %{_datadir}/gtk-doc/html/
+%doc COPYING
 %{_libdir}/gstreamer-%{gst_branch}/libgstlibav.so
 
+%files doc
+%doc AUTHORS NEWS README TODO
+%doc %{_datadir}/gtk-doc/html/
+
 %changelog

++ gstreamer-plugins-libav-avdemux-reset.patch ++
>From e87c20d325eaf9e6813c46654292d68f8b9bc521 Mon Sep 17 00:00:00 2001
From: Nicola Murino 
Date: Sat, 23 Sep 2017 17:14:03 +0200
Subject: avdemux: reset to 0 negative pts

for us pts are unsigned so reset to 0 negative pts returned from libav.
This is better than outputs completly wrong timestamps

https://bugzilla.gnome.org/show_bug.cgi?id=787795

diff --git a/ext/libav/gstavdemux.c b/ext/libav/gstavdemux.c
index c119798..3728705 100644
--- a/ext/libav/gstavdemux.c
+++ b/ext/libav/gstavdemux.c
@@ -1394,6 +1394,7 @@ gst_ffmpegdemux_loop (GstFFMpegDemux * demux)
   gint outsize;
   gboolean rawvideo;
   GstFlowReturn stream_last_flow;
+  gint64 pts;
 
   /* open file if we didn't so already */
   if (!demux->opened)
@@ -1421,7 +1422,21 @@ gst_ffmpegdemux_loop (GstFFMpegDemux * demux)
 
   /* do timestamps, we do this first so that we can know when we
* 

commit gstreamer-plugins-libav for openSUSE:Factory

2017-11-11 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-libav for 
openSUSE:Factory checked in at 2017-11-11 14:21:50

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


Package is "gstreamer-plugins-libav"

Sat Nov 11 14:21:50 2017 rev:3 rq:540485 version:1.12.3

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
  2017-09-26 21:16:32.260553883 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new/gstreamer-plugins-libav.changes
 2017-11-11 14:23:38.362331104 +0100
@@ -1,0 +2,6 @@
+Fri Nov 10 11:47:57 UTC 2017 - zai...@opensuse.org
+
+- Add gst-libav-ffmpeg-3.4-hackfix.patch: Workaround api change in
+  ffmpeg 3.4 and newer (bgo#789193).
+
+---

New:

  gst-libav-ffmpeg-3.4-hackfix.patch



Other differences:
--
++ gstreamer-plugins-libav.spec ++
--- /var/tmp/diff_new_pack.jaH4jK/_old  2017-11-11 14:23:39.166301640 +0100
+++ /var/tmp/diff_new_pack.jaH4jK/_new  2017-11-11 14:23:39.170301493 +0100
@@ -27,6 +27,8 @@
 Url:http://gstreamer.freedesktop.org/
 Source: 
https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-%{version}.tar.xz
 Source1000: baselibs.conf
+# PATCH-FIX-UPSTREAM gst-libav-ffmpeg-3.4-hackfix.patch bgo#789193 
zai...@opensuse.org -- Workaround api change in ffmpeg 3.4 and newer
+Patch0: gst-libav-ffmpeg-3.4-hackfix.patch
 BuildRequires:  yasm
 BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(glib-2.0)
@@ -60,6 +62,7 @@
 
 %prep
 %setup -q -n gst-libav-%{version}
+%patch0 -p1
 # Ensure we cannot use the embedded libav
 rm -rf gst-libs/ext/libav
 

++ gst-libav-ffmpeg-3.4-hackfix.patch ++
--- gst-libav-1.12.3.orig/ext/libav/gstavviddec.c   2017-08-10 
17:56:34.0 +0200
+++ gst-libav-1.12.3.orig/ext/libav/gstavviddec.c   2017-11-04 
21:48:00.784354386 +0100
@@ -1525,8 +1525,20 @@ 
* See https://bugzilla.gnome.org/show_bug.cgi?id=726020
*/
   GST_VIDEO_DECODER_STREAM_UNLOCK (ffmpegdec);
-  len = avcodec_decode_video2 (ffmpegdec->context,
-  ffmpegdec->picture, have_data, );
+  *have_data = 0;
+  if (size > 0) {
+len = avcodec_send_packet(ffmpegdec->context, );
+if (len == AVERROR(EAGAIN)) {
+  len = 0;
+} else {
+  len = size;
+}
+if (len >= 0) {
+  int result = avcodec_receive_frame(ffmpegdec->context, 
ffmpegdec->picture);
+  if (result == 0)
+*have_data = 1;
+}
+  }
   GST_VIDEO_DECODER_STREAM_LOCK (ffmpegdec);
 
   GST_DEBUG_OBJECT (ffmpegdec, "after decode: len %d, have_data %d",



commit gstreamer-plugins-libav for openSUSE:Factory

2017-09-26 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-libav for 
openSUSE:Factory checked in at 2017-09-26 21:15:31

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


Package is "gstreamer-plugins-libav"

Tue Sep 26 21:15:31 2017 rev:2 rq:528135 version:1.12.3

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
  2017-08-28 15:04:14.749733700 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new/gstreamer-plugins-libav.changes
 2017-09-26 21:16:32.260553883 +0200
@@ -1,0 +2,6 @@
+Mon Sep 18 21:49:33 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.12.3:
+  + Bugs fixed: bgo#784735.
+
+---

Old:

  gst-libav-1.12.2.tar.xz

New:

  gst-libav-1.12.3.tar.xz



Other differences:
--
++ gstreamer-plugins-libav.spec ++
--- /var/tmp/diff_new_pack.6dXKpd/_old  2017-09-26 21:16:33.692352586 +0200
+++ /var/tmp/diff_new_pack.6dXKpd/_new  2017-09-26 21:16:33.696352024 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-libav
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define gst_branch 1.0
 
 Name:   gstreamer-plugins-libav
-Version:1.12.2
+Version:1.12.3
 Release:0
-License:GPL-2.0+
 Summary:A ffmpeg/libav plugin for GStreamer
-Url:http://gstreamer.freedesktop.org/
+License:GPL-2.0+
 Group:  Productivity/Multimedia/Other
-Source: 
http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-%{version}.tar.xz
+Url:http://gstreamer.freedesktop.org/
+Source: 
https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-%{version}.tar.xz
 Source1000: baselibs.conf
 BuildRequires:  yasm
 BuildRequires:  pkgconfig(bzip2)

++ gst-libav-1.12.2.tar.xz -> gst-libav-1.12.3.tar.xz ++
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gst-libav-1.12.2.tar.xz 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new/gst-libav-1.12.3.tar.xz 
differ: char 27, line 1