GStreamer multimedia framework
Go to file
Xavier Claessens c0f24fea83 stream: Fix randomly missing streams from SDP with dynamic elements
When using dynamic elements, gst_rtsp_stream_join_bin() is called from
"pad-added" signal. In that case priv->srcpad could already have its caps,
and they'll be sent to priv->send_src[0] pad. That means that when it
connects "notify::caps" signal, that pad could already have received its
caps and the signal won't be emitted anymore.

In that case priv->caps stay to NULL and when building the SDP that stream
gets ignored. Leading to missing video or audio when playing in client side.

https://bugzilla.gnome.org/show_bug.cgi?id=772478
2016-10-06 19:05:36 +03:00
common@f980fd91c1 Automatic update of common submodule 2016-09-10 20:52:31 +10:00
docs stream: fix docs for recently-added get/set_buffer_size API 2015-09-17 20:07:34 +01:00
examples Add support for Meson as alternative/parallel build system 2016-08-31 00:04:43 +01:00
gst stream: Fix randomly missing streams from SDP with dynamic elements 2016-10-06 19:05:36 +03:00
pkgconfig Add support for Meson as alternative/parallel build system 2016-08-31 00:04:43 +01:00
tests tests: Fix compilation 2016-09-05 13:40:59 +03:00
.gitignore rtspsink: Add rtspclientsink element 2016-01-29 01:44:26 +11:00
.gitmodules Add common submodule 2010-12-01 20:00:22 +01:00
AUTHORS Initial import 2008-10-09 13:29:12 +01:00
autogen.sh Automatic update of common submodule 2016-09-10 20:52:31 +10:00
ChangeLog Release 1.9.90 2016-09-30 13:04:12 +03:00
config.h.meson Add support for Meson as alternative/parallel build system 2016-08-31 00:04:43 +01:00
configure.ac Release 1.9.90 2016-09-30 13:04:12 +03:00
COPYING Fix FSF address 2012-11-04 00:14:25 +00:00
COPYING.LIB Fix FSF address 2012-11-04 00:14:25 +00:00
gst-rtsp-server.doap Release 1.9.90 2016-09-30 13:04:12 +03:00
gst-rtsp.spec.in rtsp-server: Update versioning 2012-04-04 14:48:44 +02:00
Makefile.am Fix 'make check' from top-level directory 2014-12-31 13:04:57 +00:00
meson.build meson: update version 2016-09-30 11:42:08 +01:00
NEWS Release 1.9.90 2016-09-30 13:04:12 +03:00
README Fix typo in README 2015-03-15 12:27:39 +00:00
RELEASE Release 1.9.90 2016-09-30 13:04:12 +03:00
REQUIREMENTS Initial import 2008-10-09 13:29:12 +01:00
TODO rtsp: cleanups 2012-11-15 17:11:16 +01:00

gst-rtsp-server is a library on top of GStreamer for building an RTSP server

There are some examples in the examples/ directory and more comprehensive
documentation in docs/README.