summaryrefslogtreecommitdiff
path: root/gst/camerabin2
Commit message (Expand)AuthorAgeFilesLines
* camerabin2: Removing solved TODO and fixing a typoThiago Santos2012-01-271-3/+1
* camerabin2: clarify some message logsThiago Santos2011-12-301-2/+2
* camerabin2: fix gvalue leakThiago Santos2011-12-271-5/+4
* camerabin2: secure event ref when sending event to parent classThiago Santos2011-12-271-0/+4
* basecamerabinsrc: remove redundant functionsThiago Santos2011-12-221-2/+8
* camerabin2: remove unused helper functionThiago Santos2011-12-222-28/+0
* camerabin2: Fix A/V sync for capturesThiago Santos2011-12-202-10/+42
* wrappercamerabinsrc: Push newsegments on video capture startThiago Santos2011-12-201-0/+8
* camerabin2: fix leak on error handlingTommi Myöhänen2011-12-141-0/+2
* camerabin2: viewfinderbin: use faster cast macroThiago Santos2011-11-281-6/+6
* camerabin2: viewfinderbin: Link elements directly to use faster versionThiago Santos2011-11-281-7/+9
* camerabin2: micro optimize linking some moreThiago Santos2011-11-282-3/+6
* various: fix pad template ref leaksVincent Penquerc'h2011-11-281-2/+2
* camerabin2: Also reset video/audio filters before capturingThiago Santos2011-11-191-0/+9
* camerabin2: Also reset audio elements when video capture finishesThiago Santos2011-11-141-18/+19
* camerabin2: Add one debug line about camerabin2 being idleThiago Santos2011-11-141-1/+3
* camerabin2: Remove video elements' state clearing from start-captureThiago Santos2011-11-142-7/+41
* camerabin2: keep track of video recording stateThiago Santos2011-11-142-13/+54
* camerabin2: protect image location list with mutexThiago Santos2011-11-092-10/+13
* camerabin2: Handle null taglists for imagesThiago Santos2011-11-091-24/+32
* camerabin2: Don't store preview location if preview isn't requestedThiago Santos2011-11-091-10/+11
* camerabin2: Avoid blocking in start-capture and send application tags laterLasse Laukkanen2011-11-092-7/+45
* camerabin2: Decrement processing counter when message handling finishesThiago Santos2011-11-081-4/+8
* camerabin2: change post-previews property default value as falseLasse Laukkanen2011-11-081-1/+1
* camerabin2: On capture error, skip previewsThiago Santos2011-11-011-0/+23
* camerabin2: track also preview images with processing counterLasse Laukkanen2011-11-011-0/+8
* camerabin2: Check before acessing preview location listThiago Santos2011-10-121-12/+21
* camerabin2: Add a mutex to avoid concurrent access of preview filename listsThiago Santos2011-10-112-1/+23
* camerabin2: add location to preview image messagesThiago Santos2011-09-292-9/+38
* camerabin2: Fix potential loss of EOS eventRobert Swain2011-09-291-9/+10
* camerabin2: Stop the audio source between capturesRobert Swain2011-09-261-5/+8
* camerabin2: Adding 2 more log messagesThiago Santos2011-09-161-0/+4
* camerabin2: replace deprecated g_atomic_int_exchange_and_addVincent Penquerc'h2011-09-161-1/+7
* camerabin2: Reset last state change result on state-locked elementsThiago Santos2011-09-161-2/+12
* camerabin2: Check zoom notify callback from camera-sourceThiago Santos2011-09-121-0/+13
* camerabin2: Add a flag to disable image conversion elementsRobert Swain2011-09-012-1/+11
* camerabin2: Micro optimize encodebin pads linkingThiago Santos2011-08-311-1/+1
* camerabin2: Use explicit boolean literals to make gobject happyThiago Santos2011-08-311-1/+2
* camerabin2: Make viewfinder's queue a thread limit onlyThiago Santos2011-08-261-1/+2
* camerabin2: Optimize start up a little by removing some pad checksThiago Santos2011-08-241-5/+8
* camerabin2: Remove from experimentalThiago Santos2011-08-231-1/+1
* camerabin2: Always set encodebin flags when going to readyThiago Santos2011-08-231-8/+8
* camerabin2: Add new entry to flags propertyThiago Santos2011-08-232-1/+9
* camerabin2: viewfinderbin: Add property for disabling convertersThiago Santos2011-08-232-39/+96
* camerabin2: Prevent audiosrc from sending undesired eosThiago Santos2011-08-212-0/+35
* camerabin2: Use gst_pad_send_event instead of eventfunc macroThiago Santos2011-08-211-3/+3
* camerabin2: Avoid assertions when plugin creation failsThiago Santos2011-08-211-12/+47
* camerabin2: Add audio-filter propertyThiago Santos2011-08-132-1/+29
* camerabin2: Adding video-done messageThiago Santos2011-08-061-2/+15
* camerabin2: Adding top-level element documentationThiago Santos2011-08-061-3/+99