summaryrefslogtreecommitdiff
path: root/sys/d3dvideosink/d3dvideosink.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-06Request minimum buffer even if need_pool is FALSENicolas Dufresne1-10/+10
2017-07-20d3dsinkwrapper: Make the DLL name match the plugin nameNicolas Dufresne1-2/+2
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-5/+5
2016-06-28d3dvideosink: Replace some more gst_caps_to_string() with GST_PTR_FORMATSebastian Dröge1-7/+2
2016-06-28d3dvideosink: leak on caps stringJonathan Roy1-3/+1
2016-03-24d3dvideosink: post message to application for unhandled keyboard/mouse eventsVineeth TM1-1/+7
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2015-02-24d3dvideosink: Deactivate the fallback buffer pool when replacing it during ca...Sebastian Dröge1-1/+3
2014-07-02d3dvideosink: Don't leak all surfacesSebastian Dröge1-2/+4
2013-09-02d3dvideosink: disable buffer poolsAndoni Morales Alastruey1-0/+3
2013-03-26d3dvideosink: Add support for crop metaSebastian Dröge1-0/+5
2013-03-26d3dvideosink: Implement a buffer pool that shares D3D surfaces with upstreamSebastian Dröge1-0/+105
2012-12-22d3dvideosink: Don't forget to return a value from ::propose_allocation()Sebastian Dröge1-0/+2
2012-12-22d3dvideosink: Add support for the video metaSebastian Dröge1-0/+10
2012-12-22d3dvideosink: Only open system resources in in NULL->READY, not on object ins...Sebastian Dröge1-3/+15
2012-12-22d3dvideosink: Properly copy frames to D3D with the right strides and everythingSebastian Dröge1-275/+2
2012-12-22d3dvideosink: Remove non-sense display PAR handlingSebastian Dröge1-17/+2
2012-12-22d3dvideosink: Fix caps leakSebastian Dröge1-0/+3
2012-12-22d3dvideosink: Fix duplicated format entry in the template capsSebastian Dröge1-1/+1
2012-12-22d3dvideosink: And remove the right declarationSebastian Dröge1-2/+5
2012-12-22d3dvideosink: Remove unused static declarationSebastian Dröge1-5/+0
2012-12-22d3dvideosink: Remove unused variablesSebastian Dröge1-3/+0
2012-12-22d3dvideosink: Update to new GLib threading APISebastian Dröge1-3/+3
2012-12-22d3dvideosink: Use G_PARAM_STATIC_STRINGSSebastian Dröge1-4/+8
2012-12-22d3dvideosink: Rename keep-aspect-ratio to force-aspect-ratio and default to TRUESebastian Dröge1-9/+9
2012-12-22d3dvideosink: Various improvementsRoland Krikava1-2129/+456
2012-12-21d3dvideosink: Only include formats that are actually workingSebastian Dröge1-13/+7
2012-12-21d3dvideosink: Add the actually supported color formats to the template capsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-11d3dvideosink: port to the new GLib thread APIMark Nauwelaerts1-8/+6
2012-08-07d3dvideosink: avoid duplicated symbols in static linksAndoni Morales Alastruey1-39/+45
2012-06-29sys: make video sinks default to force-aspect-ratio=trueTim-Philipp Müller1-1/+1
2012-06-26d3dvideosink: release the offscreen surface before the d3d deviceAndoni Morales Alastruey1-7/+7
2012-06-26d3dvideosink: clean up elementAndoni Morales Alastruey1-176/+80
2012-06-26d3dvideosink: rework locking for devices lostAndoni Morales Alastruey1-41/+52
2012-06-26d3dvideosink: release and recreate the device in prepare_windowAndoni Morales Alastruey1-3/+2
2012-06-15d3dvideosink: don't recreate the d3d device if it already existsAndoni Morales Alastruey1-1/+3
2012-06-15d3dvideosink: don't create new internal windows if we already have oneAndoni Morales Alastruey1-3/+7
2012-05-31d3dvideosink: don't flush after a device lostAndoni Morales Alastruey1-1/+0
2012-05-23Port d3dvideosink to 0.11Руслан Ижбулатов1-199/+193
2012-05-09d3dvideosink: fix deadlock when the device is lostAndoni Morales Alastruey1-2/+0
2012-05-09d3dvideosink: remove trailing ';' from locks defines to make gst-indent happyAndoni Morales Alastruey1-29/+38
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge1-57/+29
2012-03-18d3dvideosink: fix regression setting window handle in pause/playCarsten Kroll1-59/+28
2012-03-12fix for caps _normalize changesWim Taymans1-6/+7
2012-03-03d3dvideosink: fix compiler warnings and build failure with mingwРуслан Ижбулатов1-6/+8
2012-02-10Merge branch 'master' into 0.11Wim Taymans1-606/+535
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-1/+1
2012-02-07d3dvideosink: create a d3d device for each sink and use the default swap chai...Carsten Kroll1-653/+441