Hello community,

here is the log from the commit of package gstreamer-validate for 
openSUSE:Factory checked in at 2017-02-03 16:27:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-validate (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-validate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-validate"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gstreamer-validate/gstreamer-validate.changes    
2016-12-10 18:28:16.481519356 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-validate.new/gstreamer-validate.changes   
    2017-02-03 17:42:02.439847882 +0100
@@ -1,0 +2,6 @@
+Mon Jan 30 16:42:26 UTC 2017 - [email protected]
+
+- Update to version 1.10.3:
+  + Bugs fixed: bgo#776280.
+
+-------------------------------------------------------------------

Old:
----
  gst-validate-1.10.2.tar.xz

New:
----
  gst-validate-1.10.3.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gstreamer-validate.spec ++++++
--- /var/tmp/diff_new_pack.5PCOKE/_old  2017-02-03 17:42:02.907781650 +0100
+++ /var/tmp/diff_new_pack.5PCOKE/_new  2017-02-03 17:42:02.907781650 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-validate
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define _name   gst-validate
 Name:           gstreamer-validate
-Version:        1.10.2
+Version:        1.10.3
 Release:        0
 Summary:        Validate GStreamer Pipelines
 License:        LGPL-2.1+
@@ -30,10 +30,10 @@
 BuildRequires:  pkgconfig(gee-1.0)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.10.0
-BuildRequires:  pkgconfig(gstreamer-pbutils-1.0) >= 1.10.0
-BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 1.10.0
-BuildRequires:  pkgconfig(gstreamer-video-1.0) >= 1.10.0
+BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.10.3
+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) >= 1.10.3
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ gst-validate-1.10.2.tar.xz -> gst-validate-1.10.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-validate-1.10.2/ChangeLog 
new/gst-validate-1.10.3/ChangeLog
--- old/gst-validate-1.10.2/ChangeLog   2016-11-29 15:05:08.000000000 +0100
+++ new/gst-validate-1.10.3/ChangeLog   2017-01-30 15:07:21.000000000 +0100
@@ -1,9 +1,55 @@
-=== release 1.10.2 ===
+=== release 1.10.3 ===
 
-2016-11-29  Sebastian Dröge <[email protected]>
+2017-01-30  Sebastian Dröge <[email protected]>
 
        * configure.ac:
-         releasing 1.10.2
+         releasing 1.10.3
+
+2016-12-19 16:17:56 +0100  Edward Hervey <[email protected]>
+
+       * validate/gst/validate/gst-validate-scenario.c:
+         validate-scenario: Properly get the rate for action validation
+         This issue was most likely introduced by the refactoring of the
+         position querying into a standalone function.
+         In execute_next_action() the rate variable was never replaced by
+         the current rate of the pipeline, this would result in all reverse
+         playback actions to trigger immediately instead of waiting for
+         the actual target time.
+         https://bugzilla.gnome.org/show_bug.cgi?id=776280
+
+2016-11-30 14:07:04 -0300  Thibault Saunier <[email protected]>
+
+       * validate/launcher/baseclasses.py:
+         validate:launcher: Handle missing media info file
+
+2016-11-30 13:32:09 -0300  Thibault Saunier <[email protected]>
+
+       * validate/gst/validate/gst-validate-pipeline-monitor.c:
+       * validate/tests/launcher_tests/test_validate.py:
+         validate: Properly handle proxy pads generating detailed info about 
NNEs
+         In cases where we had a two consecutive bins with proxy pads, we could
+         segfault because we were dereferencing a NULL pointer to pad.
+
+2016-11-30 07:40:05 -0300  Thibault Saunier <[email protected]>
+
+       * validate/launcher/baseclasses.py:
+         validate:launcher: Make sure that the IPC server is shutdown before 
closing the socket
+
+2016-11-29 14:47:35 -0300  Thibault Saunier <[email protected]>
+
+       * validate/launcher/baseclasses.py:
+         validate:launcher: Make sure to check string when verifying expected 
failures
+         The value can potentially be None and we should handle that
+
+=== release 1.10.2 ===
+
+2016-11-29 16:23:17 +0200  Sebastian Dröge <[email protected]>
+
+       * validate/ChangeLog:
+       * validate/NEWS:
+       * validate/configure.ac:
+       * validate/gst-validate.doap:
+         Release 1.10.2
 
 2016-11-02 12:43:54 -0300  Thibault Saunier <[email protected]>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-validate-1.10.2/Makefile.in 
