rtsp-stream: obtain stream position from pad
[platform/upstream/gstreamer.git] / gst / rtsp-server / rtsp-session.c
2017-11-15 Jonathan Karlssonrtsp-session: Handle the case when timeout=0
2017-04-13 Thibault Sauniergi: Fix some annotations and docstrings
2017-01-12 Sebastian Drögertsp-session: Only remove deprecated API if requested...
2016-09-05 Kseniiartsp-session: Fix segfault when doing keep-alive after...
2016-05-19 Ianrtsp-session: RFC2326 does not allow a space between...
2015-02-19 Kent-Inge Ingessonrtsp-session: Use monotonic time for RTSP session timeout
2014-09-24 Branko Subasicrtsp-*: Treat sending packets to clients as keepalive
2014-07-10 Wim Taymansfilter: Release lock in filter functions
2014-07-08 Wim Taymansclient: manage media in session as a last step
2014-06-05 Göran Jönssonrtsp-session: Timeout in header.
2014-03-24 Sebastian Rasmussengobject-introspection: Add annotations to support langu...
2013-11-28 Wim Taymansmedia: add suspend modes
2013-11-18 Tim-Philipp Müllerrtsp-server: sprinkle some allow-none annotations for g-i
2013-11-15 Wim Taymansrtsp: allow NULL func in filters
2013-11-12 Sebastian PölsterlFixed several GIR warnings
2013-07-11 Wim Taymansdocs: improve docs
2013-07-03 Wim Taymanssession: use path matching for session media
2013-03-11 Olivier CrêteDocument locking and its order
2012-11-29 Wim Taymansrtsp: make object details private
2012-11-12 Wim Taymanssession: add locking
2012-11-12 Wim Taymanssession: move session header code in session object
2012-11-04 Tim-Philipp MüllerFix FSF address
2012-10-28 Sebastian Pölsterlrtsp-server: added annotations to indicate type of...
2012-10-26 Wim Taymansdocs: update docs
2012-10-25 Wim Taymansrtsp: massive refactoring
2012-10-18 Sebastian Pölsterlrtsp-server: fixed comments and GIR annotations
2012-10-10 Ognyan Tonchevsession: add ttl to the transport header in SETUP
2012-03-29 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-03-26 Wim TaymansMerge branch 'master' into 0.11
2012-03-26 Wim TaymansMerge branch 'master' into 0.11
2011-12-09 Wim Taymansrtsp-server: port some more to 0.11
2011-04-26 Wim TaymansMerge branch 'master' into 0.11
2011-01-12 Wim Taymansserver: improve debugging in various objects
2010-12-29 Wim Taymansrtsp-server: add support for buffer lists
2010-12-13 Wim TaymansMerge branch 'master' into 0.11
2010-12-11 Edward Herveyrtsp-server: Run gst-indent
2010-12-11 Edward Herveyrtsp-server: Some more doc fixups
2010-08-24 Wim Taymansmedia: cleanup media transport before freeing
2010-04-06 Wim Taymanssession: add support for prevent session timeouts
2010-04-06 Wim Taymanssession: small cleanups
2010-03-16 Wim Taymanssession: indent
2010-03-05 Wim Taymansmedia: avoid doing _get_state() for state changes
2010-03-05 Wim Taymanssession: handle transport setup correctly
2009-11-21 Sebastian PölsterlUse GStreamer's debugging subsystem
2009-07-27 Wim Taymansrtsp: allocate channels in TCP mode
2009-05-26 Wim Taymansrtsp: use RTCP to keep the session alive
2009-05-26 Wim Taymanssession: add 5sec to the real session timeout
2009-03-31 Tim-Philipp Müllerdocs: fix typo in API docs
2009-03-11 Wim TaymansAdd TCP transports
2009-02-13 Wim TaymansAdd better support for session timeouts
2009-02-13 Wim TaymansSome more session timeout handling
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-03 Wim TaymansRework the way we handle transports for streams
2009-01-30 Wim TaymansCleanups to the session object
2009-01-30 Wim TaymansReorganize things, prepare for media sharing
2009-01-22 Wim TaymansMore improvements
2009-01-22 Wim TaymansMake the server handle arbitrary pipelines
2009-01-08 Alessandro DecinaChange an obviously wrong return FALSE to return NULL;
2009-01-08 Wim TaymansSplit in library and example program