Hello community,

here is the log from the commit of package gstreamer-rtsp-server for 
openSUSE:Factory checked in at 2017-09-25 13:58:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-rtsp-server (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-rtsp-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-rtsp-server"

Mon Sep 25 13:58:37 2017 rev:9 rq:528115 version:1.12.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-rtsp-server/gstreamer-rtsp-server.changes  
    2017-07-17 09:12:50.805666877 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-rtsp-server.new/gstreamer-rtsp-server.changes
 2017-09-25 13:58:54.619107170 +0200
@@ -1,0 +2,6 @@
+Mon Sep 18 21:56:48 UTC 2017 - [email protected]
+
+- Update to version 1.12.3:
+  + Bugs fixed: bgo#784094, bgo#786457.
+
+-------------------------------------------------------------------

Old:
----
  gst-rtsp-server-1.12.2.tar.xz

New:
----
  gst-rtsp-server-1.12.3.tar.xz

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

Other differences:
------------------
++++++ gstreamer-rtsp-server.spec ++++++
--- /var/tmp/diff_new_pack.5ga7zV/_old  2017-09-25 13:58:56.602828067 +0200
+++ /var/tmp/diff_new_pack.5ga7zV/_new  2017-09-25 13:58:56.606827504 +0200
@@ -18,13 +18,13 @@
 
 Name:           gstreamer-rtsp-server
 %define _name gst-rtsp-server
-Version:        1.12.2
+Version:        1.12.3
 Release:        0
 Summary:        GStreamer-based RTSP server library
 License:        LGPL-2.0+
 Group:          Productivity/Multimedia/Other
 Url:            http://gstreamer.freedesktop.org/
-Source:         
http://gstreamer.freedesktop.org/src/gst-rtsp-server/%{_name}-%{version}.tar.xz
+Source:         
https://gstreamer.freedesktop.org/src/gst-rtsp-server/%{_name}-%{version}.tar.xz
 BuildRequires:  gstreamer-plugins-good >= 1.10.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.31.1
 BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.12.0

++++++ gst-rtsp-server-1.12.2.tar.xz -> gst-rtsp-server-1.12.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-rtsp-server-1.12.2/ChangeLog 
new/gst-rtsp-server-1.12.3/ChangeLog
--- old/gst-rtsp-server-1.12.2/ChangeLog        2017-07-14 12:42:21.000000000 
+0200
+++ new/gst-rtsp-server-1.12.3/ChangeLog        2017-09-18 15:42:00.000000000 
+0200
@@ -1,9 +1,45 @@
+=== release 1.12.3 ===
+
+2017-09-18  Sebastian Dröge <[email protected]>
+
+       * configure.ac:
+         releasing 1.12.3
+
+2017-08-18 17:37:01 +0100  Tim-Philipp Müller <[email protected]>
+
+       * pkgconfig/meson.build:
+         meson: don't install -uninstalled.pc file
+         https://bugzilla.gnome.org/show_bug.cgi?id=786457
+
+2017-08-17 12:17:05 +0100  Tim-Philipp Müller <[email protected]>
+
+       * common:
+         Automatic update of common submodule
+         From 48a5d85 to dd9d403
+
+2017-06-22 07:25:07 -0700  Julien Isorce <[email protected]>
+
+       * gst/rtsp-server/rtsp-stream.c:
+         rtsp-stream: fix connection delay due to wrong assumption on 
last-sample
+         Commit 852cc09f542af5cadd79ffd7fe79d6475cf57e14 assumed that
+         multiudpsink's last-sample always comes from the payloader. Which
+         is wrong if auxiliary streams are multiplexed in the same stream.
+         So check the buffer's ssrc against the caps'ssrc before to use its
+         seqnum. If not the same ssrc just use the payloader as done prior
+         the commit above or when there is no last-sample yet.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784094
+
 === release 1.12.2 ===
 
-2017-07-14  Sebastian Dröge <[email protected]>
+2017-07-14 14:04:48 +0300  Sebastian Dröge <[email protected]>
 
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
        * configure.ac:
-         releasing 1.12.2
+       * gst-rtsp-server.doap:
+       * meson.build:
+         Release 1.12.2
 
 === release 1.12.1 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-rtsp-server-1.12.2/NEWS 
new/gst-rtsp-server-1.12.3/NEWS
--- old/gst-rtsp-server-1.12.2/NEWS     2017-07-14 12:43:35.000000000 +0200
+++ new/gst-rtsp-server-1.12.3/NEWS     2017-09-18 15:42:51.000000000 +0200
@@ -1,8 +1,8 @@
 # GStreamer 1.12 Release Notes
 
 GStreamer 1.12.0 was originally released on 4th May 2017.
-The latest bug-fix release in the 1.12 series is [1.12.2](#1.12.2) and was
-released on 14 July 2017.
+The latest bug-fix release in the 1.12 series is [1.12.3](#1.12.3) and was
+released on 18 September 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.12/][latest] for the latest
 version of this document.
 
-*Last updated: Friday 14 July 2017, 10:00 UTC [(log)][gitlog]*
+*Last updated: Monday 19 September 2017, 12:30 UTC [(log)][gitlog]*
 
 [latest]: https://gstreamer.freedesktop.org/releases/1.12/
 [gitlog]: 
https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.12/release-notes-1.12.md
@@ -779,6 +779,37 @@
 
 [buglist-1.12.2]: 
https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=225693&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.2
 
+<a name="1.12.3"></a>
+
+### 1.12.3
+
+The second 1.12 bug-fix release (1.12.3) was released on 14 July 2017.
+This release only contains bugfixes and it should be safe to update from 
1.12.x.
+
+#### Major bugfixes in 1.12.3
+
+ - Fix for infinite recursion on buffer free in v4l2
+ - Fix for glimagesink crash on macOS when used via autovideosink
+ - Fix for huge overhead in matroskamux caused by writing one Cluster per
+   audio-frame in audio-only streams. Also use SimpleBlocks for Opus and other
+   audio codecs, which works around a bug in VLC that prevented Opus streams
+   to be played and decreases overhead even more
+ - Fix for flushing seeks in rtpmsrc always causing an error
+ - Fix for timestamp overflows in calculations in audio encoder base class
+ - Fix for RTP h265 depayloader marking P-frames as I-frames
+ - Fix for long connection delays of clients in RTSP server
+ - Fixes for event handling in queue and queue2 elements, and updates to
+   buffering levels on NOT_LINKED streams
+ - Various fixes to event and buffering handling in decodebin3/playbin3
+ - Various fixes for memory leaks, deadlocks and crashes in all modules
+ - ... and many, many more!
+
+For a full list of bugfixes see [Bugzilla][buglist-1.12.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.12.3]: 
https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=248880&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.3
+
 ## Known Issues
 
 - The `webrtcdsp` element is currently not shipped as part of the Windows
@@ -793,7 +824,7 @@
 of 1.13/1.14 will happen in the git master branch.
 
 The plan for the 1.14 development cycle is yet to be confirmed, but it is
-expected that feature freeze will be around September 2017
+expected that feature freeze will be around October 2017
 followed by several 1.13 pre-releases and the new 1.14 stable release
 in October.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-rtsp-server-1.12.2/RELEASE 
new/gst-rtsp-server-1.12.3/RELEASE
--- old/gst-rtsp-server-1.12.2/RELEASE  2017-07-14 12:43:24.000000000 +0200
+++ new/gst-rtsp-server-1.12.3/RELEASE  2017-09-18 15:42:36.000000000 +0200
@@ -1,7 +1,7 @@
 
-Release notes for GStreamer RTSP Server Library 1.12.2
+Release notes for GStreamer RTSP Server Library 1.12.3
 
-The GStreamer team is proud to announce the second bugfix release in the stable
+The GStreamer team is proud to announce the third bugfix release in the stable
 1.12 release series of your favourite cross-platform multimedia framework!
 
 
@@ -13,6 +13,11 @@
 
   
 
+Bugs fixed in this release
+     
+      * 784094 : gst-rtsp-server: huge delay for the client to connect 
sometimes
+      * 786457 : -uninstalled.pc file is installed by meson build
+
 ==== Download ====
 
 You can find source releases of gst-rtsp-server in the download
@@ -48,5 +53,6 @@
         
 Contributors to this release
     
-      * Sebastian Dröge
+      * Julien Isorce
+      * Tim-Philipp Müller
  
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-rtsp-server-1.12.2/common/gstdoc-scangobj 
new/gst-rtsp-server-1.12.3/common/gstdoc-scangobj
--- old/gst-rtsp-server-1.12.2/common/gstdoc-scangobj   2017-05-15 
17:57:45.000000000 +0200
+++ new/gst-rtsp-server-1.12.3/common/gstdoc-scangobj   2017-08-30 
08:54:00.000000000 +0200
@@ -27,16 +27,6 @@
 
 use Getopt::Long;
 
-my $GTK_DOC_PREFIX=`pkg-config --variable prefix gtk-doc`;
-if ($GTK_DOC_PREFIX) {
-  chomp $GTK_DOC_PREFIX;
-  #print "Adding $GTK_DOC_PREFIX/share/gtk-doc/data to \@INC\n";
-  unshift @INC, "$GTK_DOC_PREFIX/share/gtk-doc/data";
-} else {
-  unshift @INC, '/usr/share/gtk-doc/data';
-}
-require "gtkdoc-common.pl";
-
 # Options
 
 # name of documentation module
@@ -1743,6 +1733,59 @@
   unlink "./$MODULE-scan.c", "./$MODULE-scan.o", "./$MODULE-scan.lo", 
"./$MODULE-scan";
 }
 
+# Copied from gtk-doc 1db161bd708cdfb88b362ea0b5d047034d9c3272
+#############################################################################
+# Function    : UpdateFileIfChanged
+# Description : Compares the old version of the file with the new version and
+#                if the file has changed it moves the new version into the old
+#                versions place. This is used so we only change files if
+#                needed, so we can do proper dependency tracking and we don't
+#                needlessly check files into version control systems that 
haven't
+#               changed.
+#                It returns 0 if the file hasn't changed, and 1 if it has.
+# Arguments   : $old_file - the pathname of the old file.
+#                $new_file - the pathname of the new version of the file.
+#                $make_backup - 1 if a backup of the old file should be kept.
+#                        It will have the .bak suffix added to the file name.
+#############################################################################
+
+sub UpdateFileIfChanged {
+    my ($old_file, $new_file, $make_backup) = @_;
+
+    #@TRACE@("Comparing $old_file with $new_file...");
+
+    # If the old file doesn't exist we want this to default to 1.
+    my $exit_code = 1;
+
+    if (-e $old_file) {
+        `cmp -s "$old_file" "$new_file"`;
+        $exit_code = $? >> 8;
+        #@TRACE@("   cmp exit code: $exit_code ($?)");
+    }
+
+    if ($exit_code > 1) {
+        die "Error running 'cmp $old_file $new_file'";
+    }
+
+    if ($exit_code == 1) {
+        #@TRACE@("   files changed - replacing old version with new version.");
+        if ($make_backup && -e $old_file) {
+            rename ($old_file, "$old_file.bak")
+                || die "Can't move $old_file to $old_file.bak: $!";
+        }
+        rename ($new_file, $old_file)
+            || die "Can't move $new_file to $old_file: $!";
+
+        return 1;
+    } else {
+        #@TRACE@("   files the same - deleting new version.");
+        unlink ("$new_file")
+            || die "Can't delete file: $new_file: $!";
+
+        return 0;
+    }
+}
+
 &UpdateFileIfChanged ($old_hierarchy_filename, $new_hierarchy_filename, 0);
 # we will merge these in scangobj-merge.py
 #&UpdateFileIfChanged ($old_interfaces_filename, $new_interfaces_filename, 0);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-rtsp-server-1.12.2/common/orc.mak 
new/gst-rtsp-server-1.12.3/common/orc.mak
--- old/gst-rtsp-server-1.12.2/common/orc.mak   2017-05-15 17:57:45.000000000 
+0200
+++ new/gst-rtsp-server-1.12.3/common/orc.mak   2017-08-30 08:54:00.000000000 
+0200
@@ -32,12 +32,12 @@
        cp tmp-orc.c $(srcdir)/$(ORC_SOURCE)-dist.c
        cp $(ORC_SOURCE).h $(srcdir)/$(ORC_SOURCE)-dist.h
 
-orcc_v_gen = $(orcc_v_gen_$(V))
-orcc_v_gen_ = $(orcc_v_gen_$(AM_DEFAULT_VERBOSITY))
+orcc_v_gen = $(orcc_v_gen_@AM_V@)
+orcc_v_gen_ = $(orcc_v_gen_@AM_DEFAULT_V@)
 orcc_v_gen_0 = @echo "  ORCC   $@";
 
-cp_v_gen = $(cp_v_gen_$(V))
-cp_v_gen_ = $(cp_v_gen_$(AM_DEFAULT_VERBOSITY))
+cp_v_gen = $(cp_v_gen_@AM_V@)
+cp_v_gen_ = $(cp_v_gen_@AM_DEFAULT_V@)
 cp_v_gen_0 = @echo "  CP     $@";
 
 if HAVE_ORCC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-rtsp-server-1.12.2/configure 
new/gst-rtsp-server-1.12.3/configure
--- old/gst-rtsp-server-1.12.2/configure        2017-07-14 10:25:48.000000000 
+0200
+++ new/gst-rtsp-server-1.12.3/configure        2017-09-18 13:39:14.000000000 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GStreamer RTSP Server Library 1.12.2.
+# Generated by GNU Autoconf 2.69 for GStreamer RTSP Server Library 1.12.3.
 #
 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer>.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='GStreamer RTSP Server Library'
 PACKAGE_TARNAME='gst-rtsp-server'
-PACKAGE_VERSION='1.12.2'
-PACKAGE_STRING='GStreamer RTSP Server Library 1.12.2'
+PACKAGE_VERSION='1.12.3'
+PACKAGE_STRING='GStreamer RTSP Server Library 1.12.3'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
 PACKAGE_URL=''
 
@@ -1541,7 +1541,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 GStreamer RTSP Server Library 1.12.2 to adapt to many 
kinds of systems.
+\`configure' configures GStreamer RTSP Server Library 1.12.3 to adapt to many 
kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1613,7 +1613,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GStreamer RTSP Server Library 
1.12.2:";;
+     short | recursive ) echo "Configuration of GStreamer RTSP Server Library 
1.12.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1812,7 +1812,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GStreamer RTSP Server Library configure 1.12.2
+GStreamer RTSP Server Library configure 1.12.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2090,7 +2090,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GStreamer RTSP Server Library $as_me 1.12.2, which was
+It was created by GStreamer RTSP Server Library $as_me 1.12.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3067,7 +3067,7 @@
 
 # Define the identity of the package.
  PACKAGE='gst-rtsp-server'
- VERSION='1.12.2'
+ VERSION='1.12.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3278,9 +3278,9 @@
 
 
 
-  PACKAGE_VERSION_MAJOR=$(echo 1.12.2 | cut -d'.' -f1)
-  PACKAGE_VERSION_MINOR=$(echo 1.12.2 | cut -d'.' -f2)
-  PACKAGE_VERSION_MICRO=$(echo 1.12.2 | cut -d'.' -f3)
+  PACKAGE_VERSION_MAJOR=$(echo 1.12.3 | cut -d'.' -f1)
+  PACKAGE_VERSION_MINOR=$(echo 1.12.3 | cut -d'.' -f2)
+  PACKAGE_VERSION_MICRO=$(echo 1.12.3 | cut -d'.' -f3)
 
 
 
@@ -3291,7 +3291,7 @@
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
 $as_echo_n "checking nano version... " >&6; }
 
-  NANO=$(echo 1.12.2 | cut -d'.' -f4)
+  NANO=$(echo 1.12.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
@@ -8120,10 +8120,10 @@
 done
 
 
-  GST_CURRENT=1202
+  GST_CURRENT=1203
   GST_REVISION=0
-  GST_AGE=1202
-  GST_LIBVERSION=1202:0:1202
+  GST_AGE=1203
+  GST_LIBVERSION=1203:0:1203
 
 
 
@@ -18891,7 +18891,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by GStreamer RTSP Server Library $as_me 1.12.2, which 
was
+This file was extended by GStreamer RTSP Server Library $as_me 1.12.3, which 
was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -18957,7 +18957,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-GStreamer RTSP Server Library config.status 1.12.2
+GStreamer RTSP Server Library config.status 1.12.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-rtsp-server-1.12.2/configure.ac 
new/gst-rtsp-server-1.12.3/configure.ac
--- old/gst-rtsp-server-1.12.2/configure.ac     2017-07-14 10:10:51.000000000 
+0200
+++ new/gst-rtsp-server-1.12.3/configure.ac     2017-09-18 13:39:00.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([GStreamer RTSP Server Library], [1.12.2],
+AC_INIT([GStreamer RTSP Server Library], [1.12.3],
     [http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],
     [gst-rtsp-server])
 AG_GST_INIT
@@ -53,7 +53,7 @@
 dnl      1.10.9 (who knows) => 1009
 dnl
 dnl sets GST_LT_LDFLAGS
-AS_LIBTOOL(GST, 1202, 0, 1202)
+AS_LIBTOOL(GST, 1203, 0, 1203)
 
 dnl *** required versions of GStreamer stuff ***
 GST_REQ=1.12.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-rtsp-server-1.12.2/docs/libs/html/index.html 
new/gst-rtsp-server-1.12.3/docs/libs/html/index.html
--- old/gst-rtsp-server-1.12.2/docs/libs/html/index.html        2017-07-14 
12:43:40.000000000 +0200
+++ new/gst-rtsp-server-1.12.3/docs/libs/html/index.html        2017-09-18 
15:42:57.000000000 +0200
@@ -15,7 +15,7 @@
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">GStreamer RTSP Server 
Reference Manual</p></th></tr></table></div>
 <div><p class="releaseinfo">
-      for GStreamer RTSP Server 1.12.2
+      for GStreamer RTSP Server 1.12.3
     </p></div>
 </div>
 <hr>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-rtsp-server-1.12.2/gst/rtsp-server/rtsp-stream.c 
new/gst-rtsp-server-1.12.3/gst/rtsp-server/rtsp-stream.c
--- old/gst-rtsp-server-1.12.2/gst/rtsp-server/rtsp-stream.c    2017-05-15 
17:46:41.000000000 +0200
+++ new/gst-rtsp-server-1.12.3/gst/rtsp-server/rtsp-stream.c    2017-08-30 
08:54:00.000000000 +0200
@@ -3018,13 +3018,29 @@
       GstCaps *caps;
       GstBuffer *buffer;
       GstSegment *segment;
+      GstStructure *s;
       GstRTPBuffer rtp_buffer = GST_RTP_BUFFER_INIT;
 
       caps = gst_sample_get_caps (last_sample);
       buffer = gst_sample_get_buffer (last_sample);
       segment = gst_sample_get_segment (last_sample);
+      s = gst_caps_get_structure (caps, 0);
 
       if (gst_rtp_buffer_map (buffer, GST_MAP_READ, &rtp_buffer)) {
+        guint ssrc_buf = gst_rtp_buffer_get_ssrc (&rtp_buffer);
+        guint ssrc_stream = 0;
+        if (gst_structure_has_field_typed (s, "ssrc", G_TYPE_UINT) &&
+            gst_structure_get_uint (s, "ssrc", &ssrc_stream) &&
+            ssrc_buf != ssrc_stream) {
+          /* Skip buffers from auxiliary streams. */
+          GST_DEBUG_OBJECT (stream,
+              "not a buffer from the payloader, SSRC: %08x", ssrc_buf);
+
+          gst_rtp_buffer_unmap (&rtp_buffer);
+          gst_sample_unref (last_sample);
+          goto stats;
+        }
+
         if (seq) {
           *seq = gst_rtp_buffer_get_seq (&rtp_buffer);
         }
@@ -3042,8 +3058,6 @@
         }
 
         if (clock_rate) {
-          GstStructure *s = gst_caps_get_structure (caps, 0);
-
           gst_structure_get_int (s, "clock-rate", (gint *) clock_rate);
 
           if (*clock_rate == 0 && running_time)
@@ -3058,6 +3072,7 @@
     }
   }
 
+stats:
   if (g_object_class_find_property (payobjclass, "stats")) {
     g_object_get (priv->payloader, "stats", &stats, NULL);
     if (stats == NULL)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-rtsp-server-1.12.2/gst-rtsp-server.doap 
new/gst-rtsp-server-1.12.3/gst-rtsp-server.doap
--- old/gst-rtsp-server-1.12.2/gst-rtsp-server.doap     2017-07-14 
10:12:58.000000000 +0200
+++ new/gst-rtsp-server-1.12.3/gst-rtsp-server.doap     2017-09-18 
13:39:00.000000000 +0200
@@ -32,6 +32,16 @@
 
  <release>
   <Version>
+   <revision>1.12.3</revision>
+   <branch>1.12</branch>
+   <name></name>
+   <created>2017-09-18</created>
+   <file-release 
rdf:resource="http://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.12.3.tar.xz";
 />
+  </Version>
+ </release>
+
+ <release>
+  <Version>
    <revision>1.12.2</revision>
    <branch>1.12</branch>
    <name></name>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-rtsp-server-1.12.2/meson.build 
new/gst-rtsp-server-1.12.3/meson.build
--- old/gst-rtsp-server-1.12.2/meson.build      2017-07-14 10:14:45.000000000 
+0200
+++ new/gst-rtsp-server-1.12.3/meson.build      2017-09-18 13:39:00.000000000 
+0200
@@ -1,5 +1,5 @@
 project('gst-rtsp-server', 'c',
-  version : '1.12.2',
+  version : '1.12.3',
   meson_version : '>= 0.33.0',
   default_options : ['warning_level=1', 'buildtype=debugoptimized'])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-rtsp-server-1.12.2/pkgconfig/meson.build 
new/gst-rtsp-server-1.12.3/pkgconfig/meson.build
--- old/gst-rtsp-server-1.12.2/pkgconfig/meson.build    2017-05-15 
17:46:41.000000000 +0200
+++ new/gst-rtsp-server-1.12.3/pkgconfig/meson.build    2017-08-30 
08:54:00.000000000 +0200
@@ -17,11 +17,8 @@
 configure_file(input : 'gstreamer-rtsp-server.pc.in',
   output : 'gstreamer-rtsp-server-1.0.pc',
   configuration : pkgconf,
-  install_dir : pkg_install_dir,
-)
+  install_dir : pkg_install_dir)
 
 configure_file(input : 'gstreamer-rtsp-server-uninstalled.pc.in',
   output : 'gstreamer-rtsp-server-1.0-uninstalled.pc',
-  configuration : pkgconf,
-  install_dir : pkg_install_dir
-)
+  configuration : pkgconf)


Reply via email to