summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-26Release 1.15.21.15.2Tim-Philipp Müller6-104/+330
2019-02-19rtsp-media: Fix multicast use case with common mediaGöran Jönsson2-2/+211
2019-02-02rtsp-server: remove recursive behaviorGöran Jönsson3-76/+43
2019-01-30rtsp-client: Only allow to set either a send_func or send_messages_func but n...Sebastian Dröge1-63/+18
2019-01-30rtsp-client: Add support for sending buffer lists directlySebastian Dröge4-20/+186
2019-01-30rtsp-server: Add support for buffer listsSebastian Dröge7-11/+250
2019-01-29client: Fix crash in close handlerBenjamin Berg1-0/+3
2019-01-29rtsp-stream: Use cached address when allocating socketsEdward Hervey1-2/+6
2019-01-25rtsp-media: Fix race codition in finish_unprepareLars Wiréen1-3/+7
2019-01-17Release 1.15.11.15.1Tim-Philipp Müller6-61/+2085
2018-12-06Add source elements to the pipeline before activationPatricia Muscalu1-3/+3
2018-12-05Automatic update of common submoduleThibault Saunier1-0/+0
2018-11-20examples: test-appsrc: fix coding style errorIngo Randolf1-1/+1
2018-11-20examples: test-appsrc: fix buffer leakIngo Randolf1-0/+1
2018-11-19rtsp-media: Update priv->blocked when linked streams are unblocked.Patricia Muscalu1-0/+3
2018-11-19rtsp-media: Don't block streams before seekingPatricia Muscalu1-3/+2
2018-11-17tests: rtspserver: Add shared media test case for TCPPatricia Muscalu1-8/+36
2018-11-14rtsp-stream: Use seqnum-offset for rtpinfoLinus Svensson1-1/+1
2018-11-14rtsp-stream: Plug memory leakLinus Svensson1-0/+1
2018-11-12Add Gitlab CI configurationJordan Petridis1-0/+1
2018-11-05Update git locations to gitlabMatthew Waters2-3/+3
2018-11-01meson: add new onvif typesMathieu Duponchelle1-0/+5
2018-11-01Add ONVIF subclass headers to the installed headers in meson.build tooSebastian Dröge1-0/+4
2018-11-01rtsp-server: Declare GstRTSPServer struct before anything elseSebastian Dröge2-8/+8
2018-11-01Mark all ONVIF-specific subclasses as Since 1.14Sebastian Dröge4-0/+20
2018-11-01Include ONVIF types from single-include rtsp-server.hSebastian Dröge10-168/+227
2018-10-23rtsp-stream: use idle source in on_message_sentGöran Jönsson4-15/+87
2018-10-22rtsp-client: Remove timeout GSource on cleanupEdward Hervey1-0/+8
2018-10-04autotools: fix distcheckTim-Philipp Müller1-1/+2
2018-10-03onvif: encapsulate onvif part into a binOgnyan Tonchev5-2/+439
2018-09-28tests: client: Avoid bind() failures in testsPatricia Muscalu1-1/+1
2018-09-28New property for socket binding to mcast addressesPatricia Muscalu8-17/+333
2018-09-24libs: fix API export/import and 'inconsistent linkage' on MSVCTim-Philipp Müller24-6/+84
2018-09-19rtsp-media-factory: Add missing break statementsEdward Hervey1-0/+2
2018-09-19meson: add gobject-cast-checks, glib-asserts, glib-checks optionsTim-Philipp Müller2-0/+31
2018-09-19meson: add option to disable build of rtspclientsink pluginTim-Philipp Müller3-2/+11
2018-09-19meson: re-arrange optionsTim-Philipp Müller1-4/+7
2018-09-01meson: Use feature option for tests optionNirbheek Chauhan4-7/+9
2018-08-31meson: Maintain macOS ABI through dylib versioningNirbheek Chauhan2-1/+4
2018-08-31meson: add pkg-config file for the rtspclientsink pluginMatthew Waters2-0/+8
2018-08-29rtsp-client: Avoid reuse of channel numbers for interleavedDavid Svensson Fors2-2/+74
2018-08-29rtsp-client: Add unit test of SETUP for RTSP/RTP/TCPDavid Svensson Fors1-24/+65
2018-08-15meson: There is no gstreamer-plugins-good-1.0.pcNirbheek Chauhan1-3/+1
2018-08-14Fix indentation againSebastian Dröge2-6/+10
2018-08-14stream: Added a list of multicast client addressesPatricia Muscalu5-40/+485
2018-08-14stream: Choose the maximum ttl value provided by multicast clientsPatricia Muscalu4-38/+230
2018-08-14rtsp-stream: Don't require address pool in the transport specific casePatricia Muscalu2-55/+169
2018-08-14client: Don't reserve multicast address in the client setting casePatricia Muscalu2-125/+162
2018-08-14Add new API for setting/getting maximum multicast ttl valuePatricia Muscalu7-0/+284
2018-08-14rtsp-stream: avoid duplicating the first multicast clientMathieu Duponchelle1-2/+0