gstreamer/gst/rtsp-server
Wim Taymans 4b1c190a5f Make the server handle arbitrary pipelines
Make GstMediaFactory an object that can instantiate GstMediaBin objects.
The GstMediaBin object has a handle to a bin with elements and to a list of
GstMediaStream objects that this bin produces.

Add GstMediaMapper that can map url mountpoints to GstMediaFactory objects along
with methods to register and remove those mappings.

Add methods and a property to GstRTSPServer to manage the GstMediaMapper object
used by the server instance.

Modify the example application so that it shows how to create custom pipelines
attached to a specific mount point.

Various misc cleanps.
2009-01-22 15:33:29 +01:00
..
Makefile.am Make the server handle arbitrary pipelines 2009-01-22 15:33:29 +01:00
rtsp-client.c Make the server handle arbitrary pipelines 2009-01-22 15:33:29 +01:00
rtsp-client.h Make the server handle arbitrary pipelines 2009-01-22 15:33:29 +01:00
rtsp-media-factory.c Make the server handle arbitrary pipelines 2009-01-22 15:33:29 +01:00
rtsp-media-factory.h Make the server handle arbitrary pipelines 2009-01-22 15:33:29 +01:00
rtsp-media-mapping.c Make the server handle arbitrary pipelines 2009-01-22 15:33:29 +01:00
rtsp-media-mapping.h Make the server handle arbitrary pipelines 2009-01-22 15:33:29 +01:00
rtsp-media.c Make the server handle arbitrary pipelines 2009-01-22 15:33:29 +01:00
rtsp-media.h Make the server handle arbitrary pipelines 2009-01-22 15:33:29 +01:00
rtsp-server.c Make the server handle arbitrary pipelines 2009-01-22 15:33:29 +01:00
rtsp-server.h Make the server handle arbitrary pipelines 2009-01-22 15:33:29 +01:00
rtsp-session-pool.c Allow custom session pools to override the session id allocation algorithms 2009-01-20 19:41:53 +01:00
rtsp-session-pool.h Allow custom session pools to override the session id allocation algorithms 2009-01-20 19:41:53 +01:00
rtsp-session.c Make the server handle arbitrary pipelines 2009-01-22 15:33:29 +01:00
rtsp-session.h Make the server handle arbitrary pipelines 2009-01-22 15:33:29 +01:00