summaryrefslogtreecommitdiff
path: root/gst/rtsp-server
AgeCommit message (Expand)AuthorFilesLines
2018-02-09stream: Add functions for checking if stream is receiver or senderonvif-backchannelOgnyan Tonchev3-5/+78
2018-02-09onvif: Make requires_backchannel() publicOgnyan Tonchev2-6/+22
2018-02-09rtsp-server: Switch around sendonly/recvonly attributesSebastian Dröge1-2/+2
2018-02-09rtsp: Add support for ONVIF backchannelSebastian Dröge12-6/+1305
2018-01-22rtsp-media: Add support for sending+receiving mediasSebastian Dröge1-6/+162
2017-12-19rtsp-stream: Set multicast TTL on the multicast socketsSebastian Dröge1-16/+27
2017-12-19rtsp-stream: Decide based on the sockets, not the addresses if we already all...Sebastian Dröge1-4/+5
2017-12-07rtsp-server: Minor doc fixesEdward Hervey3-4/+4
2017-11-30Fix build when -Werror=deprecated-declarations is onThibault Saunier1-1/+2
2017-11-27rtsp-stream: Do not reset 'blocking' if stream is already blockedPatricia Muscalu1-1/+1
2017-11-27rtsp-media: Fix missing lock in gst_rtsp_media_seekable()Patricia Muscalu1-4/+13
2017-11-26rtsp: fix distcheckTim-Philipp Müller1-1/+1
2017-11-26win32: remove .def file with exportsTim-Philipp Müller1-3/+1
2017-11-26rtsp-server: add missing GST_EXPORT and export deprecated funcsTim-Philipp Müller4-11/+15
2017-11-25rtsp-media: Enable seeking query before pipeline is completeEdward Hervey3-0/+67
2017-11-24rtsp-media: Fix handling in default_unsuspend()Patricia Muscalu1-5/+10
2017-11-24rtsp-media: Removed fakesink elementsPatricia Muscalu1-33/+0
2017-11-24rtsp-media: Corrected ASYNC_DONE handlingPatricia Muscalu1-14/+8
2017-11-21rtsp-client: Don't leak addrEdward Hervey1-2/+2
2017-11-21Run gst-indentEdward Hervey3-42/+44
2017-11-21rtsp-media: Don't unblock with remaining dynamic payloadersEdward Hervey1-2/+3
2017-11-21rtsp-media: Fix docEdward Hervey1-2/+2
2017-11-21rtsp-media: Don't set float on a gint64 variableEdward Hervey1-1/+1
2017-11-21rtsp-media: Fix previous commitEdward Hervey1-2/+2
2017-11-20rtsp-media: Handle multiple dynamic elementsEdward Hervey1-2/+15
2017-11-15rtsp-stream: Only update the RTP udpsink if it actually existsSebastian Dröge1-3/+6
2017-11-15rtsp-media: seek on media pipelines that are completePatricia Muscalu3-17/+73
2017-11-15Dynamically reconfigure pipeline in PLAY based on transportsPatricia Muscalu5-316/+927
2017-11-15rtsp-stream: obtain stream position from padPatricia Muscalu1-35/+114
2017-11-15rtsp-session-media: add function to get a list of transportsPatricia Muscalu2-0/+27
2017-11-15rtsp-stream: add functions to get rtp and rtcp multicast socketsPatricia Muscalu2-0/+72
2017-11-15stream: set async=sync=false only for RTCP appsinkPatricia Muscalu1-1/+2
2017-11-15rtsp-media: return minimum value in query position casePatricia Muscalu1-3/+9
2017-11-15rtsp-session: Handle the case when timeout=0Jonathan Karlsson1-0/+9
2017-10-26docs: add media factory transport mode accessorsMathieu Duponchelle1-1/+1
2017-10-09rtsp-client: unref 'pipelined_requests' in finalizeBranko Subasic1-0/+1
2017-10-09rtsp-media: Initialize scalar variableThibault Saunier1-1/+1
2017-10-05Start support for RTSP 2.0Thibault Saunier3-47/+261
2017-10-05stream: Use stream duration as stream-stop if segment was not configured with...Thibault Saunier1-0/+13
2017-09-25rtsp-media-factory: Don't cache any media if NULL was returned as keyHEADmasterSebastian Dröge1-1/+1
2017-08-31sdp: fix Memory leak in error caseSatya Prakash Gupta1-0/+1
2017-08-14rtsp-client: Fix typo in debug messageSebastian Dröge1-1/+1
2017-06-29rtsp-stream: fix connection delay due to wrong assumption on last-sampleJulien Isorce1-2/+17
2017-05-18Mark symbols explicitly for export with GST_EXPORTTim-Philipp Müller19-0/+491
2017-04-13gi: Fix some annotations and docstringsThibault Saunier4-13/+14
2017-04-13meson: Build girThibault Saunier1-1/+21
2017-01-19rtsp-client: Also handle the (S|G)ET_PARAMETER case of size==0 || !data as ke...Sebastian Dröge1-4/+4
2017-01-19rtsp-client: Fix handling of keep-alive GET_PARAMETER/SET_PARAMETERSebastian Dröge1-4/+4
2017-01-12rtsp-session: Only remove deprecated API if requested to do so, not just when...Sebastian Dröge1-4/+7
2017-01-10rtsp-stream: corrected if-statement in _get_server_port()Patricia Muscalu1-2/+2