summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* xvimagepool: Update size, stride, and offset with allocated XvImageSeungha Yang2019-11-282-2/+45
* xvimagepool: Fix confusing debug message for padding sizeSeungha Yang2019-11-281-1/+1
* meson: Add feature options for all pluginsNirbheek Chauhan2018-07-272-2/+2
* xvimage: Fix symbol redefine build errorSeungha Yang2018-07-192-5/+4
* Meson: Generate pc file for all plugins in baseXavier Claessens2018-04-252-0/+2
* xvimagesink: Allow changing render-rectangle through propertyNicolas Dufresne2018-01-292-3/+26
* xvimagesink: fix inaccurate error messageJun Xie2017-12-111-1/+1
* ximagesink, xvimagesink: fix incorrect type conversion of pointer positionAkinobu Mita2017-12-082-2/+2
* xvimageallocator: Fix build warning errorSeungha Yang2017-12-061-8/+10
* Request minimum buffer even if need_pool is FALSENicolas Dufresne2017-09-062-22/+18
* gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge2017-05-173-0/+4
* Remove plugin specific static build optionNicolas Dufresne2017-05-162-2/+0
* docs: Convert gtkdoc comments to markdownThibault Saunier2017-03-103-53/+49
* Fix plugin filenames to match pugin namesNicolas Dufresne2017-03-081-1/+1
* Fix indentationTim-Philipp Müller2017-01-091-1/+1
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-203-0/+38
* xvimagesink: only error out if the allocated memory is too smallTim-Philipp Müller2016-07-181-1/+1
* xvimageallocator: const correctness in gst_xvimage_allocator_alloc().Duncan Palmer2016-07-182-2/+2
* xvimagesink: error out on buffer size sanity check failure.Duncan Palmer2016-07-183-42/+56
* ximagesink: generate reconfigure on window handle changeJakub Adam2016-04-261-7/+5
* base: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-242-4/+4
* Fix use of undeclared core debug category symbolsTim-Philipp Müller2016-02-205-9/+8
* xvimagesink/ximagesink: Fix structure memory leakVineeth TM2015-11-172-0/+2
* xvimagesink: Put error message into debug output instead of just throwing it ...Sebastian Dröge2015-10-041-2/+4
* xvimagesink: fix error leak when context creation failsVineeth TM2015-09-141-1/+2
* xvimagesink: refactor to use gst_pad_push_eventVineeth T M2015-07-071-56/+51
* ximagesink: Post navigation events as message on the busVineeth T M2015-07-071-2/+12
* ximagesink: fix navigation event leakVineeth T M2015-07-071-11/+4
* xvimagesink: fix pad memory leakVineeth TM2015-07-071-0/+1
* x/xv_image_sink: rename for consitencyStefan Sauer2015-07-0610-307/+314
* xvimagesink: Don't share internal poolNicolas Dufresne2015-06-121-55/+37
* ximagesink: Don't share internal poolNicolas Dufresne2015-06-121-60/+43
* ximagesink, xvimagesink: fix string leaks when setting class hintTim-Philipp Müller2015-06-082-4/+4
* ximagesink: set WM_CLASS of windowLuis de Bethencourt2015-06-081-0/+8
* xvimagesink: set WM_CLASS of windowLuis de Bethencourt2015-06-081-0/+8
* xvimagesink: fix pool leakVineeth T M2015-05-181-0/+1
* docs: update element example pipelinesTim-Philipp Müller2015-05-102-14/+16
* xvimagesink: fix navigation event leak when early returningGuillaume Desmottes2015-05-051-2/+1
* xvimagesink: fix navigation event leak when not handledGuillaume Desmottes2015-05-051-2/+3
* xvimagesink: Post unhandled navigation events on the busEdward Hervey2015-04-291-2/+11
* xvimagsink: fix failure to allocate large shared memory blocksVincent Penquerc'h2015-04-031-2/+4
* ximage: do not allocate extra alignment slack for shared memoryVincent Penquerc'h2015-04-031-1/+4
* Fix double semicolonsTim-Philipp Müller2015-03-101-1/+1
* videopool: update video alignment after applyingSong Bing2014-12-222-0/+4
* ximagesink: clear src and dest rectanglesWim Taymans2014-12-162-3/+8
* videopool: update buffer size after video alignmentSong Bing2014-12-162-2/+12
* xvimagesink: get rid of unnecessary private struct for poolTim-Philipp Müller2014-09-272-64/+49
* ximagesink: get rid of unnecessary private struct for poolTim-Philipp Müller2014-09-272-54/+38
* xvimagesink: only try to set XV_ITURBT_709 port attribute if it existsTim-Philipp Müller2014-09-112-1/+10
* xvimage: fix crash when outputting debug logTim-Philipp Müller2014-08-101-3/+3