summaryrefslogtreecommitdiff
path: root/gst/camerabin2/gstcamerabin2.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-32/+16
2016-07-08camerabin: update docs sectionTim-Philipp Müller1-13/+12
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-2/+2
2015-03-14camerabin: remove hack around bug 648359Thiago Santos1-8/+1
2015-03-14camerabin: remove deprecated g_atomic functionThiago Santos1-7/+1
2015-03-08camerabin: update zoom param spec if video source changes its max-zoomMohammed Hassan1-0/+8
2014-07-26camerabin: use gst_object_ref to make it easier to track refsThiago Santos1-2/+2
2014-07-23camerabin: handle EOS on the pipelineThiago Santos1-12/+19
2014-05-30camerabin: fix structure handling in preview messageThiago Santos1-2/+11
2014-04-09camerabin2: remove unneeded checkVincent Penquerc'h1-2/+2
2014-04-09camerabin: report an error if we fail to link vfsrc and viewfinder queueMohammed Sameer1-2/+7
2014-02-04camerabin: remove unused variableThiago Santos1-30/+0
2013-11-06camerabin: Make sure video-done is post only when file is closedThiago Santos1-3/+12
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-09-12camerabin: port tagsetter mode setting codeThiago Santos1-6/+4
2012-09-06camerabin2: use correct variable when handling pad probe buffersThiago Santos1-2/+2
2012-08-29camerabin: no need to set clock/basetime againThiago Santos1-14/+1
2012-08-29camerabin: request _%u templates instead of _%dThiago Santos1-1/+6
2012-08-04gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller1-3/+3
2012-07-29Revert "camerabin: update to new tag event creation API"Tim-Philipp Müller1-2/+2
2012-07-28camerabin: Fix references to avoid element leakingThiago Santos1-6/+3
2012-07-28camerabin: update to new tag event creation APIThiago Santos1-2/+2
2012-07-28tag: Update for taglist/tag event API changesSebastian Dröge1-2/+2
2012-06-06update for tag event changeWim Taymans1-2/+2
2012-05-04camerabin: always force image-profile to have variable framerateThiago Santos1-0/+19
2012-05-02camerabin: Fix get/set_property for encoding profilesThiago Santos1-4/+4
2012-05-01camerabin: remove custom renegotiate eventThiago Santos1-21/+1
2012-05-01camerabin: Use plain video encoding profile for imagesThiago Santos1-7/+1
2012-04-30camerabin2: rename to "camerabin"Tim-Philipp Müller1-28/+29
2012-02-10Merge branch 'master' into 0.11Wim Taymans1-3/+2
2012-01-27plenty: fixup glib deprecationsVincent Penquerc'h1-0/+1
2012-01-27camerabin2: Removing solved TODO and fixing a typoThiago Santos1-3/+1
2012-01-19port to new gthread APIWim Taymans1-39/+42
2012-01-02camerabin2: encoding profiles are objects in 0.11Edward Hervey1-2/+2
2011-12-30Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey1-2/+2
2011-12-30Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey1-20/+58
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-23camerabin2: port to 0.11Thiago Santos1-41/+47
2011-12-20camerabin2: Fix A/V sync for capturesThiago Santos1-10/+41
2011-12-14camerabin2: fix leak on error handlingTommi Myöhänen1-0/+2
2011-11-28camerabin2: micro optimize linking some moreThiago Santos1-2/+4
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 Santos1-7/+40
2011-11-14camerabin2: keep track of video recording stateThiago Santos1-13/+43