GStreamer multimedia framework
Go to file
Hyunjun Ko de590b4b2a rtsp-stream: fix to get valid each stream data for request-aux-sender signal
Because of duplicated g_signal_connect for request-aux-sender signal,
wrong stream pointer is passed to the signal handler.
Instead of passing each stream, pass stream array and get the relevant stream.

https://bugzilla.gnome.org/show_bug.cgi?id=747839
2015-04-15 15:14:04 +02:00
common@c8fb372b4c Automatic update of common submodule 2015-04-03 18:58:26 +01:00
docs media: implement ssrc-multiplexed retransmission support 2014-12-16 16:41:08 +01:00
examples examples: test-uri: fix tainted variable 2015-03-03 13:53:11 +00:00
gst rtsp-stream: fix to get valid each stream data for request-aux-sender signal 2015-04-15 15:14:04 +02:00
pkgconfig rtsp-server: Update versioning 2012-04-04 14:48:44 +02:00
tests Fix double semicolons 2015-03-10 09:39:22 +00:00
.gitignore Update .gitignore 2014-05-02 19:58:50 +01: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 Update autogen.sh to latest version from common 2015-04-06 10:32:52 +01:00
ChangeLog Release 1.4.0 2014-07-19 17:56:31 +02:00
configure.ac configure: add --disable-examples switch 2014-12-18 09:36:51 +00: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.4.0 2014-07-19 17:56:31 +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.4.0 2014-07-19 17:56:31 +02:00
README Fix typo in README 2015-03-15 12:27:39 +00:00
RELEASE Release 1.4.0 2014-07-19 17:56:31 +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.