summaryrefslogtreecommitdiff
path: root/sys/v4l2/gstv4l2sink.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-05v4l2sink: Block in preroll_wait on unlockOlivier Crête1-0/+8
2017-01-16v4l2: Remove usage and definition of LOG_CAPS macroEnrico Jorns1-1/+1
2016-07-07v4l2: use opened device caps instead of physical device onesReynaldo H. Verdejo Pinochet1-4/+4
2016-06-07v4l2: Add an error return to _try/_set_formatNicolas Dufresne1-1/+3
2016-06-06v4l2sink: Use V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY if driver advertises it.Andreas Naumann1-1/+4
2015-02-26v4l2: query crop configuration after each call of S_CROPAurélien Zanelli1-0/+5
2014-10-29v4l2sink: Implement unlock/unlock_stopNicolas Dufresne1-0/+18
2014-09-10v4l2sink: Unref pool after usageOgnyan Tonchev1-0/+1
2014-07-25v4l2sink: use directly 'obj' instead of 'v4l2sink->v4l2object'Aurélien Zanelli1-4/+4
2014-07-25v4l2: set debug messages according to device type and IO modeAurélien Zanelli1-1/+1
2014-05-26v4l2sink: implement gstvideosink.show_frame instead of gstbasesink.renderJulien Isorce1-7/+10
2014-05-26v4l2sink: Cleanup old pad alloc declarationNicolas Dufresne1-4/+0
2014-05-26v4l2bufferpool: Copy already queued bufferNicolas Dufresne1-1/+22
2014-05-08v4l2bufferpool: Acquire cannot return a buffer from another poolNicolas Dufresne1-2/+2
2014-05-08v4l2: Move propose allocation to v4l2objectNicolas Dufresne1-55/+1
2014-05-08v4l2bufferpool: Enforce activation outside of processNicolas Dufresne1-0/+23
2014-03-15v4l2: Remove XV supportNicolas Dufresne1-69/+0
2013-08-19v4l2: De-duplicate caps probing between src and sinkOlivier Crête1-62/+1
2013-05-20v4l2: Don't stop streaming when set_caps is called with unchanged capsMichael Olbrich1-0/+4
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller1-2/+2
2012-07-06update for query api changesWim Taymans1-2/+2
2012-07-06update for allocation query changesWim Taymans1-2/+2
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-03-27caps: improve caps handlingWim Taymans1-3/+1
2012-03-27v4l2: update for get_paramWim Taymans1-1/+3
2012-03-15update for bufferpool changesWim Taymans1-2/+1
2012-03-15update for allocation query changesWim Taymans1-1/+1
2012-03-14take padding into accountWim Taymans1-2/+3
2012-02-29update for metadata API changesWim Taymans1-2/+2
2011-12-21update for removed property probeWim Taymans1-4/+1
2011-11-02update for meta api changeWim Taymans1-3/+3
2011-08-26allocation: fix for vmethod changesWim Taymans1-4/+4
2011-08-08v4l2: update for GstXOverlay => GstVideoOverlay renameTim-Philipp Müller1-6/+6
2011-08-04v4l2sink: Size variable should be a guint and not a gsizeEdward Hervey1-1/+1
2011-08-04v4l2: activate the pool in fallbackWim Taymans1-22/+6
2011-07-27v4l2: remove unused variablesWim Taymans1-33/+4
2011-07-26v4l2: use new setup_allocation vmethodWim Taymans1-54/+41
2011-07-19v4l2: handle unsupported formatsWim Taymans1-0/+10
2011-07-19v4l2: Fix sink bufferpool handlingWim Taymans1-1/+1
2011-07-18v4l2: More work on bufferpoolsWim Taymans1-1/+1
2011-07-15v4l2: add ALLOCATION query to the sinkWim Taymans1-1/+76
2011-07-14v4l2: Move output details to device objectWim Taymans1-75/+6
2011-07-13v4l2: move capture code to device objectWim Taymans1-1/+1
2011-07-13v4l2: stop streaming in READY and NULLWim Taymans1-8/+5
2011-07-13v4l2: Let the device object manage the poolWim Taymans1-66/+16
2011-07-13v4l2: Use video frame copy for raw videoWim Taymans1-4/+18
2011-07-13v4l2: Move configuration of framerate to _set_formatWim Taymans1-2/+2
2011-07-12v4l2: simplify setting the capture formatWim Taymans1-22/+5
2011-07-12v4l2: Let the bufferpool own the V4l2ObjectWim Taymans1-5/+3