example: add SDP relay example
[platform/upstream/gstreamer.git] / gst /
2009-05-24 Wim Taymansmedia: also count active TCP connections
2009-05-24 Wim Taymansrtsp: add support for dynamic elements
2009-05-24 Wim Taymanssdp: don't add encoding name when absent in caps
2009-05-23 Wim Taymansclient: warn when we can't do RTP-Info
2009-05-23 Wim Taymansfactory: factor out the stream construction
2009-05-23 Wim Taymansclient: only add RTP-Info when we have the info
2009-05-15 Wim Taymansmedia: link the RTP udpsrc to the session manager
2009-04-29 Wim Taymansmedia: seek to key frames
2009-04-21 Wim Taymansmedia: emit the unprepared signal by id
2009-04-21 Sebastian PölsterlSet pipeline's state to NULL no matter if the media...
2009-04-20 Sebastian PölsterlAdded finalize function to GstRTPSPServer to unref...
2009-04-14 Wim Taymansserver: use appsink and appsrc with the API
2009-04-03 Wim Taymansfactory: connect to the unprepare signal
2009-04-03 Wim Taymansmedia: add signal to notify of unprepare
2009-04-03 Wim Taymansmedia: more work on making the media shared
2009-04-03 Wim Taymansclient: support shared media
2009-04-03 Wim Taymansclient: fix refcounting crasher
2009-04-01 Tim-Philipp MüllerFix rtsp client refcount management in TCP mode.
2009-03-31 Tim-Philipp Müllerdocs: fix typo in API docs
2009-03-13 Wim TaymansMore seeking fixes.
2009-03-12 Wim TaymansAdd beginnings of seeking.
2009-03-12 Wim Taymansallow pause requests for now.
2009-03-11 Wim TaymansRemove weak ref on the session in teardown
2009-03-11 Wim TaymansDo some more session cleanup
2009-03-11 Wim TaymansAdd TCP transports
2009-03-06 Wim TaymansAdd support for live streams
2009-03-04 Wim TaymansFree the pipeline before other things
2009-03-04 Wim TaymansOnly free the pending tunnel if there is one
2009-03-04 Wim Taymansrtsp-server: Add support for tunneling
2009-02-19 Wim TaymansFix for channel -> watch rename in gstreamer
2009-02-18 Wim TaymansUse ASYNC RTSP io
2009-02-18 Wim TaymansAdd better debug info
2009-02-13 Wim TaymansPass GTimeVal around for performance reasons
2009-02-13 Wim TaymansAdd better support for session timeouts
2009-02-13 Wim TaymansAdd suport for RTP manager monitoring
2009-02-13 Wim TaymansAdd support for session keepalive
2009-02-13 Wim TaymansHandle media bus messages
2009-02-13 Wim TaymansSome more session timeout handling
2009-02-10 Wim TaymansAdd timeout property
2009-02-10 Wim TaymansUse getters and setters in property code
2009-02-04 Wim TaymansMerge branch 'master' of git+ssh://git.collabora.co...
2009-02-04 Wim TaymansAdd more timeout stuff
2009-02-04 Wim TaymansAdd beginnings of session timeouts and limits
2009-02-04 Wim TaymansCleanup of sessions and more
2009-02-04 Wim TaymansRename a variable
2009-02-03 Wim TaymansRework the way we handle transports for streams
2009-01-31 Wim TaymansDrop const from functions dealing with urls
2009-01-30 Wim TaymansFix various leaks
2009-01-30 Wim TaymansMore cleanups
2009-01-30 Wim TaymansMore docs and small cleanups
2009-01-30 Wim TaymansFix some leaks and change default port
2009-01-30 Wim TaymansCleanups to the session object
2009-01-30 Wim TaymansCleanups and reuse media from DESCRIBE
2009-01-30 Wim TaymansAdd shared properties to media and factory
2009-01-30 Wim TaymansAdd a little comment
2009-01-30 Wim TaymansReorganize things, prepare for media sharing
2009-01-22 Wim TaymansCleanups and doc updates
2009-01-22 Wim TaymansMore improvements
2009-01-22 Wim TaymansHandle state change failures better
2009-01-22 Wim TaymansMake element creation more extendible
2009-01-22 Wim TaymansMake the server handle arbitrary pipelines
2009-01-20 Wim TaymansAllow setting a custom media factory for a server
2009-01-20 Wim TaymansAllow setting a custom media factory for a client.
2009-01-20 Wim TaymansAdd Makefile entry for the media factory
2009-01-20 Wim TaymansAdd media factory to map urls to media pipeline objects.
2009-01-20 Wim TaymansAdd comments.
2009-01-20 Wim TaymansAllow custom session pools to override the session...
2009-01-20 Wim TaymansAdd some comments.
2009-01-20 Wim TaymansMove the connection code in one place
2009-01-20 Wim TaymansMake vmethod to create and accept new clients.
2009-01-19 Wim TaymansMake more properties configurable in the server.
2009-01-19 Wim TaymansName the parameters more appropriately.
2009-01-19 Wim TaymansDo some more cleanup of the session pool.
2009-01-08 Wim TaymansCheck if return value of gst_rtsp_session_get_media...
2009-01-08 Wim TaymansInstall rtsp-session and rtsp-session-pool headers
2009-01-08 Alessandro DecinaChange an obviously wrong return FALSE to return NULL;
2009-01-08 Sebastian PölsterlPut GStreamer version in library name
2009-01-08 Wim TaymansFix some issues to pass distcheck
2009-01-08 Wim TaymansAdded port property to GstRTSPServer class.
2009-01-08 Wim TaymansSplit in library and example program