summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2021-04-28xvimagesink: Handle cropping when copying frames.Víctor Manuel Jáquez Leal1-0/+14
2021-04-28xvimagesink: Delay pool creation until it's needed.Víctor Manuel Jáquez Leal1-9/+14
2021-03-29xvimage: allow per feature registrationStéphane Cerveau5-18/+14
2021-03-29ximage: allow per feature registrationStéphane Cerveau4-18/+14
2021-03-03Set _NET_WM_NAME property for xvimagesink and ximagesinkdavid2-0/+15
2021-01-14gl,video: Make ptrs to VideoInfo and (GL)AllocationParams immutableMarijn Suijten2-2/+3
2020-11-25xvimagesink: Add support for the XV_COLORSPACE attribute.Jan Schmidt2-5/+21
2019-12-18base: use of g_value_dup_stringStéphane Cerveau1-1/+1
2019-12-09xvimage: remove unused HAVE_XVIDEO defineTim-Philipp Müller1-1/+0
2019-11-19ximagesink, xvimagesink: don't use XkbKeycodeToKeysym if Xkb is unavailableAkinobu Mita7-6/+54
2019-11-18xvimagepool: Update size, stride, and offset with allocated XvImageSeungha Yang2-2/+45
2019-11-18xvimagepool: Fix confusing debug message for padding sizeSeungha Yang1-1/+1
2019-11-02x(v)image: use gst_video_meta_set_alignment()Guillaume Desmottes2-2/+10
2019-10-13Remove autotools build systemTim-Philipp Müller3-46/+0
2019-08-30Pass the code through codespellThibault Saunier4-8/+8
2019-05-13doc: Port to hotdocThibault Saunier2-0/+2
2018-07-27meson: Add feature options for all pluginsNirbheek Chauhan2-2/+2
2018-07-19xvimage: Fix symbol redefine build errorSeungha Yang2-5/+4
2018-04-25Meson: Generate pc file for all plugins in baseXavier Claessens2-0/+2
2018-01-29xvimagesink: Allow changing render-rectangle through propertyNicolas Dufresne2-3/+26
2017-12-11xvimagesink: fix inaccurate error messageJun Xie1-1/+1
2017-12-08ximagesink, xvimagesink: fix incorrect type conversion of pointer positionAkinobu Mita2-2/+2
2017-12-06xvimageallocator: Fix build warning errorSeungha Yang1-8/+10
2017-09-06Request minimum buffer even if need_pool is FALSENicolas Dufresne2-22/+18
2017-05-17gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge3-0/+4
2017-05-16Remove plugin specific static build optionNicolas Dufresne2-2/+0
2017-03-10docs: Convert gtkdoc comments to markdownThibault Saunier3-53/+49
2017-03-08Fix plugin filenames to match pugin namesNicolas Dufresne1-1/+1
2017-01-09Fix indentationTim-Philipp Müller1-1/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan3-0/+38
2016-07-18xvimagesink: only error out if the allocated memory is too smallTim-Philipp Müller1-1/+1
2016-07-18xvimageallocator: const correctness in gst_xvimage_allocator_alloc().Duncan Palmer2-2/+2
2016-07-18xvimagesink: error out on buffer size sanity check failure.Duncan Palmer3-42/+56
2016-04-26ximagesink: generate reconfigure on window handle changeJakub Adam1-7/+5
2016-03-24base: use new gst_element_class_add_static_pad_template()Vineeth TM2-4/+4
2016-02-20Fix use of undeclared core debug category symbolsTim-Philipp Müller5-9/+8
2015-11-17xvimagesink/ximagesink: Fix structure memory leakVineeth TM2-0/+2
2015-10-04xvimagesink: Put error message into debug output instead of just throwing it ...Sebastian Dröge1-2/+4
2015-09-14xvimagesink: fix error leak when context creation failsVineeth TM1-1/+2
2015-07-07xvimagesink: refactor to use gst_pad_push_eventVineeth T M1-56/+51
2015-07-07ximagesink: Post navigation events as message on the busVineeth T M1-2/+12
2015-07-07ximagesink: fix navigation event leakVineeth T M1-11/+4
2015-07-07xvimagesink: fix pad memory leakVineeth TM1-0/+1
2015-07-06x/xv_image_sink: rename for consitencyStefan Sauer10-307/+314
2015-06-12xvimagesink: Don't share internal poolNicolas Dufresne1-55/+37
2015-06-12ximagesink: Don't share internal poolNicolas Dufresne1-60/+43
2015-06-08ximagesink, xvimagesink: fix string leaks when setting class hintTim-Philipp Müller2-4/+4
2015-06-08ximagesink: set WM_CLASS of windowLuis de Bethencourt1-0/+8
2015-06-08xvimagesink: set WM_CLASS of windowLuis de Bethencourt1-0/+8
2015-05-18xvimagesink: fix pool leakVineeth T M1-0/+1