summaryrefslogtreecommitdiff
path: root/gst/camerabin
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-16camerabin: reset filename after capture to avoid racy when capturing againStefan Kost1-0/+1
2009-06-14camerabin: set imagebin to PAUSED on capture and delayed filename settingStefan Kost2-6/+25
2009-06-05camerabin: fix link orderStefan Kost1-2/+2
2009-06-05camerabin: preview image sending optimizationLasse Laukkanen7-232/+723
2009-06-05camerabin: don't lose post processing element in first resetLasse Laukkanen1-1/+0
2009-06-05camerabin: add debug including dot graph writingLasse Laukkanen3-3/+21
2009-06-05camerabin: unblock if error occurs during captureLasse Laukkanen1-9/+34
2009-06-05camerabin: ignore night mode handling if already in night modeLasse Laukkanen1-8/+12
2009-06-05camerabin: stop ongoing capture if changing resolutionLasse Laukkanen1-0/+3
2009-06-05camerabin: limit the size of video bin queue leading to view finderLasse Laukkanen1-1/+1
2009-06-05camerabin: don't proxy gst xoverlay interfaceLasse Laukkanen4-118/+1
2009-06-05camerabin: allow configuring photography settings when in NULL stateLasse Laukkanen3-53/+283
2009-06-05camerabin: crop still image capture frame if necessaryLasse Laukkanen1-6/+56
2009-04-16camerabin: clean up and fix assertion fail when setting zoom in NULL stateLasse Laukkanen1-31/+53
2009-04-16camerabin: fix format matching when detecting allowed frame rateLasse Laukkanen1-15/+28
2009-04-16camerabin: don't lose pending state when changing resolutionLasse Laukkanen1-3/+12
2009-04-16camerabin: change img-done signal parameter from GString* to const gchar*Lasse Laukkanen3-34/+40
2009-03-22Makefile.am: no static libs for pluginsStefan Kost1-1/+1
2009-03-07camerabin: Make the tests pass when the camerabin can't initialise.Jan Schmidt1-6/+8
2009-03-07camerabin: Partly fix distcheckJan Schmidt1-8/+1
2009-03-04photography: declare interface as unstable API by means of a warningTim-Philipp Müller1-1/+1
2009-02-27camerabin: rework signaling and testsStefan Kost3-7/+8
2009-02-25docs: various doc fixesStefan Kost1-1/+0
2009-02-25camerabin: update signal marshaller and docsStefan Kost2-16/+10
2009-02-25camerabin: unblock correct pad in reset, support fakesink as view finderLasse Laukkanen1-4/+4