summaryrefslogtreecommitdiff
path: root/gst/rtsp-server/rtsp-client.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-30rtsp-client: mikey memory leaksAleix Conchillo Flaqué1-0/+3
2014-09-04rtsp-client: Protect saved clients watch with a mutexGöran Jönsson1-0/+8
2014-07-10client: expose _close() methodWim Taymans1-3/+11
2014-07-10filter: Release lock in filter functionsWim Taymans1-6/+34
2014-07-09client: check if watch is set in handle_teardown()Ognyan Tonchev1-2/+4
2014-07-09client: keep ref to client for the session removed handlerOgnyan Tonchev1-7/+28
2014-07-08client: manage media in session as a last stepWim Taymans1-12/+16
2014-07-02rtsp: fix for MIKEY api changeWim Taymans1-2/+2
2014-07-01client: free watch context only onceWim Taymans1-3/+1
2014-07-01client: fix buildWim Taymans1-1/+1
2014-07-01client: protect sessions with lockWim Taymans1-6/+15
2014-07-01Client: keep a ref to the sessionWim Taymans1-76/+60
2014-06-26introspection: add missing allow-none annotationsEvan Nemerson1-1/+2
2014-06-24gi: improve annotationsEvan Nemerson1-2/+7
2014-06-24signals: use generic marshal functionWim Taymans1-21/+21
2014-06-24sdp: hide key length definesWim Taymans1-0/+6
2014-06-19mikey: add different key length parametersAleix Conchillo Flaqué1-0/+24
2014-06-18client: ref the context until rtsp watch is aliveOgnyan Tonchev1-0/+11
2014-06-18client: Destroy the rtsp watch after connection closeOgnyan Tonchev1-0/+9
2014-05-20client: store TCP ports in transportWim Taymans1-0/+29
2014-05-10client: fix send-message signal marshallerAleix Conchillo Flaqué1-1/+1
2014-05-09rtsp-client: handle Require headers and respond with OPTION_NOT_SUPPORTEDTim-Philipp Müller1-0/+81
2014-05-01client: emit a signal before sending a messageWim Taymans1-0/+9
2014-05-01client: pass context to send_messageWim Taymans1-13/+34
2014-05-01client: fix typo in commentWim Taymans1-1/+1
2014-04-15client: set the watch to flushing before going to NULLWim Taymans1-0/+7
2014-04-10rtsp-client: indent cleanupVincent Penquerc'h1-1/+1
2014-04-10client: Add drop-backlog propertyGöran Jönsson1-4/+58
2014-04-08client: support for POST before GET when setting up a tunnelOgnyan Tonchev1-61/+67
2014-04-08client: remove watch of the second client after http tunnel setupOgnyan Tonchev1-0/+6
2014-04-04rtsp: update for MIKEY API changesWim Taymans1-4/+8
2014-04-03client: parse the mikey response from the clientWim Taymans1-1/+241
2014-04-03client: cleanup error pathsWim Taymans1-24/+16
2014-03-24gobject-introspection: Add annotations to support language bindingsSebastian Rasmussen1-11/+11
2014-03-11rtsp-client: vmethod for modifying tunnel GET responseDavid Svensson Fors1-1/+18
2014-02-09rtsp-server: Fix lots of compiler warnings with clangSebastian Dröge1-2/+3
2014-01-07client: let stream check supported transportWim Taymans1-14/+5
2013-12-26session-media: let the session-media make the RTPInfoWim Taymans1-53/+36
2013-12-19media: add setup_sdp vmethodAleix Conchillo Flaqué1-1/+1
2013-12-19rtsp-client: Fix iterationEdward Hervey1-1/+1
2013-12-18client: add vmethod to configure media and streamsWim Taymans1-23/+33
2013-11-29media: also handle prepare and range in suspended stateWim Taymans1-2/+4
2013-11-28client: store setup uri and use in PLAY responseWim Taymans1-10/+13
2013-11-28client: suspend after SDP and unsuspend before PLAYINGWim Taymans1-0/+13
2013-11-22rtsp-*: Refer to NULL as a constant in commentsSebastian Rasmussen1-1/+1
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-5/+13
2013-11-12client: allow absolute path in requestsPatricia Muscalu1-2/+28
2013-11-12client: make make_path_from_uri a vmethodPatricia Muscalu1-6/+15
2013-10-04client: append query string in PAUSE/PLAY/TEARDOWN as wellWim Taymans1-9/+30