summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-10docs: update element example pipelinesTim-Philipp Müller2-14/+16
2015-05-05xvimagesink: fix navigation event leak when early returningGuillaume Desmottes1-2/+1
2015-05-05xvimagesink: fix navigation event leak when not handledGuillaume Desmottes1-2/+3
2015-04-29xvimagesink: Post unhandled navigation events on the busEdward Hervey1-2/+11
2015-04-03xvimagsink: fix failure to allocate large shared memory blocksVincent Penquerc'h1-2/+4
2015-04-03ximage: do not allocate extra alignment slack for shared memoryVincent Penquerc'h1-1/+4
2015-03-10Fix double semicolonsTim-Philipp Müller1-1/+1
2014-12-22videopool: update video alignment after applyingSong Bing2-0/+4
2014-12-16ximagesink: clear src and dest rectanglesWim Taymans2-3/+8
2014-12-16videopool: update buffer size after video alignmentSong Bing2-2/+12
2014-09-27xvimagesink: get rid of unnecessary private struct for poolTim-Philipp Müller2-64/+49
2014-09-27ximagesink: get rid of unnecessary private struct for poolTim-Philipp Müller2-54/+38
2014-09-11xvimagesink: only try to set XV_ITURBT_709 port attribute if it existsTim-Philipp Müller2-1/+10
2014-08-10xvimage: fix crash when outputting debug logTim-Philipp Müller1-3/+3
2014-07-17xvimagesink: fix property description stringTim-Philipp Müller1-1/+1
2014-04-10xvimage: remove dead codeVincent Penquerc'h1-2/+2
2014-03-27ximagesink: only extrapolate alpha mask for 32-bit depthNicolas Dufresne1-3/+6
2014-01-15xvimagesink: don't recreate xvcontextHolger Kaelberer1-7/+10
2013-12-16Some compiler warning fixes to satisfy XCode compilerTodd Agulnick1-1/+1