summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-03Release 1.17.21.17.2Tim-Philipp Müller6-5/+50
2020-06-23doc: Stop documenting properties from parentsThibault Saunier1-24/+0
2020-06-22docs: Fix version in the plugins cacheSebastian Dröge1-1/+1
2020-06-22rtspclientsink: Don't call gst_ghost_pad_construct() anymoreSebastian Dröge1-1/+0
2020-06-20Back to developmentTim-Philipp Müller1-1/+1
2020-06-19Release 1.17.11.17.1Tim-Philipp Müller6-1240/+1256
2020-06-15rtsp-media: Add/configure transports when completing the pipelineSebastian Dröge1-0/+5
2020-06-15rtsp-media: Fix misleading commentSebastian Dröge1-1/+1
2020-06-15rtsp-media: Make sure to also unblock pads when going to PLAYING while bufferingSebastian Dröge1-5/+6
2020-06-15rtsp-media: Remove duplicated media_unblock() functionSebastian Dröge1-23/+8
2020-06-12test-onvif-server: cast ntp-offset property value to 64 bitLenny Jorissen1-2/+2
2020-06-10docs: Update plugins cacheThibault Saunier1-30/+30
2020-06-10onvif-media-factory: define autoptr cleanup functionMathieu Duponchelle3-2/+6
2020-06-09docs: Update plugins cacheThibault Saunier1-0/+90
2020-06-08tests: enforce I420 formatGuillaume Desmottes1-1/+1
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle1-2/+2
2020-06-03doc: Require hotdoc >= 0.11.0Thibault Saunier1-0/+11
2020-05-30docs: Update gst_plugins_cache.jsonSebastian Dröge1-190/+165
2020-05-30plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge1-0/+3
2020-05-27meson: gir: remove bogus sources_top_dir kwargTim-Philipp Müller1-1/+0
2020-05-27tests: put registry into tests/check not the gst/ subdirTim-Philipp Müller1-9/+10
2020-05-27tests: fix meson test env setup to make sure we use the right gst-plugin-scannerTim-Philipp Müller1-1/+7
2020-05-27tests: gst-plugins-base and -bad plugins are required for the unit testsTim-Philipp Müller1-2/+2
2020-05-27tests: pick up rtsp-server plugins from build directory onlyTim-Philipp Müller1-2/+1
2020-05-27rtsp-media: wait for all GstRTSPStreamBlocking messagesLudvig Rappe1-1/+31
2020-05-27rtsp-media: update expected_async_done during suspendLudvig Rappe1-1/+7
2020-05-27rtsp-client: Fix race condition in rtsp ctrl timeout by WeakRef clientKristofer Björkström1-20/+49
2020-05-18media-factory: complete DSCP QoS setting supportGregor Boirie4-1/+164
2020-05-14rtsp-client: Fix some race conditions around timeout source removalSebastian Dröge1-22/+24
2020-05-03rtsp-media: Mark out parameters accordingly in gst_rtsp_media_get_rates()Sebastian Dröge2-4/+4
2020-05-03examples: test-onvif-server: fix compiler warnings on raspbianTim-Philipp Müller1-5/+6
2020-05-01rtsp-stream-transport: Fix accidental API/ABI breakage with message_sent call...Sebastian Dröge3-8/+58
2020-04-28rtsp-client: Store the timeout source by pointer instead of idSebastian Dröge1-21/+21
2020-04-28rtsp-client: Clean up watch/watch context and related state consistentlySebastian Dröge1-15/+21
2020-04-28rtsp-client: Combine the pre-session and post-session timeoutSebastian Dröge2-26/+15
2020-04-28rtsp-client: Don't ever close the client connection directly when a session i...Sebastian Dröge1-30/+0
2020-04-27rtsp-client: If the TEARDOWN response can be sent directly, directly close th...Sebastian Dröge1-1/+16
2020-03-30rtsp-stream: use mcast_udpsink[0] last-sample if available for rtpinfoMichael Olbrich1-1/+3
2020-03-23rtsp-auth: Fix NULL pointer dereference when handling an invalid basic Author...Sebastian Dröge1-1/+1
2020-03-09rtsp-client: Use watch_context before unrefGöran Jönsson1-8/+8
2020-02-24rtsp-stream: fix deadlock on transport removalMathieu Duponchelle1-9/+13
2020-02-24rtsp-stream: clear backlog when removing transportMathieu Duponchelle3-4/+31
2020-02-24rtsp-stream: marshal calls to send_tcp_message to a single threadMathieu Duponchelle1-91/+127
2020-02-24rtsp-stream: properly protect TCP backlog accessMathieu Duponchelle3-10/+40
2020-02-22rtsp-media: Sink pipeline in gst_rtsp_media_take_pipeline()Sebastian Dröge1-2/+2
2020-02-07Add initialization for context and params (gchar *)Bastian Bouchardon1-7/+11
2020-02-03rtsp-media: fix default latencyMarc Leeman1-3/+3
2020-01-23rtsp-client: make closing more thread safeMathieu Duponchelle1-2/+10
2020-01-23rtsp-latency-bin: replace G_TYPE_INSTANCE_GET_PRIVATE as it's been deprecatedJordan Petridis1-6/+3
2020-01-15rtsp-client: add property post-session-timeoutZoltán Imets2-0/+170