summaryrefslogtreecommitdiff
path: root/gst/rtsp-server/rtsp-session-pool.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-14session-pool: remove nullable return annotationMathieu Duponchelle1-1/+1
2018-02-12All around: add annotations and API guardsMathieu Duponchelle1-2/+2
2015-12-15rtsp-session-pool: Avoid dollar sign ($) in session idsOlivier Crête1-1/+1
2015-02-19rtsp-session: Use monotonic time for RTSP session timeoutKent-Inge Ingesson1-6/+10
2015-01-14Revert "rtsp-session-pool: Make sure session IDs are properly URI-escaped"Sebastian Rasmussen1-3/+2
2014-07-10session-pool: signal session-removed outside of the lockWim Taymans1-10/+40
2014-07-10filter: Release lock in filter functionsWim Taymans1-40/+63
2014-06-30session-pool: add session-removed signalWim Taymans1-7/+53
2014-06-26introspection: add (nullable) annotations to return valuesEvan Nemerson1-2/+2
2014-04-12rtsp-session-pool: Fixes annotationLinus Svensson1-1/+1
2014-03-24gobject-introspection: Add annotations to support language bindingsSebastian Rasmussen1-4/+8
2013-11-18rtsp-server: sprinkle some allow-none annotations for g-iTim-Philipp Müller1-1/+1
2013-11-15rtsp: allow NULL func in filtersWim Taymans1-2/+10
2013-10-30rtsp-session-pool: Make sure session IDs are properly URI-escapedSebastian Dröge1-2/+3
2013-07-11docs: improve docsWim Taymans1-0/+23
2013-07-11session-pool: make vmethod to create a sessionWim Taymans1-1/+13
2013-05-30rtsp-session-pool: corrected session timeout detectionPatricia Muscalu1-4/+1
2013-03-11Document locking and its orderOlivier Crête1-2/+1
2012-11-29rtsp: make object details privateWim Taymans1-40/+88
2012-11-26MediaMapping -> MountPointsWim Taymans1-2/+0
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-18rtsp-server: fixed comments and GIR annotationsSebastian Pölsterl1-6/+6
2012-05-11rtsp-server: port to new thread APIWim Taymans1-22/+22
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge1-1/+4
2012-03-27rtsp-server: Don't use deprecated GLib APISebastian Dröge1-0/+7
2012-03-07rtsp-server: port to GIOWim Taymans1-1/+1
2011-03-07session: use full charset for RTSP session IDMiguel Angel Cabrera Moya1-1/+11
2011-01-12server: improve debugging in various objectsWim Taymans1-3/+3
2010-12-11rtsp-server: Run gst-indentEdward Hervey1-34/+35
2009-11-21Use GStreamer's debugging subsystemSebastian Pölsterl1-9/+13
2009-06-30sessionpool: add function to filter sessionsWim Taymans1-0/+68
2009-03-11Do some more session cleanupWim Taymans1-4/+2
2009-02-13Pass GTimeVal around for performance reasonsWim Taymans1-3/+116
2009-02-13Some more session timeout handlingWim Taymans1-1/+2
2009-02-10Use getters and setters in property codeWim Taymans1-6/+2
2009-02-04Add more timeout stuffWim Taymans1-0/+28
2009-02-04Add beginnings of session timeouts and limitsWim Taymans1-8/+159
2009-02-04Cleanup of sessions and moreWim Taymans1-2/+2
2009-01-20Allow custom session pools to override the session id allocation algorithmsWim Taymans1-3/+29
2009-01-19Do some more cleanup of the session pool.Wim Taymans1-5/+17
2009-01-08Split in library and example programWim Taymans1-0/+165