new/gst-validate-1.10.3/Makefile.in
--- old/gst-validate-1.10.2/Makefile.in 2016-11-29 13:26:44.000000000 +0100
+++ new/gst-validate-1.10.3/Makefile.in 2017-01-30 12:39:00.000000000 +0100
@@ -226,7 +226,7 @@
        $(top_srcdir)/common/cruft.mak $(top_srcdir)/common/po.mak \
        $(top_srcdir)/common/release.mak ABOUT-NLS AUTHORS COPYING \
        ChangeLog INSTALL NEWS README compile config.guess \
-       config.rpath config.sub depcomp install-sh ltmain.sh missing \
+       config.rpath config.sub install-sh ltmain.sh missing \
        py-compile
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-validate-1.10.2/NEWS new/gst-validate-1.10.3/NEWS
--- old/gst-validate-1.10.2/NEWS        2016-11-29 15:05:55.000000000 +0100
+++ new/gst-validate-1.10.3/NEWS        2017-01-30 15:09:11.000000000 +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.2](#1.10.2) and was
-released on 29 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 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: Tuesday 29 Nov 2016, 12:30 UTC [(log)][gitlog]*
+*Last updated: Monday 30 Jan 2017, 12: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
@@ -1103,7 +1103,7 @@
 
 ### 1.10.2
 
-The first 1.10 bug-fix release (1.10.2) was released on 29 November 2016.
+The second 1.10 bug-fix release (1.10.2) was released on 29 November 2016.
 This release only contains bugfixes and it should be safe to update from 
1.10.x.
 
 #### Major bugfixes in 1.10.2
@@ -1111,7 +1111,9 @@
  - Security-relevant bugfix in the FLI/FLX/FLC decoder (CVE-2016-9634,
    CVE-2016-9635, CVE-2016-9636)
  - Various fixes for crashes, assertions and other failures on fuzzed input
-   files (among others, thanks to Hanno Böck for testing and reporting)
+   files. Among others, thanks to Hanno Böck for testing and reporting
+   (CVE-2016-9807, CVE-2016-9808, CVE-2016-9809, CVE-2016-9810, CVE-2016-9811,
+   CVE-2016-9812, CVE-2016-9813).
  - SAVP/SAVPF profile in gst-rtsp-server works for live streams again, and the
    correct MIKEY policy message is generated
  - Further OpenGL related bugfixes
@@ -1124,6 +1126,32 @@
 
 [buglist-1.10.2]: 
https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=168172&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.10.2
 
+<a name="1.10.3"></a>
+
+### 1.10.3
+
+The third 1.10 bug-fix release (1.10.3) was released on 30 January 2017.
+This release only contains bugfixes and it should be safe to update from 
1.10.x.
+
+#### Major bugfixes in 1.10.3
+
+ - Various fixes for crashes, assertions, deadlocks and memory leaks on fuzzed
+   input files and in other situations
+ - Regression fixes for souphttpsrc with redirection tracking and retrying
+ - Regression fix for gst-rtsp-server not handling TCP-only medias anymore
+ - Various other bugfixes the RTP/RTSP codebase
+ - vp8enc works again on 32 bit Windows
+ - Fixes to Opus PLC handling in the decoder
+ - Fix for stream corruption in multihandlesink when removing clients
+ - gst-libav was updated to ffmpeg 3.2.2
+ - ... and many, many more!
+
+For a full list of bugfixes see [Bugzilla][buglist-1.10.3]. Note that this is
+not the full list of changes. For the full list of changes please refer to the
+GIT logs or ChangeLogs of the particular modules.
+
+[buglist-1.10.3]: 
https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=187054&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.10.3
+
 ## Known Issues
 
 - iOS builds with iOS 6 SDK and old C++ STL. You need to select iOS 6 instead
@@ -1134,8 +1162,6 @@
 - Building applications with Android NDK r13 on Windows does not work. Other
   platforms and earlier/later versions of the NDK are not affected.
   [Bug #772842](https://bugzilla.gnome.org/show_bug.cgi?id=772842)
-- vp8enc crashes on 32 bit Windows, but was working fine in 1.6. 64 bit 
Windows is unaffected.
-  [Bug #763663](https://bugzilla.gnome.org/show_bug.cgi?id=763663)
 
 ## Schedule for 1.12
 
@@ -1144,9 +1170,9 @@
 of 1.11/1.12 will happen in the git master branch.
 
 The plan for the 1.12 development cycle is yet to be confirmed, but it is
-expected that feature freeze will be around early/mid-January,
+expected that feature freeze will be around early/mid-February,
 followed by several 1.11 pre-releases and the new 1.12 stable release
-in March.
+in April.
 
 1.12 will be backwards-compatible to the stable 1.10, 1.8, 1.6, 1.4, 1.2 and
 1.0 release series.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-validate-1.10.2/configure 
new/gst-validate-1.10.3/configure
--- old/gst-validate-1.10.2/configure   2016-11-29 13:26:44.000000000 +0100
+++ new/gst-validate-1.10.3/configure   2017-01-30 12:38:59.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Gst-Validate 1.10.2.
+# Generated by GNU Autoconf 2.69 for Gst-Validate 1.10.3.
 #
 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer>.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='Gst-Validate'
 PACKAGE_TARNAME='gst-validate'
-PACKAGE_VERSION='1.10.2'
-PACKAGE_STRING='Gst-Validate 1.10.2'
+PACKAGE_VERSION='1.10.3'
+PACKAGE_STRING='Gst-Validate 1.10.3'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
 PACKAGE_URL=''
 
@@ -1574,7 +1574,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Gst-Validate 1.10.2 to adapt to many kinds of systems.
+\`configure' configures Gst-Validate 1.10.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1646,7 +1646,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Gst-Validate 1.10.2:";;
+     short | recursive ) echo "Configuration of Gst-Validate 1.10.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1851,7 +1851,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Gst-Validate configure 1.10.2
+Gst-Validate configure 1.10.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2220,7 +2220,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Gst-Validate $as_me 1.10.2, which was
+It was created by Gst-Validate $as_me 1.10.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3229,7 +3229,7 @@
 
 # Define the identity of the package.
  PACKAGE='gst-validate'
- VERSION='1.10.2'
+ VERSION='1.10.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3440,9 +3440,9 @@
 
 
 
-  PACKAGE_VERSION_MAJOR=$(echo 1.10.2 | cut -d'.' -f1)
-  PACKAGE_VERSION_MINOR=$(echo 1.10.2 | cut -d'.' -f2)
-  PACKAGE_VERSION_MICRO=$(echo 1.10.2 | cut -d'.' -f3)
+  PACKAGE_VERSION_MAJOR=$(echo 1.10.3 | cut -d'.' -f1)
+  PACKAGE_VERSION_MINOR=$(echo 1.10.3 | cut -d'.' -f2)
+  PACKAGE_VERSION_MICRO=$(echo 1.10.3 | cut -d'.' -f3)
 
 
 
@@ -3453,7 +3453,7 @@
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
 $as_echo_n "checking nano version... " >&6; }
 
-  NANO=$(echo 1.10.2 | cut -d'.' -f4)
+  NANO=$(echo 1.10.3 | cut -d'.' -f4)
 
   if test x"$NANO" = x || test "x$NANO" = "x0" ; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5
@@ -8287,10 +8287,10 @@
 done
 
 
-  GST_CURRENT=1002
+  GST_CURRENT=1003
   GST_REVISION=0
-  GST_AGE=1002
-  GST_LIBVERSION=1002:0:1002
+  GST_AGE=1003
+  GST_LIBVERSION=1003:0:1003
 
 
 
@@ -20565,7 +20565,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Gst-Validate $as_me 1.10.2, which was
+This file was extended by Gst-Validate $as_me 1.10.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -20631,7 +20631,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-Gst-Validate config.status 1.10.2
+Gst-Validate config.status 1.10.3
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-validate-1.10.2/configure.ac 
new/gst-validate-1.10.3/configure.ac
--- old/gst-validate-1.10.2/configure.ac        2016-11-29 13:26:40.000000000 
+0100
+++ new/gst-validate-1.10.3/configure.ac        2017-01-30 12:20:30.000000000 
+0100
@@ -2,7 +2,7 @@
 dnl initialize autoconf
 dnl when going to/from release please set the nano (fourth number) right !
 dnl releases only do Wall, cvs and prerelease does Werror too
-AC_INIT(Gst-Validate, 1.10.2,
+AC_INIT(Gst-Validate, 1.10.3,
     http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
     gst-validate)
 
@@ -49,7 +49,7 @@
 AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
       [GStreamer API Version])
 
-AS_LIBTOOL(GST, 1002, 0, 1002)
+AS_LIBTOOL(GST, 1003, 0, 1003)
 
 dnl *** required versions of GStreamer stuff ***
 GST_REQ=1.10.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-validate-1.10.2/docs/plugins/html/index.html 
new/gst-validate-1.10.3/docs/plugins/html/index.html
--- old/gst-validate-1.10.2/docs/plugins/html/index.html        2016-11-29 
15:06:10.000000000 +0100
+++ new/gst-validate-1.10.3/docs/plugins/html/index.html        2017-01-30 
15:09:19.000000000 +0100
@@ -16,7 +16,7 @@
 <div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">GStreamer Validate 
Plugins 1.0 Plugins Reference Manual</p></th></tr></table></div>
 <div><p class="releaseinfo">
       GStreamer Validate Plugins 1.0 Plugins Reference Manual
-      for GStreamer Validate 1.0 (1.10.2)
+      for GStreamer Validate 1.0 (1.10.3)
       The latest version of this documentation can be found on-line at
       <a class="ulink" 
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-validate-plugins/html/";
 target="_top">
         
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-validate-plugins/html/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-validate-1.10.2/gst/validate/gst-validate-pipeline-monitor.c 
new/gst-validate-1.10.3/gst/validate/gst-validate-pipeline-monitor.c
--- old/gst-validate-1.10.2/gst/validate/gst-validate-pipeline-monitor.c        
2016-11-04 18:07:29.000000000 +0100
+++ new/gst-validate-1.10.3/gst/validate/gst-validate-pipeline-monitor.c        
2016-12-05 10:13:49.000000000 +0100
@@ -146,15 +146,6 @@
   GstValidatePadMonitor *monitor;
   GstPad *ghost_target = NULL;
 
-  if (GST_IS_GHOST_PAD (pad)) {
-    ghost_target = gst_ghost_pad_get_target (GST_GHOST_PAD (pad));
-
-    if (!ghost_target)
-      return;
-
-    pad = ghost_target;
-  }
-
   monitor = g_object_get_data (G_OBJECT (pad), "validate-monitor");
 
   if (monitor->last_query_res && gst_caps_is_empty (monitor->last_query_res)) {
@@ -185,6 +176,25 @@
   if (!peer)
     return;
 
+  while (GST_IS_PROXY_PAD (peer)) {
+    GstPad *next_pad;
+
+    if (GST_IS_GHOST_PAD (peer)) {
+      next_pad = gst_pad_get_peer (peer);
+
+      if (next_pad == pad)
+        next_pad = gst_ghost_pad_get_target (GST_GHOST_PAD (peer));
+    } else {
+      next_pad = GST_PAD (gst_proxy_pad_get_internal (GST_PROXY_PAD (peer)));
+    }
+
+    if (!next_pad)
+      return;
+
+    gst_object_unref (peer);
+    peer = next_pad;
+  }
+
   _check_pad_query_failures (peer, str, last_query_caps_fail_monitor,
       last_refused_caps_monitor);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-validate-1.10.2/gst/validate/gst-validate-scenario.c 
new/gst-validate-1.10.3/gst/validate/gst-validate-scenario.c
--- old/gst-validate-1.10.2/gst/validate/gst-validate-scenario.c        
2016-11-29 13:26:40.000000000 +0100
+++ new/gst-validate-1.10.3/gst/validate/gst-validate-scenario.c        
2017-01-09 14:35:02.000000000 +0100
@@ -1352,10 +1352,9 @@
 
 static gboolean
 _check_position (GstValidateScenario * scenario, GstValidateAction * act,
-    GstClockTime * position)
+    GstClockTime * position, gdouble * rate)
 {
   GstQuery *query;
-  gdouble rate;
 
   GstClockTime start_with_tolerance, stop_with_tolerance;
   GstValidateScenarioPrivate *priv = scenario->priv;
@@ -1393,15 +1392,15 @@
 
   query = gst_query_new_segment (GST_FORMAT_DEFAULT);
   if (gst_element_query (GST_ELEMENT (scenario->pipeline), query))
-    gst_query_parse_segment (query, &rate, NULL, NULL, NULL);
+    gst_query_parse_segment (query, rate, NULL, NULL, NULL);
   gst_query_unref (query);
 
   if (priv->seeked_in_pause && priv->seek_flags & GST_SEEK_FLAG_ACCURATE) {
-    if ((rate > 0 && (*position >= priv->segment_start + priv->seek_pos_tol ||
+    if ((*rate > 0 && (*position >= priv->segment_start + priv->seek_pos_tol ||
                 *position < ((priv->segment_start <
                         priv->seek_pos_tol) ? 0 : priv->segment_start -
                     priv->seek_pos_tol)))
-        || (rate < 0 && (*position > priv->segment_start + priv->seek_pos_tol
+        || (*rate < 0 && (*position > priv->segment_start + priv->seek_pos_tol
                 || *position < ((priv->segment_start <
                         priv->seek_pos_tol) ? 0 : priv->segment_start -
                     priv->seek_pos_tol)))) {
@@ -1782,7 +1781,7 @@
     }
   }
 
-  if (!_check_position (scenario, act, &position))
+  if (!_check_position (scenario, act, &position, &rate))
     return G_SOURCE_CONTINUE;
 
   if (!_should_execute_action (scenario, act, position, rate)) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-validate-1.10.2/launcher/baseclasses.py 
new/gst-validate-1.10.3/launcher/baseclasses.py
--- old/gst-validate-1.10.2/launcher/baseclasses.py     2016-11-04 
18:07:29.000000000 +0100
+++ new/gst-validate-1.10.3/launcher/baseclasses.py     2016-12-05 
10:13:49.000000000 +0100
@@ -551,9 +551,9 @@
 
     def stop_server(self):
         if self.server:
-            self.server.server_close()
             self.server.shutdown()
             self.server_thread.join()
+            self.server.server_close()
             self.server = None
 
     def kill_subprocess(self):
@@ -582,8 +582,6 @@
         self.info("%s server port: %s" % (self, self.serverport))
         ready.set()
 
-        # Activate the server; this will keep running until you
-        # interrupt the program with Ctrl-C
         self.server.serve_forever()
 
     def test_start(self, queue):
@@ -711,7 +709,7 @@
                 del expected_failure[key]
         for key, value in report.items():
             if key in expected_failure:
-                if not re.findall(expected_failure[key], value):
+                if not re.findall(expected_failure[key], str(value)):
                     return False
                 expected_failure.pop(key)
 
@@ -1775,7 +1773,10 @@
         if verbose:
             printc("Result: Passed", Colors.OKGREEN)
 
-        return GstValidateMediaDescriptor(descriptor_path)
+        try:
+            return GstValidateMediaDescriptor(descriptor_path)
+        except FileNotFoundError:
+            return None
 
     def get_path(self):
         return self._xml_path
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-validate-1.10.2/po/gst-validate-1.0.pot 
new/gst-validate-1.10.3/po/gst-validate-1.0.pot
--- old/gst-validate-1.10.2/po/gst-validate-1.0.pot     2016-11-29 
15:06:10.000000000 +0100
+++ new/gst-validate-1.10.3/po/gst-validate-1.0.pot     2017-01-30 
15:09:19.000000000 +0100
@@ -5,9 +5,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: gst-validate 1.10.2\n"
+"Project-Id-Version: gst-validate 1.10.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 16:06+0200\n"
+"POT-Creation-Date: 2017-01-30 16:09+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"


Reply via email to