summaryrefslogtreecommitdiff
path: root/gst/camerabin2/gstwrappercamerabinsrc.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-0/+1
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-6/+5
2015-08-05camerabin2: Fix string typoAnders Jonsson1-1/+1
2015-05-01wrappercamerabinsrc: handle when source creation failThiago Santos1-3/+8
2015-05-01wrappercamerabinsrc: fix element linking orderThiago Santos1-6/+3
2015-04-27wrappercamerabinsrc: remove unused codeThiago Santos1-23/+1
2015-04-27wrappercamerabinsrc: use digitalzoom elementThiago Santos1-84/+13
2015-04-24wrappercamerabinsrc: Rework cropping for zoom and dimension reductionThiago Santos1-37/+27
2015-04-24wrappercamerabinsrc: remove obsolete commentThiago Santos1-3/+0
2015-04-24wrappercamerabinsrc: error out if source fails to prepare for captureThiago Santos1-3/+6
2015-04-24wrappercamerabinsrc: intersect instead of compare for equalityThiago Santos1-1/+1
2015-04-24wrappercamerabinsrc: fix typoThiago Santos1-1/+1
2015-04-21wrappercamerabinsrc: Reset zoom element caps to go to viewfinder modeThiago Santos1-0/+5
2015-04-21wrappercamerabinsrc: fix leak of drain queryThiago Santos1-1/+4
2015-04-21wrappercamerabinsrc: Refactor internal pipelineThiago Santos1-151/+124
2015-04-10wrappercamerabinsrc: remove unused attribute and related pad probeThiago Santos1-32/+0
2015-03-14wrappercamerabinsrc: fix pad leakThiago Santos1-2/+2
2015-03-04camerabin2: check negotiated caps avoid reseting of the pipeOleksij Rempel1-15/+39
2015-01-05wrappercamerabinsrc: fix deadlock with pad object lockThiago Santos1-1/+1
2015-01-05wrappercamerabinsrc: simplify weird if/else clauseThiago Santos1-13/+12
2014-12-26wrappercamerabinsrc: do not set source state with lockThiago Santos1-3/+6
2014-12-26wrappercamerabinsrc: use the drain query instead of flushThiago Santos1-6/+4
2014-10-02gst: remove unnecessary GLIB_DISABLE_DEPRECATION_WARNINGSVineeth T M1-4/+0
2014-09-18camerabin2: removed redundant initializationSanjay NM1-1/+1
2014-08-10wrappercamerabinsrc: Unref elements after usageSebastian Rasmussen1-1/+10
2014-07-26wrappercamerabinsrc: do not give references to probesThiago Santos1-6/+3
2014-07-26wrappercamerabinsrc: unref request padsThiago Santos1-0/+8
2014-07-23wrappercamerabinsrc: only flush buffers if renegotiation is neededThiago Santos1-7/+8
2014-07-23camerabin: handle EOS on the pipelineThiago Santos1-4/+0
2014-07-17wrappercamerabinsrc: set src to ready when there are no pending buffersThiago Santos1-1/+1
2014-07-11wrappercamerabinsrc: Fix caps filter caps proxyingNicolas Dufresne1-15/+14
2014-07-10camerabin2: Flush downstream after setting src to READYNicolas Dufresne1-0/+12
2014-02-04wrappercamerabinsrc: stop source to do internal reconfiguration safelyThiago Santos1-0/+3
2013-06-11wrappercamerabinsrc: Add video-source-filter during constructionHans de Goede1-0/+10
2013-06-10wrappercamerabinsrc: Don't unset the video-source property on pipeline startHans de Goede1-2/+0
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-28wrappercamerabinsrc: change video-source if the user requestedThiago Santos1-33/+87
2012-09-27camerabin: use correct element name when replacing the video filterThiago Santos1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-08-29camerabin: no need to send extra reconfigureThiago Santos1-4/+0
2012-08-29wrappercamerabinsrc: rework video recording eos pushThiago Santos1-1/+12
2012-08-02wrappercamerabinsrc: Save image/video reconfiguration until capturingRobert Swain1-1/+62
2012-07-29camerabin: update preview buffer pushingThiago Santos1-2/+14
2012-07-11photography: Add GstPhotography prefix and fix spelling colour->colorLasse Laukkanen1-1/+1
2012-05-05Fix printf format compiler warnings on mingw-w64Raimo Järvi1-2/+3
2012-05-04camerabin: remove unnecessary codeThiago Santos1-54/+0
2012-05-04camerabin: improve image capture debugThiago Santos1-2/+2
2012-05-04basecamerabin: Do not set the pad templates in the base class.Youness Alaoui1-0/+27
2012-05-02wrappercamerabinsrc: avoid assertion by using null caps as anyThiago Santos1-2/+6