Hello community,

here is the log from the commit of package gstreamer-validate for 
openSUSE:Factory checked in at 2016-09-08 17:38:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-19 10:49:40.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-validate.new/gstreamer-validate.changes   
    2016-09-08 17:38:45.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Aug 24 09:43:39 UTC 2016 - [email protected]
+
+- Update to version 1.8.3 (boo#996937):
+  + Fix Validate plugin paths mixup.
+  + No execute ON_ADDITION if a previous action is executed
+    playback_time.
+- Drop gstreamer-validate-correctplugindir.patch: Fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  gst-validate-1.8.2.tar.xz
  gstreamer-validate-correctplugindir.patch

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

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

Other differences:
------------------
++++++ gstreamer-validate.spec ++++++
--- /var/tmp/diff_new_pack.GCaXjc/_old  2016-09-08 17:38:46.000000000 +0200
+++ /var/tmp/diff_new_pack.GCaXjc/_new  2016-09-08 17:38:46.000000000 +0200
@@ -18,15 +18,13 @@
 
 %define _name   gst-validate
 Name:           gstreamer-validate
-Version:        1.8.2
+Version:        1.8.3
 Release:        0
 Summary:        Validate GStreamer Pipelines
 License:        LGPL-2.1+
 Group:          Productivity/Multimedia/Other
 Url:            http://gstreamer.freedesktop.org
 Source:         
http://gstreamer.freedesktop.org/src/%{_name}/%{_name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gstreamer-validate-correctplugindir.patch 
[email protected] -- Fix use of correct plugin directory
-Patch1:         gstreamer-validate-correctplugindir.patch
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(gdk-3.0)
 BuildRequires:  pkgconfig(gee-1.0)
@@ -92,7 +90,6 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
-%patch1 -p2
 
 %build
 %configure

++++++ gst-validate-1.8.2.tar.xz -> gst-validate-1.8.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-validate-1.8.2/ChangeLog 
new/gst-validate-1.8.3/ChangeLog
--- old/gst-validate-1.8.2/ChangeLog    2016-06-09 10:33:30.000000000 +0200
+++ new/gst-validate-1.8.3/ChangeLog    2016-08-19 11:42:50.000000000 +0200
@@ -1,9 +1,33 @@
-=== release 1.8.2 ===
+=== release 1.8.3 ===
 
-2016-06-09  Sebastian Dröge <[email protected]>
+2016-08-19  Sebastian Dröge <[email protected]>
 
        * configure.ac:
-         releasing 1.8.2
+         releasing 1.8.3
+
+2016-06-13 17:00:39 -0400  Thibault Saunier <[email protected]>
+
+       * validate/gst/validate/validate.c:
+         validate: Fix Validate plugin paths mixup
+
+2016-06-09 16:41:57 -0400  Thibault Saunier <[email protected]>
+
+       * validate/gst/validate/gst-validate-scenario.c:
+         validate: No execute ON_ADDITION if a previous action is executed 
playback_time
+         As this is what user will expect in this case, for example in this 
case:
+         set-state, state=null; playback-time=5
+         set-property, target-element-name=dvbsrc0, property-name=delsys, 
property-value=11
+         play;
+
+=== release 1.8.2 ===
+
+2016-06-09 11:53:03 +0300  Sebastian Dröge <[email protected]>
+
+       * validate/ChangeLog:
+       * validate/NEWS:
+       * validate/configure.ac:
+       * validate/gst-validate.doap:
+         Release 1.8.2
 
 2016-04-13 21:18:28 +0200  Alexandru Băluț <[email protected]>
 
@@ -1448,13 +1472,6 @@
        * validate/Makefile.am:
        * validate/configure.ac:
        * validate/gst/Makefile.am:
-       * validate/gst/plugins/Makefile.am:
-       * validate/gst/plugins/fault_injection/Makefile.am:
-       * validate/gst/plugins/fault_injection/socket_interposer.c:
-       * validate/gst/plugins/gapplication/Makefile.am:
-       * validate/gst/plugins/gapplication/gstvalidategapplication.c:
-       * validate/gst/plugins/gtk/Makefile.am:
-       * validate/gst/plugins/gtk/gstvalidategtk.c:
        * validate/plugins/Makefile.am:
        * validate/plugins/fault_injection/Makefile.am:
        * validate/plugins/fault_injection/socket_interposer.c:
@@ -2027,19 +2044,6 @@
 
        * validate/configure.ac:
        * validate/data/Makefile.am:
-       * validate/data/adaptive_video_framerate.scenario:
-       * validate/data/adaptive_video_framerate_size.scenario:
-       * validate/data/adaptive_video_size.scenario:
-       * validate/data/alternate_fast_backward_forward.scenario:
-       * validate/data/camerabin_signal.scenario:
-       * validate/data/change_state_intensive.scenario:
-       * validate/data/disable_subtitle_track_while_paused.scenario:
-       * validate/data/fast_backward.scenario:
-       * validate/data/fast_forward.scenario:
-       * validate/data/force_key_unit.scenario:
-       * validate/data/pause_resume.scenario:
-       * validate/data/play_15s.scenario:
-       * validate/data/reverse_playback.scenario:
        * validate/data/scenarios/Makefile.am:
        * validate/data/scenarios/adaptive_video_framerate.scenario:
        * validate/data/scenarios/adaptive_video_framerate_size.scenario:
@@ -2070,22 +2074,6 @@
        * validate/data/scenarios/switch_subtitle_track_while_paused.scenario:
        * validate/data/scenarios/update_start.scenario:
        * validate/data/scenarios/update_stop.scenario:
-       * validate/data/scrub_backward_seeking.scenario:
-       * validate/data/scrub_backward_seeking_full.scenario:
-       * validate/data/scrub_forward_seeking.scenario:
-       * validate/data/scrub_forward_seeking_full.scenario:
-       * validate/data/seek_backward.scenario:
-       * validate/data/seek_forward.scenario:
-       * validate/data/seek_forward_backward.scenario:
-       * validate/data/seek_with_stop.scenario:
-       * validate/data/simple_seeks.scenario:
-       * validate/data/switch_audio_track.scenario:
-       * validate/data/switch_audio_track_while_paused.scenario:
-       * validate/data/switch_set_external_subtitle.scenario:
-       * validate/data/switch_subtitle_track.scenario:
-       * validate/data/switch_subtitle_track_while_paused.scenario:
-       * validate/data/update_start.scenario:
-       * validate/data/update_stop.scenario:
        * validate/gst/validate/gst-validate-scenario.c:
          move scenarios to data/scenarios
          Differential Revision: http://phabricator.freedesktop.org/D115
@@ -3118,8 +3106,6 @@
 
        * validate/Makefile.am:
        * validate/configure.ac:
-       * validate/fault_injection/Makefile.am:
-       * validate/fault_injection/socket_interposer.c:
        * validate/fault_injection/socket_interposer.h:
        * validate/gst/Makefile.am:
        * validate/gst/plugins/Makefile.am:
@@ -4048,20 +4034,6 @@
        * validate/launcher/utils.py:
        * validate/tools/Makefile.am:
        * validate/tools/gst-validate-launcher.in:
-       * validate/tools/launcher/Makefile.am:
-       * validate/tools/launcher/RangeHTTPServer.py:
-       * validate/tools/launcher/__init__.py:
-       * validate/tools/launcher/apps/Makefile.am:
-       * validate/tools/launcher/apps/geslaunch.py:
-       * validate/tools/launcher/apps/gstvalidate.py:
-       * validate/tools/launcher/apps/validate/Makefile.am:
-       * validate/tools/launcher/apps/validate/validate_testsuite.py:
-       * validate/tools/launcher/baseclasses.py:
-       * validate/tools/launcher/httpserver.py:
-       * validate/tools/launcher/loggable.py:
-       * validate/tools/launcher/main.py:
-       * validate/tools/launcher/reporters.py:
-       * validate/tools/launcher/utils.py:
          validate-launcher: restructure filesystem
          https://bugzilla.gnome.org/show_bug.cgi?id=739091
 
@@ -5119,7 +5091,6 @@
 2009-03-14 20:06:16 +0200  René Stadler <[email protected]>
 
        * debug-viewer/GstDebugViewer/GUI.py:
-       * debug-viewer/data/gst-debug-viewer.ui:
        * debug-viewer/data/menus.ui:
        * debug-viewer/setup.py:
          Rename UIManager file
@@ -5137,7 +5108,6 @@
        * debug-viewer/GstDebugViewer/GUI.py:
        * debug-viewer/GstDebugViewer/__init__.py:
        * debug-viewer/data/about-dialog.ui:
-       * debug-viewer/data/gst-debug-viewer.glade:
        * debug-viewer/data/main-window.ui:
        * debug-viewer/data/progress-dialog.ui:
        * debug-viewer/setup.py:
@@ -6144,9 +6114,7 @@
 2007-11-20 15:25:32 +0200  René Stadler <[email protected]>
 
        * debug-viewer/gst-debug-viewer:
-       * debug-viewer/gst-debug-viewer.desktop:
        * debug-viewer/gst-debug-viewer.desktop.in:
-       * debug-viewer/gst-debug-viewer.py:
        * debug-viewer/setup.cfg:
        * debug-viewer/setup.py:
          Copy over distutils setup from gst-inspector
@@ -6226,7 +6194,6 @@
 
 2007-11-17 10:06:09 +0200  René Stadler <[email protected]>
 
-       * debug-viewer/GstDebugViewer/Plugins/LineFrequency.py:
        * debug-viewer/GstDebugViewer/Plugins/Timeline.py:
        * debug-viewer/data/gst-debug-viewer.ui:
          Rename line frequency plugin/widget to timeline
@@ -6454,9 +6421,7 @@
 2014-09-06 11:38:38 +0200  Thibault Saunier <[email protected]>
 
        * validate/tools/launcher/apps/Makefile.am:
-       * validate/tools/launcher/apps/ges-launch.py:
        * validate/tools/launcher/apps/geslaunch.py:
-       * validate/tools/launcher/apps/gst-validate.py:
        * validate/tools/launcher/apps/gstvalidate.py:
          validate: launcher: Cleanup and rename apps to avoid '-' in their name
 
@@ -7156,7 +7121,6 @@
        * validate/tools/launcher/apps/Makefile.am:
        * validate/tools/launcher/apps/gst-validate.py:
        * validate/tools/launcher/apps/validate/validate_testsuite.py:
-       * validate/tools/launcher/apps/validate_default_testsuite.py:
          validate:launcher Add video mixing tests
          + Move default_testsuite.py to validate_testsuite.py as we are now
          exposing tests that are not enabled by default
@@ -7376,8 +7340,6 @@
        * validate/gst/preload/Makefile.am:
        * validate/gst/preload/gst-validate-monitor-preload.c:
        * validate/gst/validate/Makefile.am:
-       * validate/gst/validate/gst-validate-default-overrides.c:
-       * validate/gst/validate/gst-validate-monitor-preload.c:
          validate: Move overrides and preload libraries to dedicated folders
          This way it is cleaner and it is simpler to handle the various 
compilation dependencies.
 
@@ -8703,10 +8665,7 @@
 
        * validate/configure.ac:
        * validate/tools/Makefile.am:
-       * validate/tools/apps/ges-projects-tests.py:
-       * validate/tools/apps/gst-validate.py:
        * validate/tools/gst-validate-launcher.in:
-       * validate/tools/gst-validate-launcher.py:
        * validate/tools/launcher/__init__.py:
        * validate/tools/launcher/apps/ges-launch.py:
        * validate/tools/launcher/apps/gst-validate.py:
@@ -8714,10 +8673,6 @@
        * validate/tools/launcher/loggable.py:
        * validate/tools/launcher/reporters.py:
        * validate/tools/launcher/utils.py:
-       * validate/tools/loggable.py:
-       * validate/tools/reporters.py:
-       * validate/tools/testdefinitions.py:
-       * validate/tools/utils.py:
          validate:tools: Rename files around and integrate into autotools
          File distribution used to be messy, clean it all up. Also make sure 
the
          launcher is integrated into the autotools.
@@ -10090,14 +10045,12 @@
 
        * .gitmodules:
        * common:
-       * validate/.gitmodules:
        * validate/autogen.sh:
        * validate/common:
          Adapt submodule usage for gst-devtools
 
 2013-09-02 15:42:40 +0200  Edward Hervey <[email protected]>
 
-       * validate/gst/validate/.gitignore:
        * validate/tools/.gitignore:
          tools: Update .gitignore for tools move
 
@@ -10195,7 +10148,6 @@
 
        * validate/README:
        * validate/data/Makefile.am:
-       * validate/docs/qa-design.txt:
        * validate/docs/qa-usage.txt:
        * validate/docs/validate-design.txt:
        * validate/docs/validate-usage.txt:
@@ -10378,9 +10330,6 @@
        * validate/autogen.sh:
        * validate/configure.ac:
        * validate/gst/validate/Makefile.am:
-       * validate/gst/validate/gst-validate-media-check.c:
-       * validate/gst/validate/gst-validate-transcoding.c:
-       * validate/gst/validate/gst-validate.c:
        * validate/tools/Makefile.am:
        * validate/tools/gst-validate-media-check.c:
        * validate/tools/gst-validate-transcoding.c:
@@ -10573,7 +10522,6 @@
 
        * validate/data/Makefile.am:
        * validate/data/simple_seeks.scenario:
-       * validate/data/simple_seeks.xml:
        * validate/gst/validate/gst-validate-scenario.c:
          scenario: Rename scenario xml files extension to .scenario
 
@@ -10692,7 +10640,6 @@
 2013-08-20 11:43:06 -0300  Thiago Santos <[email protected]>
 
        * validate/gst/validate/Makefile.am:
-       * validate/gst/validate/gst-validate-file-check.c:
        * validate/gst/validate/gst-validate-media-check.c:
          rename: gst-validate-file-check -> gst-validate-media-check
          It not only validates files, takes any URI
@@ -10716,7 +10663,6 @@
 
        * validate/gst/validate/Makefile.am:
        * validate/gst/validate/gst-validate-file-check.c:
-       * validate/gst/validate/gst-validate-file-checker.c:
        * validate/gst/validate/gst-validate-file-checker.h:
        * validate/gst/validate/gst-validate-media-info.c:
        * validate/gst/validate/gst-validate-media-info.h:
@@ -10867,37 +10813,20 @@
        * validate/gst/Makefile.am:
        * validate/gst/qa/.gitignore:
        * validate/gst/qa/Makefile.am:
-       * validate/gst/qa/gettext.h:
-       * validate/gst/qa/gst-qa-bin-monitor.c:
        * validate/gst/qa/gst-qa-bin-monitor.h:
-       * validate/gst/qa/gst-qa-default-overrides.c:
        * validate/gst/qa/gst-qa-element-monitor.c:
        * validate/gst/qa/gst-qa-element-monitor.h:
-       * validate/gst/qa/gst-qa-file-check.c:
-       * validate/gst/qa/gst-qa-file-checker.c:
        * validate/gst/qa/gst-qa-file-checker.h:
-       * validate/gst/qa/gst-qa-i18n-lib.h:
-       * validate/gst/qa/gst-qa-monitor-factory.c:
-       * validate/gst/qa/gst-qa-monitor-factory.h:
-       * validate/gst/qa/gst-qa-monitor-preload.c:
        * validate/gst/qa/gst-qa-monitor.c:
        * validate/gst/qa/gst-qa-monitor.h:
        * validate/gst/qa/gst-qa-override-registry.c:
-       * validate/gst/qa/gst-qa-override-registry.h:
-       * validate/gst/qa/gst-qa-override.c:
        * validate/gst/qa/gst-qa-override.h:
-       * validate/gst/qa/gst-qa-pad-monitor.c:
-       * validate/gst/qa/gst-qa-pad-monitor.h:
        * validate/gst/qa/gst-qa-report.c:
        * validate/gst/qa/gst-qa-report.h:
        * validate/gst/qa/gst-qa-reporter.c:
        * validate/gst/qa/gst-qa-reporter.h:
-       * validate/gst/qa/gst-qa-runner.c:
        * validate/gst/qa/gst-qa-runner.h:
-       * validate/gst/qa/gst-qa-scenario.c:
        * validate/gst/qa/gst-qa-scenario.h:
-       * validate/gst/qa/gst-qa-transcoding.c:
-       * validate/gst/qa/gst-qa.c:
        * validate/gst/qa/qa.h:
        * validate/gst/validate/.gitignore:
        * validate/gst/validate/Makefile.am:
@@ -12023,12 +11952,9 @@
        * validate/gst/qa/gst-qa-monitor-factory.h:
        * validate/gst/qa/gst-qa-pad-monitor.c:
        * validate/gst/qa/gst-qa-pad-monitor.h:
-       * validate/gst/qa/gst-qa-pad-wrapper.c:
        * validate/gst/qa/gst-qa-pad-wrapper.h:
        * validate/gst/qa/gst-qa-runner.c:
        * validate/gst/qa/gst-qa-runner.h:
-       * validate/gst/qa/gst-qa-wrapper-factory.c:
-       * validate/gst/qa/gst-qa-wrapper-factory.h:
          qa: renaming Wrapper -> Monitor
 
 2013-07-09 16:52:02 -0300  Thiago Santos <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-validate-1.8.2/NEWS new/gst-validate-1.8.3/NEWS
--- old/gst-validate-1.8.2/NEWS 2016-06-09 10:34:25.000000000 +0200
+++ new/gst-validate-1.8.3/NEWS 2016-08-19 11:43:38.000000000 +0200
@@ -1,26 +1,29 @@
-### 1.8.2
+### 1.8.3
 
-The first 1.8 bug-fix release (1.8.2) was released on 9 June 2016.
-This release only contains bugfixes and it should be safe to update from 1.8.0.
+The third 1.8 bug-fix release (1.8.3) was released on 19 August 2016.
+This release only contains bugfixes and it should be safe to update from 1.8.x.
 
-#### Major bugfixes in 1.8.2
+#### Major bugfixes in 1.8.3
 
- - Fix vp8enc and flacenc segmentation faults on Windows
- - Fix Android build failure due to BSD sed on OS X
- - Fix Android build failure with applications targetting API > 20
- - Fix playback of live MS SmoothStreaming streams
- - Fix various issues with vtdec and caopengllayersink on OS X
- - Fix severe performance degradation in various image decoders
- - Fix sample rate negotiation in opusdec
- - Fix regression in typefind, causing deadlocks in some situations
- - Fix mpegtsmux to set PTS on all output buffers again
- - Fix extraction of frame dimensions from SDP in RTP JPEG depayloader
- - Fix failure in v4l2videodec when setting of format fails after starting
+ - Fix Android build scripts on OS X and Windows
+ - Fix stepping in PAUSED state in certain circumstances
+ - Fix jackaudiosink hang when exiting
+ - Fix udpsrc receiving multicast packets not only from the selected
+   multicast group
+ - Fix unnecessary decoding of unselected streams in GES
+ - Fix (multi)udpsink randomly not sending to clients
+ - Fix ALL\_BOTH probes not considering EVENT\_FLUSH
+ - Fix average input rate calculations in queue2
+ - Fix various locking issues causing deadlock in adaptivedemux
+ - Fix gst-libav encoders to correctly produce codec\_data in caps
+ - Add Wayland, Windows and Rasberry Pi support to the QML GL video sink
+ - Add support for building with OpenH264 1.6
+ - Add support for controlling deinterlacing in GES video sources
  - ... and many, many more!
 
-For a full list of bugfixes see [Bugzilla][buglist-1.8.2]. Note that this is
+For a full list of bugfixes see [Bugzilla][buglist-1.8.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.8.2]: 
https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=130196&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.8.2
+[buglist-1.8.3]: 
https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=145400&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.8.3
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-validate-1.8.2/configure 
new/gst-validate-1.8.3/configure
--- old/gst-validate-1.8.2/configure    2016-06-09 09:24:41.000000000 +0200
+++ new/gst-validate-1.8.3/configure    2016-08-19 10:27:03.000000000 +0200
@@ -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.8.2.
+# Generated by GNU Autoconf 2.69 for Gst-Validate 1.8.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.8.2'
-PACKAGE_STRING='Gst-Validate 1.8.2'
+PACKAGE_VERSION='1.8.3'
+PACKAGE_STRING='Gst-Validate 1.8.3'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
 PACKAGE_URL=''
 
@@ -1562,7 +1562,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.8.2 to adapt to many kinds of systems.
+\`configure' configures Gst-Validate 1.8.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1634,7 +1634,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Gst-Validate 1.8.2:";;
+     short | recursive ) echo "Configuration of Gst-Validate 1.8.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1830,7 +1830,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Gst-Validate configure 1.8.2
+Gst-Validate configure 1.8.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2108,7 +2108,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.8.2, which was
+It was created by Gst-Validate $as_me 1.8.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3117,7 +3117,7 @@
 
 # Define the identity of the package.
  PACKAGE='gst-validate'
- VERSION='1.8.2'
+ VERSION='1.8.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3328,9 +3328,9 @@
 
 
 
-  PACKAGE_VERSION_MAJOR=$(echo 1.8.2 | cut -d'.' -f1)
-  PACKAGE_VERSION_MINOR=$(echo 1.8.2 | cut -d'.' -f2)
-  PACKAGE_VERSION_MICRO=$(echo 1.8.2 | cut -d'.' -f3)
+  PACKAGE_VERSION_MAJOR=$(echo 1.8.3 | cut -d'.' -f1)
+  PACKAGE_VERSION_MINOR=$(echo 1.8.3 | cut -d'.' -f2)
+  PACKAGE_VERSION_MICRO=$(echo 1.8.3 | cut -d'.' -f3)
 
 
 
@@ -3341,7 +3341,7 @@
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
 $as_echo_n "checking nano version... " >&6; }
 
-  NANO=$(echo 1.8.2 | cut -d'.' -f4)
+  NANO=$(echo 1.8.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
@@ -8175,10 +8175,10 @@
 done
 
 
-  GST_CURRENT=802
+  GST_CURRENT=803
   GST_REVISION=0
-  GST_AGE=802
-  GST_LIBVERSION=802:0:802
+  GST_AGE=803
+  GST_LIBVERSION=803:0:803
 
 
 
@@ -20182,7 +20182,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.8.2, which was
+This file was extended by Gst-Validate $as_me 1.8.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -20248,7 +20248,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.8.2
+Gst-Validate config.status 1.8.3
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
@@ -21408,7 +21408,6 @@
     cat <<_LT_EOF >> "$cfgfile"
 #! $SHELL
 # Generated automatically by $as_me ($PACKAGE) $VERSION
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
 # Provide generalized library-building support services.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-validate-1.8.2/configure.ac 
new/gst-validate-1.8.3/configure.ac
--- old/gst-validate-1.8.2/configure.ac 2016-06-09 09:09:56.000000000 +0200
+++ new/gst-validate-1.8.3/configure.ac 2016-08-19 10:26:54.000000000 +0200
@@ -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.8.2,
+AC_INIT(Gst-Validate, 1.8.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, 802, 0, 802)
+AS_LIBTOOL(GST, 803, 0, 803)
 
 dnl *** required versions of GStreamer stuff ***
 GST_REQ=1.8.0
Files old/gst-validate-1.8.2/docs/plugins/html/home.png and 
new/gst-validate-1.8.3/docs/plugins/html/home.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-validate-1.8.2/docs/plugins/html/index.html 
new/gst-validate-1.8.3/docs/plugins/html/index.html
--- old/gst-validate-1.8.2/docs/plugins/html/index.html 2016-06-09 
10:34:40.000000000 +0200
+++ new/gst-validate-1.8.3/docs/plugins/html/index.html 2016-08-19 
11:43:49.000000000 +0200
@@ -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.8.2)
+      for GStreamer Validate 1.0 (1.8.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/
Files old/gst-validate-1.8.2/docs/plugins/html/left-insensitive.png and 
new/gst-validate-1.8.3/docs/plugins/html/left-insensitive.png differ
Files old/gst-validate-1.8.2/docs/plugins/html/left.png and 
new/gst-validate-1.8.3/docs/plugins/html/left.png differ
Files old/gst-validate-1.8.2/docs/plugins/html/right-insensitive.png and 
new/gst-validate-1.8.3/docs/plugins/html/right-insensitive.png differ
Files old/gst-validate-1.8.2/docs/plugins/html/right.png and 
new/gst-validate-1.8.3/docs/plugins/html/right.png differ
Files old/gst-validate-1.8.2/docs/plugins/html/up-insensitive.png and 
new/gst-validate-1.8.3/docs/plugins/html/up-insensitive.png differ
Files old/gst-validate-1.8.2/docs/plugins/html/up.png and 
new/gst-validate-1.8.3/docs/plugins/html/up.png differ
Files old/gst-validate-1.8.2/docs/validate/html/home.png and 
new/gst-validate-1.8.3/docs/validate/html/home.png differ
Files old/gst-validate-1.8.2/docs/validate/html/left-insensitive.png and 
new/gst-validate-1.8.3/docs/validate/html/left-insensitive.png differ
Files old/gst-validate-1.8.2/docs/validate/html/left.png and 
new/gst-validate-1.8.3/docs/validate/html/left.png differ
Files old/gst-validate-1.8.2/docs/validate/html/right-insensitive.png and 
new/gst-validate-1.8.3/docs/validate/html/right-insensitive.png differ
Files old/gst-validate-1.8.2/docs/validate/html/right.png and 
new/gst-validate-1.8.3/docs/validate/html/right.png differ
Files old/gst-validate-1.8.2/docs/validate/html/up-insensitive.png and 
new/gst-validate-1.8.3/docs/validate/html/up-insensitive.png differ
Files old/gst-validate-1.8.2/docs/validate/html/up.png and 
new/gst-validate-1.8.3/docs/validate/html/up.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-validate-1.8.2/gst/validate/gst-validate-scenario.c 
new/gst-validate-1.8.3/gst/validate/gst-validate-scenario.c
--- old/gst-validate-1.8.2/gst/validate/gst-validate-scenario.c 2016-03-24 
12:37:02.000000000 +0100
+++ new/gst-validate-1.8.3/gst/validate/gst-validate-scenario.c 2016-07-22 
15:18:52.000000000 +0200
@@ -1284,9 +1284,27 @@
 
   if (str_playback_time == NULL) {
     GstValidateActionType *type = _find_action_type (action->type);
+    gboolean can_execute_on_addition =
+        type->flags & GST_VALIDATE_ACTION_TYPE_CAN_EXECUTE_ON_ADDITION
+        && !GST_CLOCK_TIME_IS_VALID (action->playback_time);
 
-    if (type->flags & GST_VALIDATE_ACTION_TYPE_CAN_EXECUTE_ON_ADDITION
-        && !GST_CLOCK_TIME_IS_VALID (action->playback_time)) {
+    if (priv->needs_parsing)
+      can_execute_on_addition = FALSE;
+
+    if (can_execute_on_addition) {
+      GList *tmp;
+
+      for (tmp = priv->actions; tmp; tmp = tmp->next) {
+        if (GST_CLOCK_TIME_IS_VALID (((GstValidateAction *) tmp->
+                    data)->playback_time)) {
+          can_execute_on_addition = FALSE;
+          break;
+        }
+      }
+
+    }
+
+    if (can_execute_on_addition) {
       SCENARIO_LOCK (scenario);
       priv->on_addition_actions = g_list_append (priv->on_addition_actions,
           action);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-validate-1.8.2/gst/validate/validate.c 
new/gst-validate-1.8.3/gst/validate/validate.c
--- old/gst-validate-1.8.2/gst/validate/validate.c      2016-03-24 
12:37:02.000000000 +0100
+++ new/gst-validate-1.8.3/gst/validate/validate.c      2016-07-22 
15:18:52.000000000 +0200
@@ -224,7 +224,7 @@
       g_free (base_dir);
     }
 #else
-    gst_registry_scan_path (registry, PLUGINDIR);
+    gst_registry_scan_path (registry, VALIDATEPLUGINDIR);
 #endif
   }
   gst_registry_fork_set_enabled (TRUE);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-validate-1.8.2/ltmain.sh 
new/gst-validate-1.8.3/ltmain.sh
--- old/gst-validate-1.8.2/ltmain.sh    2016-06-09 09:24:37.000000000 +0200
+++ new/gst-validate-1.8.3/ltmain.sh    2016-08-19 10:27:00.000000000 +0200
@@ -31,7 +31,7 @@
 
 PROGRAM=libtool
 PACKAGE=libtool
-VERSION="2.4.6 Debian-2.4.6-0.1"
+VERSION="2.4.6 Debian-2.4.6-1"
 package_revision=2.4.6
 
 
@@ -1977,7 +1977,7 @@
 # End:
 
 # Set a version string.
-scriptversion='(GNU libtool) 2.4.6'
+scriptversion='(GNU libtool) 2.4.6 Debian-2.4.6-1'
 
 
 # func_echo ARG...
@@ -2068,7 +2068,7 @@
        compiler:       $LTCC
        compiler flags: $LTCFLAGS
        linker:         $LD (gnu? $with_gnu_ld)
-       version:        $progname (GNU libtool) 2.4.6
+       version:        $progname $scriptversion
        automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
        autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-validate-1.8.2/m4/libtool.m4 
new/gst-validate-1.8.3/m4/libtool.m4
--- old/gst-validate-1.8.2/m4/libtool.m4        2016-06-09 09:24:37.000000000 
+0200
+++ new/gst-validate-1.8.3/m4/libtool.m4        2016-08-19 10:27:00.000000000 
+0200
@@ -728,7 +728,6 @@
     cat <<_LT_EOF >> "$cfgfile"
 #! $SHELL
 # Generated automatically by $as_me ($PACKAGE) $VERSION
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
 # Provide generalized library-building support services.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-validate-1.8.2/po/gst-validate-1.0.pot 
new/gst-validate-1.8.3/po/gst-validate-1.0.pot
--- old/gst-validate-1.8.2/po/gst-validate-1.0.pot      2016-06-09 
10:34:40.000000000 +0200
+++ new/gst-validate-1.8.3/po/gst-validate-1.0.pot      2016-08-19 
11:43:49.000000000 +0200
@@ -5,9 +5,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: gst-validate 1.8.2\n"
+"Project-Id-Version: gst-validate 1.8.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-06-09 11:34+0300\n"
+"POT-Creation-Date: 2016-08-19 12:43+0300\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