summaryrefslogtreecommitdiff
path: root/gst/camerabin
Commit message (Expand)AuthorAgeFilesLines
* camerabin: fix buildWim Taymans2009-10-241-3/+4
* camerabin: remove abbreviations from the property names. Fixes #573370 (parti...Stefan Kost2009-10-242-56/+59
* build: use gst-glib-gen.mak to fix the glib build rules.Stefan Kost2009-10-241-2/+3
* camerabin: code cleanupsStefan Kost2009-10-241-19/+29
* camerabin: implement video preview creationTommi Myöhänen2009-10-244-64/+127
* camerabin: set camerabin default sources/sinks like in playbin2. Fixes #574434Stefan Kost2009-10-244-50/+88
* camerabin: fix deadlock when error occurs at video recording startupLasse Laukkanen2009-10-011-3/+2
* camerabin: handle preview-caps only in image mode and only when they changeTommi Myöhänen2009-10-011-5/+17
* camerabin: don't send multiple EOS events to video pipelineTommi Myöhänen2009-10-012-6/+15
* camerabin: fix scene mode settingTommi Myöhänen2009-10-011-0/+4
* camerabin: allow mode parameter setting in NULL stateTommi Myöhänen2009-10-011-15/+21
* camerabin: allow capture resolution to be set in NULL stateTommi Myöhänen2009-10-012-3/+31
* camerabin: fix image queue parameter settingTommi Myöhänen2009-10-011-4/+2
* camerabin: fix warning with g_object_get and join separate g_object_sets into...Tommi Myöhänen2009-10-011-9/+7
* camerabin: reset active-pad in output-selector after READY stateTommi Myöhänen2009-10-011-0/+13
* camerabin: don't reset capsfilters or zoom if error occursLasse Laukkanen2009-10-011-1/+0
* camerabin: Set camerasrc to READY state instead of PAUSED when acquiring allo...Tommi Myöhänen2009-07-311-9/+6
* camerabin: photo iface setter functions return TRUE when used in NULL stateTommi Myöhänen2009-07-281-7/+7
* camerabin: do not put video pipeline into READY when start recording camerabi...Tommi Myöhänen2009-07-283-7/+51
* camerabin: small speedup in software zoomStefan Kost2009-07-211-0/+4
* camerabin: log formats in preview image conversionStefan Kost2009-07-201-1/+4
* camerabin: remove unused variable assignmentStefan Kost2009-07-201-4/+1
* camerabin: use gst_caps_replace instead of separate callsStefan Kost2009-07-171-10/+4
* camerabin: use nonbuffered io to save memcopiesStefan Kost2009-07-152-7/+5
* camerabin: track todo itemsStefan Kost2009-07-151-0/+31
* camerabin: leave image/video bin in ready when changing modeStefan Kost2009-07-151-1/+1
* camerabin: code cleanupsStefan Kost2009-06-261-14/+10
* camerabin: just ref caps, we don't need a writable copyStefan Kost2009-06-261-1/+3
* camerabin: no need to ref and unref this temporarilyStefan Kost2009-06-261-2/+3
* camerabin: don't leak sink_caps if they would be any-capsStefan Kost2009-06-261-22/+24
* camerabin: don't leak preview imagesStefan Kost2009-06-261-0/+1
* camerabin: don't leak viewfinder-capsStefan Kost2009-06-261-0/+2
* camerabin: insert a few blank lines for readabilityStefan Kost2009-06-261-1/+3
* camerabin: don't leak messages and element refs in previewStefan Kost2009-06-261-1/+14
* camerabin: don't leak requestpadsStefan Kost2009-06-252-0/+9
* camerabin: buffer-alloc support fixes to image and video bin handlingLasse Laukkanen2009-06-241-45/+29
* camerabin: fix setting mute when video bin elements haven't been createdLasse Laukkanen2009-06-242-12/+16
* camerabin: set image bin to PAUSED when starting captureLasse Laukkanen2009-06-241-3/+3
* camerabin: leave v4l2camsrc "capture-mode" as video mode when pausingLasse Laukkanen2009-06-241-12/+0
* camerabin: add local include dir to CFLAGSStefan Kost2009-06-221-1/+3
* camerabin: code cruft removal and debug logsStefan Kost2009-06-225-134/+92
* camerabin: reset filename after capture to avoid racy when capturing againStefan Kost2009-06-161-0/+1
* camerabin: set imagebin to PAUSED on capture and delayed filename settingStefan Kost2009-06-142-6/+25
* camerabin: fix link orderStefan Kost2009-06-051-2/+2
* camerabin: preview image sending optimizationLasse Laukkanen2009-06-057-232/+723
* camerabin: don't lose post processing element in first resetLasse Laukkanen2009-06-051-1/+0
* camerabin: add debug including dot graph writingLasse Laukkanen2009-06-053-3/+21
* camerabin: unblock if error occurs during captureLasse Laukkanen2009-06-051-9/+34
* camerabin: ignore night mode handling if already in night modeLasse Laukkanen2009-06-051-8/+12
* camerabin: stop ongoing capture if changing resolutionLasse Laukkanen2009-06-051-0/+3