summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* xvimagesink: Handle cropping when copying frames.Víctor Manuel Jáquez Leal2021-04-281-0/+14
* xvimagesink: Delay pool creation until it's needed.Víctor Manuel Jáquez Leal2021-04-281-9/+14
* xvimage: allow per feature registrationStéphane Cerveau2021-03-295-18/+14
* ximage: allow per feature registrationStéphane Cerveau2021-03-294-18/+14
* Set _NET_WM_NAME property for xvimagesink and ximagesinkdavid2021-03-032-0/+15
* gl,video: Make ptrs to VideoInfo and (GL)AllocationParams immutableMarijn Suijten2021-01-142-2/+3
* xvimagesink: Add support for the XV_COLORSPACE attribute.Jan Schmidt2020-11-252-5/+21
* base: use of g_value_dup_stringStéphane Cerveau2019-12-181-1/+1
* xvimage: remove unused HAVE_XVIDEO defineTim-Philipp Müller2019-12-091-1/+0
* ximagesink, xvimagesink: don't use XkbKeycodeToKeysym if Xkb is unavailableAkinobu Mita2019-11-197-6/+54
* xvimagepool: Update size, stride, and offset with allocated XvImageSeungha Yang2019-11-182-2/+45
* xvimagepool: Fix confusing debug message for padding sizeSeungha Yang2019-11-181-1/+1
* x(v)image: use gst_video_meta_set_alignment()Guillaume Desmottes2019-11-022-2/+10
* Remove autotools build systemTim-Philipp Müller2019-10-133-46/+0
* Pass the code through codespellThibault Saunier2019-08-304-8/+8
* doc: Port to hotdocThibault Saunier2019-05-132-0/+2
* 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