summaryrefslogtreecommitdiff
path: root/sys/shm
Commit message (Expand)AuthorAgeFilesLines
* sys: shm: Define shm_enable and shm_deps before escape meson subdirFabian Orccon2021-09-181-1/+2
* plugins-sys: allow per feature registrationStéphane Cerveau2021-04-095-4/+13
* Don't pass default GLib marshallers for signalsNiels De Graef2019-11-061-4/+4
* Remove autotools build systemTim-Philipp Müller2019-10-141-8/+0
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* Minor documentation fixesThibault Saunier2019-05-131-4/+2
* shmsrc: delay fd removal until there's no usesJosep Torra2018-10-101-3/+4
* shmsrc: fixes a crash when is-live is true due a race conditionJosep Torra2018-10-101-27/+42
* shmsrc: Remove commented out codeOlivier Crête2018-10-101-2/+0
* shmsink: do not keep locking if element is unlockedAleix Conchillo Flaqué2018-10-101-0/+6
* meson: host_system is 'ios' when building for iOSNirbheek Chauhan2018-08-171-1/+1
* meson: Fix shm librt dep check on macOS, iOS, and *BSDNirbheek Chauhan2018-08-151-1/+1
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-11/+21
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* shmsink: Fix compilation with latest GLibSebastian Dröge2018-03-201-2/+3
* shmsink: Block in preroll_wait on unlockOlivier Crête2017-12-191-13/+33
* smhsink: Check return values of functions working on memoryMarcin Lewandowski2017-12-191-17/+38
* meson: fix potentially undefined shm_deps variableAlessandro Decina2017-07-201-0/+1
* meson: Enable shm unit testNicolas Dufresne2017-06-211-3/+5
* meson: Enable building shm pluginNicolas Dufresne2017-06-211-0/+28
* shmpipe: Should not use glib type without ifdefNicolas Dufresne2017-06-211-1/+1
* gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge2017-05-171-0/+2
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-2/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-122-6/+6
* shmsink: continue polling after EINTRSamuel Maroy2017-03-101-1/+9
* shm: Change example pipelines to something that actually worksSebastian Dröge2017-02-132-3/+6
* shmsrc: Do not call gst_poll_remove_fd upon stop if reading was never startedMarcin Lewandowski2016-07-041-2/+2
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-242-4/+2
* shmsink: fix possible deadlock in _render()/ _allocator_free()Matt Crane2016-01-161-1/+1
* plugins-bad: Fix example pipelinesVineeth TM2015-12-152-4/+4
* shmpipe: Ensure string received from recv() is NULL-terminatedEdward Hervey2015-04-201-1/+3
* shmsink: add an shm-area-name propertyGuillaume Emont2015-04-023-4/+32
* shmsink: Allocate enough memory to do alignmentOlivier Crête2014-06-021-1/+1
* shm: Don't leak GstShmPipeEdward Hervey2014-05-131-4/+5
* shm: remove dead codeVincent Penquerc'h2014-04-091-5/+1
* shm: call close() after shutdown()Aleix Conchillo Flaqué2014-02-101-1/+5
* shm: use shutdown() instead of close()Aleix Conchillo Flaqué2014-02-101-3/+3
* shmsink: Document that socket-path may changeOlivier Crête2014-01-031-2/+3
* shmsink: Change default shm size to 64 MiBOlivier Crête2014-01-031-1/+1
* shmsink: unref buffer if no clients are connectedAleix Conchillo Flaque2013-06-191-1/+4
* shmsink: propagate events to basesink classAleix Conchillo Flaque2013-06-181-1/+1
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* shm: Make sure the zero-sized array is always last in the structOlivier Crête2013-03-281-2/+3
* shmsink: Use correct print format specifiers to fix compiler warningsJosep Torra2013-03-101-4/+6
* shmsink: Add custom allocator to allow for zero-copy shared memory useOlivier Crête2013-02-285-118/+402
* shm: Don't leak socket pathOlivier Crête2013-02-282-0/+2
* shm: use O_CLOEXEC where appropriate in shmpipeBlake Tregre2013-02-281-0/+8
* shmsink: Error out if memory area is smaller than bufferOlivier Crête2013-02-273-0/+23
* shm: Make sure to not allocate blocks larger than the shared mem areaOlivier Crête2013-02-271-7/+5
* shm: don't use deprecated threading APITim-Philipp Müller2013-02-112-15/+18