summaryrefslogtreecommitdiff
path: root/gst/camerabin2/gstwrappercamerabinsrc.c
Commit message (Expand)AuthorAgeFilesLines
* Use gst_element_request_pad_simple...François Laignel2021-05-051-2/+2
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-111-7/+2
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-4/+4
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-0/+1
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-6/+5
* camerabin2: Fix string typoAnders Jonsson2015-08-051-1/+1
* wrappercamerabinsrc: handle when source creation failThiago Santos2015-05-011-3/+8
* wrappercamerabinsrc: fix element linking orderThiago Santos2015-05-011-6/+3
* wrappercamerabinsrc: remove unused codeThiago Santos2015-04-271-23/+1
* wrappercamerabinsrc: use digitalzoom elementThiago Santos2015-04-271-84/+13
* wrappercamerabinsrc: Rework cropping for zoom and dimension reductionThiago Santos2015-04-241-37/+27
* wrappercamerabinsrc: remove obsolete commentThiago Santos2015-04-241-3/+0
* wrappercamerabinsrc: error out if source fails to prepare for captureThiago Santos2015-04-241-3/+6
* wrappercamerabinsrc: intersect instead of compare for equalityThiago Santos2015-04-241-1/+1
* wrappercamerabinsrc: fix typoThiago Santos2015-04-241-1/+1
* wrappercamerabinsrc: Reset zoom element caps to go to viewfinder modeThiago Santos2015-04-211-0/+5
* wrappercamerabinsrc: fix leak of drain queryThiago Santos2015-04-211-1/+4
* wrappercamerabinsrc: Refactor internal pipelineThiago Santos2015-04-211-151/+124
* wrappercamerabinsrc: remove unused attribute and related pad probeThiago Santos2015-04-101-32/+0
* wrappercamerabinsrc: fix pad leakThiago Santos2015-03-141-2/+2
* camerabin2: check negotiated caps avoid reseting of the pipeOleksij Rempel2015-03-041-15/+39
* wrappercamerabinsrc: fix deadlock with pad object lockThiago Santos2015-01-051-1/+1
* wrappercamerabinsrc: simplify weird if/else clauseThiago Santos2015-01-051-13/+12
* wrappercamerabinsrc: do not set source state with lockThiago Santos2014-12-261-3/+6
* wrappercamerabinsrc: use the drain query instead of flushThiago Santos2014-12-261-6/+4
* gst: remove unnecessary GLIB_DISABLE_DEPRECATION_WARNINGSVineeth T M2014-10-021-4/+0
* camerabin2: removed redundant initializationSanjay NM2014-09-181-1/+1
* wrappercamerabinsrc: Unref elements after usageSebastian Rasmussen2014-08-101-1/+10
* wrappercamerabinsrc: do not give references to probesThiago Santos2014-07-261-6/+3
* wrappercamerabinsrc: unref request padsThiago Santos2014-07-261-0/+8
* wrappercamerabinsrc: only flush buffers if renegotiation is neededThiago Santos2014-07-231-7/+8
* camerabin: handle EOS on the pipelineThiago Santos2014-07-231-4/+0
* wrappercamerabinsrc: set src to ready when there are no pending buffersThiago Santos2014-07-171-1/+1
* wrappercamerabinsrc: Fix caps filter caps proxyingNicolas Dufresne2014-07-111-15/+14
* camerabin2: Flush downstream after setting src to READYNicolas Dufresne2014-07-101-0/+12
* wrappercamerabinsrc: stop source to do internal reconfiguration safelyThiago Santos2014-02-041-0/+3
* wrappercamerabinsrc: Add video-source-filter during constructionHans de Goede2013-06-111-0/+10
* wrappercamerabinsrc: Don't unset the video-source property on pipeline startHans de Goede2013-06-101-2/+0
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* wrappercamerabinsrc: change video-source if the user requestedThiago Santos2012-09-281-33/+87
* camerabin: use correct element name when replacing the video filterThiago Santos2012-09-271-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* camerabin: no need to send extra reconfigureThiago Santos2012-08-291-4/+0
* wrappercamerabinsrc: rework video recording eos pushThiago Santos2012-08-291-1/+12
* wrappercamerabinsrc: Save image/video reconfiguration until capturingRobert Swain2012-08-021-1/+62
* camerabin: update preview buffer pushingThiago Santos2012-07-291-2/+14
* photography: Add GstPhotography prefix and fix spelling colour->colorLasse Laukkanen2012-07-111-1/+1
* Fix printf format compiler warnings on mingw-w64Raimo Järvi2012-05-051-2/+3
* camerabin: remove unnecessary codeThiago Santos2012-05-041-54/+0