summaryrefslogtreecommitdiff
path: root/gst/camerabin
AgeCommit message (Expand)AuthorFilesLines
2010-03-12camerabin: activate video bin before feeding data to itMark Nauwelaerts1-0/+2
2010-03-11camerabin: refactor cropping and adapting captured imagesLasse Laukkanen2-118/+137
2010-03-11camerabin: fix NULL -> READY state change failure handling.Teemu Katajisto2-0/+7
2010-03-11camerabin: don't use gst_bus_poll() when creating preview imageLasse Laukkanen1-3/+2
2010-01-28camerabin: don't log NULL caps, also downgrade to DEBUG as it is very verboseStefan Kost1-1/+2
2010-01-25camerabin: ref element before removing from the bin to resurrectStefan Kost1-5/+12
2009-11-27camerabin: photography interface properties. Fixes #573370 (partially)Teemu Katajisto4-74/+337
2009-11-27camerabin: add flags property. Fixes #573370 (partially)Teemu Katajisto9-183/+401
2009-11-27camerabin: remove timeoverlay build-time definitionTeemu Katajisto2-8/+0
2009-10-24camerabin: fix buildWim Taymans1-3/+4
2009-10-24camerabin: remove abbreviations from the property names. Fixes #573370 (parti...Stefan Kost2-56/+59
2009-10-24build: use gst-glib-gen.mak to fix the glib build rules.Stefan Kost1-2/+3
2009-10-24camerabin: code cleanupsStefan Kost1-19/+29
2009-10-24camerabin: implement video preview creationTommi Myöhänen4-64/+127
2009-10-24camerabin: set camerabin default sources/sinks like in playbin2. Fixes #574434Stefan Kost4-50/+88
2009-10-01camerabin: fix deadlock when error occurs at video recording startupLasse Laukkanen1-3/+2
2009-10-01camerabin: handle preview-caps only in image mode and only when they changeTommi Myöhänen1-5/+17
2009-10-01camerabin: don't send multiple EOS events to video pipelineTommi Myöhänen2-6/+15
2009-10-01camerabin: fix scene mode settingTommi Myöhänen1-0/+4
2009-10-01camerabin: allow mode parameter setting in NULL stateTommi Myöhänen1-15/+21
2009-10-01camerabin: allow capture resolution to be set in NULL stateTommi Myöhänen2-3/+31
2009-10-01camerabin: fix image queue parameter settingTommi Myöhänen1-4/+2
2009-10-01camerabin: fix warning with g_object_get and join separate g_object_sets into...Tommi Myöhänen1-9/+7
2009-10-01camerabin: reset active-pad in output-selector after READY stateTommi Myöhänen1-0/+13
2009-10-01camerabin: don't reset capsfilters or zoom if error occursLasse Laukkanen1-1/+0
2009-07-31camerabin: Set camerasrc to READY state instead of PAUSED when acquiring allo...Tommi Myöhänen1-9/+6
2009-07-28camerabin: photo iface setter functions return TRUE when used in NULL stateTommi Myöhänen1-7/+7
2009-07-28camerabin: do not put video pipeline into READY when start recording camerabi...Tommi Myöhänen3-7/+51
2009-07-21camerabin: small speedup in software zoomStefan Kost1-0/+4
2009-07-20camerabin: log formats in preview image conversionStefan Kost1-1/+4
2009-07-20camerabin: remove unused variable assignmentStefan Kost1-4/+1
2009-07-17camerabin: use gst_caps_replace instead of separate callsStefan Kost1-10/+4
2009-07-15camerabin: use nonbuffered io to save memcopiesStefan Kost2-7/+5
2009-07-15camerabin: track todo itemsStefan Kost1-0/+31
2009-07-15camerabin: leave image/video bin in ready when changing modeStefan Kost1-1/+1
2009-06-26camerabin: code cleanupsStefan Kost1-14/+10
2009-06-26camerabin: just ref caps, we don't need a writable copyStefan Kost1-1/+3
2009-06-26camerabin: no need to ref and unref this temporarilyStefan Kost1-2/+3
2009-06-26camerabin: don't leak sink_caps if they would be any-capsStefan Kost1-22/+24
2009-06-26camerabin: don't leak preview imagesStefan Kost1-0/+1
2009-06-26camerabin: don't leak viewfinder-capsStefan Kost1-0/+2
2009-06-26camerabin: insert a few blank lines for readabilityStefan Kost1-1/+3
2009-06-26camerabin: don't leak messages and element refs in previewStefan Kost1-1/+14
2009-06-25camerabin: don't leak requestpadsStefan Kost2-0/+9
2009-06-24camerabin: buffer-alloc support fixes to image and video bin handlingLasse Laukkanen1-45/+29
2009-06-24camerabin: fix setting mute when video bin elements haven't been createdLasse Laukkanen2-12/+16
2009-06-24camerabin: set image bin to PAUSED when starting captureLasse Laukkanen1-3/+3
2009-06-24camerabin: leave v4l2camsrc "capture-mode" as video mode when pausingLasse Laukkanen1-12/+0
2009-06-22camerabin: add local include dir to CFLAGSStefan Kost1-1/+3
2009-06-22camerabin: code cruft removal and debug logsStefan Kost5-134/+92