GStreamer multimedia framework
Go to file
Sebastian Dröge 8b68edd138 rtsp-stream: Ensure that the pipeline is live and later-added udpsrcs are syncing the state with the parent bin
Without this, RECORD pipelines are broken because
a) we wait for ASYNC_DONE which never happens anymore because udpsrc would be
added later. Previously it was there earlier and due to NO_PREROLL caused the
pipeline to preroll immediately
b) the udpsrc for the pipeline is added later and never set to PLAYING state,
as the corresponding code previously was only for PLAY pipelines.

https://bugzilla.gnome.org/show_bug.cgi?id=763281
2016-03-10 19:47:13 +02:00
common@6f2d2093e8 Automatic update of common submodule 2016-02-26 12:42:51 +02:00
docs stream: fix docs for recently-added get/set_buffer_size API 2015-09-17 20:07:34 +01:00
examples test-netclock: Use the new API to configure a clock directly 2015-12-30 18:40:47 +02:00
gst rtsp-stream: Ensure that the pipeline is live and later-added udpsrcs are syncing the state with the parent bin 2016-03-10 19:47:13 +02:00
pkgconfig uninstalled.pc: add support for non libtool build systems 2016-02-18 15:20:05 +00:00
tests stream tests: added new tests 2016-03-05 10:08:40 +02: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-02-05 18:11:41 -03:00
ChangeLog Release 1.7.90 2016-03-01 19:00:45 +02:00
configure.ac Release 1.7.90 2016-03-01 19:00:45 +02: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.7.90 2016-03-01 19:00:45 +02: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
NEWS Release 1.7.90 2016-03-01 19:00:45 +02:00
README Fix typo in README 2015-03-15 12:27:39 +00:00
RELEASE Release 1.7.90 2016-03-01 19:00:45 +02: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.