summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-27media: refactorwork2Wim Taymans1-39/+27
2013-11-27client: reset media after doing the SDPOgnyan Tonchev1-0/+14
2013-11-27media-factory: enable media reset on a per factory levelOgnyan Tonchev3-1/+101
2013-11-27media: add support for resetting mediaOgnyan Tonchev5-37/+315
2013-11-27media: add API for blocking streamsOgnyan Tonchev2-1/+80
2013-11-27stream: add API for blocking streamsOgnyan Tonchev2-1/+133
2013-11-26media: move default implementations to where they are usedWim Taymans1-35/+34
2013-11-26media: take the right lock in gst_rtsp_media_set_pipeline_state()Wim Taymans1-10/+20
2013-11-26media: handle add-added on non-bins tooWim Taymans1-15/+21
2013-11-22rtsp-media/-factory: Fix request pad name commentsSebastian Rasmussen3-5/+5
2013-11-22rtsp-media: remove transports if media is in error statusAleix Conchillo Flaque1-0/+22
2013-11-22rtsp-media: use element metadata to find payloaderWim Taymans1-5/+9
2013-11-22rtsp-stream: add getter for payload typeAleix Conchillo Flaque3-2/+54
2013-11-22rtsp-*: Refer to NULL as a constant in commentsSebastian Rasmussen6-15/+15
2013-11-22rtsp-*: Fix type name typos in commentsSebastian Rasmussen5-6/+6
2013-11-22docs: Improve documentationSebastian Rasmussen3-60/+29
2013-11-18rtsp-server: sprinkle some allow-none annotations for g-iTim-Philipp Müller5-5/+5
2013-11-18stream: add method to filter transportsWim Taymans2-0/+97
2013-11-15rtsp: allow NULL func in filtersWim Taymans4-12/+43
2013-11-12address-pool: fix address incrementWim Taymans2-4/+32
2013-11-12client: allow absolute path in requestsPatricia Muscalu2-2/+66
2013-11-12client: make make_path_from_uri a vmethodPatricia Muscalu2-6/+16
2013-11-12stream: Add functions to get rtp and rtcp socketsWim Taymans5-0/+184
2013-11-12context: defing a GType for the contextWim Taymans2-1/+5
2013-11-12Fixed several GIR warningsSebastian Pölsterl9-14/+19
2013-11-12auth: small typosWim Taymans1-2/+2
2013-11-12tests: Add unit tests for tokenSebastian Rasmussen2-2/+102
2013-11-12token: Validate args for gst_rtsp_token_is_allowedSebastian Rasmussen1-0/+3
2013-11-12token: Fix bug when creating empty tokenSebastian Rasmussen1-8/+15
2013-11-12thread-pool: avoid race in shutdownWim Taymans1-8/+21
2013-11-12tests: Add unit tests for permissionsSebastian Rasmussen2-0/+108
2013-11-12tests: Test mediafactory permissionsSebastian Rasmussen1-0/+71
2013-11-12permissions: Fix refcounting when adding/removing rolesSebastian Rasmussen1-9/+2
2013-11-12tests: Check gst_rtsp_url_parse return valueSebastian Rasmussen3-10/+19
2013-11-05Automatic update of common submoduleTim-Philipp Müller1-0/+0
2013-11-04rtsp-server: Fix socket leakOgnyan Tonchev1-1/+4
2013-10-30rtsp-session-pool: Make sure session IDs are properly URI-escapedSebastian Dröge1-2/+3
2013-10-30examples: fix compilation when WITH_AUTH is definedAleix Conchillo Flaque2-9/+9
2013-10-30gitignore: Add new test binarySebastian Dröge1-0/+1
2013-10-30thread-pool: Add unit test for the thread poolsOgnyan Tonchev2-1/+92
2013-10-30thread-pool: Fix thread leak when reusing threadsOgnyan Tonchev1-5/+11
2013-10-15tests: fixed racy behavior in rtspserver testsPatricia Muscalu2-42/+39
2013-10-14tests: Improve address pool unit testsSebastian Rasmussen1-1/+17
2013-10-04client: append query string in PAUSE/PLAY/TEARDOWN as wellWim Taymans1-9/+30
2013-10-04client: Add query to control pathJonas Holmberg1-1/+16
2013-10-04rtsp-media: remove old lineWim Taymans1-1/+0
2013-10-02stream: Correct control comparisonJonas Holmberg1-1/+1
2013-10-02media: Check dynamically if the pipeline supports seekingYouness Alaoui1-0/+13
2013-10-02media: Return FALSE if seeking is not supportedYouness Alaoui1-1/+1
2013-10-01rtsp-media: don't seek accurate by defaultWim Taymans1-0/+1