summaryrefslogtreecommitdiff
path: root/gst/camerabin2
AgeCommit message (Expand)AuthorFilesLines
2016-07-08camerabin: update docs sectionTim-Philipp Müller1-13/+12
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM3-12/+8
2015-12-15plugins-bad: Fix example pipelinesVineeth TM2-3/+3
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 Santos2-87/+14
2015-04-27digitalzoom: change videocrop parameters before passing caps eventThiago Santos1-6/+4
2015-04-27digitalzoom: also skip internal pipeline in upstream caps queryThiago Santos1-1/+21
2015-04-27digitalzoom: prevent assertion when caps is anyThiago Santos1-0/+5
2015-04-27camerabin: digitalzoom: create a bin element for digital zoomingThiago Santos3-0/+445
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-16/+0
2015-04-24wrappercamerabinsrc: Rework cropping for zoom and dimension reductionThiago Santos2-43/+30
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 Santos2-155/+133
2015-04-10wrappercamerabinsrc: remove unused attribute and related pad probeThiago Santos2-35/+0
2015-03-14camerabin: remove hack around bug 648359Thiago Santos1-8/+1
2015-03-14camerabin: remove deprecated g_atomic functionThiago Santos1-7/+1
2015-03-14wrappercamerabinsrc: fix pad leakThiago Santos1-2/+2
2015-03-08camerabin: update zoom param spec if video source changes its max-zoomMohammed Hassan1-0/+8
2015-03-04camerabin2: check negotiated caps avoid reseting of the pipeOleksij Rempel2-15/+40
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-28Add some missing G_END_DECLSTim-Philipp Müller1-0/+3
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-26camerabin: use gst_object_ref to make it easier to track refsThiago Santos1-2/+2
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 Santos2-16/+19
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-05-30camerabin: fix structure handling in preview messageThiago Santos1-2/+11
2014-04-09camerabin2: remove unneeded checkVincent Penquerc'h1-2/+2
2014-04-09camerabin: add any feature to viewfinderbin static pad templateMohammed Sameer1-1/+1
2014-04-09camerabin: report an error if we fail to link vfsrc and viewfinder queueMohammed Sameer1-2/+7
2014-02-04wrappercamerabinsrc: stop source to do internal reconfiguration safelyThiago Santos1-0/+3
2014-02-04camerabin: remove unused variableThiago Santos1-30/+0
2013-11-06camerabin: Make sure video-done is post only when file is closedThiago Santos1-3/+12