summaryrefslogtreecommitdiff
path: root/gst/camerabin2/gstcamerabin2.c
Commit message (Expand)AuthorAgeFilesLines
* camerabin: remove hack around bug 648359Thiago Santos2015-03-141-8/+1
* camerabin: remove deprecated g_atomic functionThiago Santos2015-03-141-7/+1
* camerabin: update zoom param spec if video source changes its max-zoomMohammed Hassan2015-03-081-0/+8
* camerabin: use gst_object_ref to make it easier to track refsThiago Santos2014-07-261-2/+2
* camerabin: handle EOS on the pipelineThiago Santos2014-07-231-12/+19
* camerabin: fix structure handling in preview messageThiago Santos2014-05-301-2/+11
* camerabin2: remove unneeded checkVincent Penquerc'h2014-04-091-2/+2
* camerabin: report an error if we fail to link vfsrc and viewfinder queueMohammed Sameer2014-04-091-2/+7
* camerabin: remove unused variableThiago Santos2014-02-041-30/+0
* camerabin: Make sure video-done is post only when file is closedThiago Santos2013-11-061-3/+12
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* camerabin: port tagsetter mode setting codeThiago Santos2012-09-121-6/+4
* camerabin2: use correct variable when handling pad probe buffersThiago Santos2012-09-061-2/+2
* camerabin: no need to set clock/basetime againThiago Santos2012-08-291-14/+1
* camerabin: request _%u templates instead of _%dThiago Santos2012-08-291-1/+6
* gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller2012-08-041-3/+3
* Revert "camerabin: update to new tag event creation API"Tim-Philipp Müller2012-07-291-2/+2
* camerabin: Fix references to avoid element leakingThiago Santos2012-07-281-6/+3
* camerabin: update to new tag event creation APIThiago Santos2012-07-281-2/+2
* tag: Update for taglist/tag event API changesSebastian Dröge2012-07-281-2/+2
* update for tag event changeWim Taymans2012-06-061-2/+2
* camerabin: always force image-profile to have variable framerateThiago Santos2012-05-041-0/+19
* camerabin: Fix get/set_property for encoding profilesThiago Santos2012-05-021-4/+4
* camerabin: remove custom renegotiate eventThiago Santos2012-05-011-21/+1
* camerabin: Use plain video encoding profile for imagesThiago Santos2012-05-011-7/+1
* camerabin2: rename to "camerabin"Tim-Philipp Müller2012-04-301-28/+29
* Merge branch 'master' into 0.11Wim Taymans2012-02-101-3/+2
|\
| * plenty: fixup glib deprecationsVincent Penquerc'h2012-01-271-0/+1
| * camerabin2: Removing solved TODO and fixing a typoThiago Santos2012-01-271-3/+1
* | port to new gthread APIWim Taymans2012-01-191-39/+42
* | camerabin2: encoding profiles are objects in 0.11Edward Hervey2012-01-021-2/+2
* | Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey2011-12-301-2/+2
|\ \ | |/
| * camerabin2: clarify some message logsThiago Santos2011-12-301-2/+2
* | Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2011-12-301-20/+58
|\ \ | |/
| * camerabin2: fix gvalue leakThiago Santos2011-12-271-5/+4
| * camerabin2: secure event ref when sending event to parent classThiago Santos2011-12-271-0/+4
| * camerabin2: Fix A/V sync for capturesThiago Santos2011-12-201-10/+41
| * camerabin2: fix leak on error handlingTommi Myöhänen2011-12-141-0/+2
| * camerabin2: micro optimize linking some moreThiago Santos2011-11-281-2/+4
* | camerabin2: port to 0.11Thiago Santos2011-12-231-41/+47
|/
* 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-141-7/+40
* camerabin2: keep track of video recording stateThiago Santos2011-11-141-13/+43
* camerabin2: protect image location list with mutexThiago Santos2011-11-091-9/+12
* 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