summaryrefslogtreecommitdiff
path: root/gst/camerabin2
AgeCommit message (Expand)AuthorFilesLines
2012-02-16wrappercamerabinsrc: Put source to null when resetting capsThiago Santos1-1/+7
2012-02-16wrappercamerabinsrc: Put source in NULL when it fails changing stateThiago Santos1-1/+4
2012-01-27plenty: fixup glib deprecationsVincent Penquerc'h2-0/+5
2012-01-27camerabin2: Removing solved TODO and fixing a typoThiago Santos1-3/+1
2011-12-30camerabin2: clarify some message logsThiago Santos1-2/+2
2011-12-27camerabin2: fix gvalue leakThiago Santos1-5/+4
2011-12-27camerabin2: secure event ref when sending event to parent classThiago Santos1-0/+4
2011-12-22basecamerabinsrc: remove redundant functionsThiago Santos1-2/+8
2011-12-22camerabin2: remove unused helper functionThiago Santos2-28/+0
2011-12-20camerabin2: Fix A/V sync for capturesThiago Santos2-10/+42
2011-12-20wrappercamerabinsrc: Push newsegments on video capture startThiago Santos1-0/+8
2011-12-14camerabin2: fix leak on error handlingTommi Myöhänen1-0/+2
2011-11-28camerabin2: viewfinderbin: use faster cast macroThiago Santos1-6/+6
2011-11-28camerabin2: viewfinderbin: Link elements directly to use faster versionThiago Santos1-7/+9
2011-11-28camerabin2: micro optimize linking some moreThiago Santos2-3/+6
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-2/+2
2011-11-19camerabin2: Also reset video/audio filters before capturingThiago Santos1-0/+9
2011-11-14camerabin2: Also reset audio elements when video capture finishesThiago Santos1-18/+19
2011-11-14camerabin2: Add one debug line about camerabin2 being idleThiago Santos1-1/+3
2011-11-14camerabin2: Remove video elements' state clearing from start-captureThiago Santos2-7/+41
2011-11-14camerabin2: keep track of video recording stateThiago Santos2-13/+54
2011-11-09camerabin2: protect image location list with mutexThiago Santos2-10/+13
2011-11-09camerabin2: Handle null taglists for imagesThiago Santos1-24/+32
2011-11-09camerabin2: Don't store preview location if preview isn't requestedThiago Santos1-10/+11
2011-11-09camerabin2: Avoid blocking in start-capture and send application tags laterLasse Laukkanen2-7/+45
2011-11-08camerabin2: Decrement processing counter when message handling finishesThiago Santos1-4/+8
2011-11-08camerabin2: change post-previews property default value as falseLasse Laukkanen1-1/+1
2011-11-01camerabin2: On capture error, skip previewsThiago Santos1-0/+23
2011-11-01camerabin2: track also preview images with processing counterLasse Laukkanen1-0/+8
2011-10-12camerabin2: Check before acessing preview location listThiago Santos1-12/+21
2011-10-11camerabin2: Add a mutex to avoid concurrent access of preview filename listsThiago Santos2-1/+23
2011-09-29camerabin2: add location to preview image messagesThiago Santos2-9/+38
2011-09-29camerabin2: Fix potential loss of EOS eventRobert Swain1-9/+10
2011-09-26camerabin2: Stop the audio source between capturesRobert Swain1-5/+8
2011-09-16camerabin2: Adding 2 more log messagesThiago Santos1-0/+4
2011-09-16camerabin2: replace deprecated g_atomic_int_exchange_and_addVincent Penquerc'h1-1/+7
2011-09-16camerabin2: Reset last state change result on state-locked elementsThiago Santos1-2/+12
2011-09-12camerabin2: Check zoom notify callback from camera-sourceThiago Santos1-0/+13
2011-09-01camerabin2: Add a flag to disable image conversion elementsRobert Swain2-1/+11
2011-08-31camerabin2: Micro optimize encodebin pads linkingThiago Santos1-1/+1
2011-08-31camerabin2: Use explicit boolean literals to make gobject happyThiago Santos1-1/+2
2011-08-26camerabin2: Make viewfinder's queue a thread limit onlyThiago Santos1-1/+2
2011-08-24camerabin2: Optimize start up a little by removing some pad checksThiago Santos1-5/+8
2011-08-23camerabin2: Remove from experimentalThiago Santos1-1/+1
2011-08-23camerabin2: Always set encodebin flags when going to readyThiago Santos1-8/+8
2011-08-23camerabin2: Add new entry to flags propertyThiago Santos2-1/+9
2011-08-23camerabin2: viewfinderbin: Add property for disabling convertersThiago Santos2-39/+96
2011-08-21camerabin2: Prevent audiosrc from sending undesired eosThiago Santos2-0/+35
2011-08-21camerabin2: Use gst_pad_send_event instead of eventfunc macroThiago Santos1-3/+3
2011-08-21camerabin2: Avoid assertions when plugin creation failsThiago Santos1-12/+47