summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2017-09-25rtsp-media-factory: Don't cache any media if NULL was returned as keyHEADmasterSebastian Dröge1-1/+1
2017-09-18rtspclientsink: Use a mutex for protecting against concurrent send/receivesMathieu Duponchelle2-34/+55
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-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
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
2017-01-09rtsp-stream: fixed segmenation fault in _get_server_port()Patricia Muscalu1-2/+7
2017-01-09dosc: Fix a little typoAleksandr Slobodeniuk1-2/+2
2016-12-22rtsp-stream: Fixed TCP transport casePatricia Muscalu1-0/+1
2016-12-02media: Fix pt map capsEdward Hervey1-6/+2
2016-12-02media-factory: Create media objects with the proper transport modeEdward Hervey1-1/+3
2016-12-02rtsp-auth: Don't remove digest-auth nonces that already/still have a client c...Sebastian Dröge1-1/+2
2016-12-01rtsp-media-factory: Don't create a pipeline for the media pipeline stringSebastian Dröge1-1/+3
2016-12-01media: Fix race condition around finish_unprepare() if called multiple timeKseniia Vasilchuk1-0/+5
2016-11-30rtspclientsink: Don't leave stale pointer after unrefJan Schmidt1-1/+3
2016-11-23stream: block the output of rtpbin instead of the source pipelineMatthew Waters1-10/+15
2016-11-23rtsp-client: add IDLE timeout, before session existsDag Gullberg1-0/+65
2016-11-22rtsp-stream: Set close-socket FALSE on UDP src:esGöran Jönsson1-0/+3
2016-11-19rtspclientsink: Move to new helper function to parse authentication responsesSebastian Dröge1-141/+35
2016-11-19rtsp-auth: Add support for Digest authenticationSebastian Dröge2-23/+343
2016-11-19Enable building with MSVCScott D Phillips1-0/+1
2016-11-17client: update do_send_message to match type GstRTSPClientSendFuncScott D Phillips1-3/+3
2016-11-11rtsp-sdp: Fix indentationSebastian Dröge1-1/+1
2016-11-10rtsp-media: Only signal "new-state" if the state has actually changedNeha Arora1-4/+4
2016-11-01client: emit signal in the beginning of each rtsp requestBranko Subasic2-1/+398
2016-10-25rtsp-client: Session filter in unwatch sessionGöran Jönsson1-3/+11
2016-10-20rtsp-client: Fix factory leaking in find_media() in error casesNikita Bobkov1-0/+4
2016-10-06stream: Fix randomly missing streams from SDP with dynamic elementsXavier Claessens1-0/+1
2016-09-18rtsp-server: Hint that set_multicast_iface expects the name of the interfaceIan Jamison3-3/+3
2016-09-18rtsp-media: Call g_free() instead of g_object_unref() on multicast-iface stringsSebastian Dröge2-2/+2
2016-09-07rtsp-stream: Remove unused _locked() variant of a functionSebastian Dröge1-31/+23
2016-09-07stream: cosmetic cleanupXavier Claessens1-1/+1
2016-09-07stream: Compare IP addresses case insensitive in more placesXavier Claessens1-2/+3
2016-09-07stream: Fix leaked joined_binXavier Claessens1-2/+1
2016-09-06rtsp-stream: Compare IP address strings case insensitiveSebastian Dröge1-3/+4
2016-09-06rtsp-stream: Bind multicast sockets to ANY as beforeSebastian Dröge1-1/+4
2016-09-05rtsp-session: Fix segfault when doing keep-alive after removing the sessionKseniia1-0/+23
2016-09-05rtsp-stream: Always create multicast UDP elements if the protocol flag is setSebastian Dröge1-163/+115
2016-09-05rtsp-stream: Fix up various multicast related issuesSebastian Dröge1-10/+16
2016-09-05stream: revert back to create udpsrc/udpsink on DESCRIBE for unicastXavier Claessens2-318/+303
2016-09-05stream: factor our plug_src functionXavier Claessens1-43/+34
2016-09-05stream: factor out plug_sink functionXavier Claessens1-46/+36
2016-09-05stream: small documentation clarificationXavier Claessens1-2/+6