summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2014-09-16client: raise the backlog limits before pausingHEADmasterGöran Jönsson1-0/+9
2014-09-16client: make define for the WATCH_BACKLOGGöran Jönsson1-3/+5
2014-09-16client: simplify session transport handlingWim Taymans1-131/+23
2014-09-16stream-transport: make method to handle received dataWim Taymans2-0/+35
2014-09-12rtsp-media: Make sure that sequence numbers are monotonic after pauseSrimanta Panda3-0/+59
2014-09-04rtsp-client: Protect saved clients watch with a mutexGöran Jönsson1-0/+8
2014-08-25rtsp-stream: Remove the multicast group udp sources when removing from the binSebastian Dröge1-0/+21
2014-08-12rtsp-media: Query position and stop time only on the RTP parts of the pipelineSebastian Dröge3-14/+144
2014-08-04signals: Fix copy-pasto in target-state signal offsetArun Raghavan1-2/+2
2014-07-22rtsp-stream: Listen on the multicast group for RTP/RTCP packetsSebastian Dröge1-1/+89
2014-07-16media: correct misspelled words in descriptionHyunjun Ko1-2/+2
2014-07-10server: implement client REMOVE filterWim Taymans1-1/+6
2014-07-10client: expose _close() methodWim Taymans2-3/+12
2014-07-10session-pool: signal session-removed outside of the lockWim Taymans1-10/+40
2014-07-10filter: Release lock in filter functionsWim Taymans5-61/+194
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 Taymans2-12/+18
2014-07-02rtsp: fix for MIKEY api changeWim Taymans2-3/+3
2014-07-01client: free watch context only onceworkWim 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-30session-pool: add session-removed signalWim Taymans2-8/+59
2014-06-30Make rtsp-server.h a single-include header, use it for G-IEvan Nemerson2-3/+17
2014-06-27stream: crypto can be NULLWim Taymans1-1/+1
2014-06-26introspection: add missing allow-none annotationsEvan Nemerson3-4/+6
2014-06-26introspection: add (nullable) annotations to return valuesEvan Nemerson7-23/+27
2014-06-24gi: improve annotationsEvan Nemerson2-3/+8
2014-06-24signals: use generic marshal functionWim Taymans4-29/+29
2014-06-24context: add type macroWim Taymans1-0/+2
2014-06-24sdp: hide key length definesWim Taymans3-6/+12
2014-06-19mikey: add different key length parametersAleix Conchillo Flaqué3-0/+64
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-06-13media: fix confusing commentWim Taymans1-1/+1
2014-06-05rtsp-session: Timeout in header.Göran Jönsson1-2/+19
2014-05-20client: store TCP ports in transportWim Taymans1-0/+29
2014-05-16stream: add signals for new RTP/RTCP encodersAleix Conchillo Flaqué1-2/+31
2014-05-15media: Make suspend()/unsuspend() virtualOgnyan Tonchev2-43/+104
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-21media: Do not stop thread twice if default_prepare() failsOgnyan Tonchev1-6/+0
2014-04-15client: set the watch to flushing before going to NULLWim Taymans1-0/+7
2014-04-12rtsp-session-pool: Fixes annotationLinus Svensson1-1/+1
2014-04-12media: make media_prepare virtualOgnyan Tonchev2-59/+98
2014-04-12media: stop the thread in more error casesOgnyan Tonchev1-0/+12