summaryrefslogtreecommitdiff
path: root/gst-libs/gst/basecamerabinsrc
Commit message (Expand)AuthorAgeFilesLines
* basecamerabinsrc: silence g-ir-scanner warningsTim-Philipp Müller2020-07-293-1/+11
* camerabinpreview: fix potential crash on preview pipeline errorTim-Philipp Müller2020-07-281-1/+1
* docs: Unmark wrongly marked plugin API typesThibault Saunier2020-06-231-0/+3
* docs: Document basecamerabinsrcThibault Saunier2020-06-233-6/+29
* docs: mark more types as plugin APIMathieu Duponchelle2020-06-231-0/+2
* Don't pass default GLib marshallers for signalsNiels De Graef2019-11-061-2/+2
* camerabin2: preview: remove redundant property setting on appsinkRatchanan Srirattanamet2019-10-201-2/+0
* Remove autotools build systemTim-Philipp Müller2019-10-141-27/+0
* doc: remove xml from commentsMathieu Duponchelle2019-05-291-7/+2
* libs: fix API export/import and 'inconsistent linkage' on MSVCTim-Philipp Müller2018-09-245-2/+14
* meson: Maintain macOS ABI through dylib versioningNirbheek Chauhan2018-08-311-0/+1
* basecamerabinsrc: GST_EXPORT -> GST_BASE_CAMERA_BIN_SRC_APITim-Philipp Müller2018-03-136-12/+48
* meson: remove vs_module_defsHavard Graff2017-10-051-1/+0
* basecamerabinsrc: mark symbols explicitly for export with GST_EXPORTTim-Philipp Müller2017-07-183-0/+19
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+26
* camerabinpreview: fix bus leakGuillaume Desmottes2016-07-151-0/+7
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* basecamerabinsrc: don't use private GMutex implementation detailsTim-Philipp Müller2015-02-171-8/+3
* basecamerasrc: fix typo in docsDanny Song2014-11-281-2/+2
* Add some missing G_END_DECLSTim-Philipp Müller2014-10-281-0/+3
* basecamerabinsrc: Add auto-start property to basecamerabinYouness Alaoui2013-02-112-1/+20
* Fix FSF addressTim-Philipp Müller2012-11-046-12/+12
* 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: update preview buffer pushingThiago Santos2012-07-294-9/+10
* basecamerabin: Do not set the pad templates in the base class.Youness Alaoui2012-05-041-28/+23
* basecamerasrc: null caps are not valid in 1.0Thiago Santos2012-05-021-2/+11
* basecamerabinsrc: updating property to new nameThiago Santos2012-05-011-1/+1
* camerabin: Replacing ffmpegcolorspace with videoconvertThiago Santos2012-05-011-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-14/+14
* basecamerabinsrc: Add $(GST_PLUGINS_BASE_LIBS) to the linker flagsSebastian Dröge2012-03-271-1/+1
* Merge branch 'master' into 0.11Wim Taymans2012-02-102-0/+2
|\
| * plenty: fixup glib deprecationsVincent Penquerc'h2012-01-272-0/+2
* | port to new gthread APIWim Taymans2012-01-194-30/+30
* | Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2011-12-303-59/+1
|\ \ | |/
| * basecamerabinsrc: remove redundant functionsThiago Santos2011-12-223-61/+2
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-6/+6
* | camerabin: use GstSample for the previewWim Taymans2011-12-011-6/+6
* | fix for moved interfacesWim Taymans2011-11-292-2/+2
* | basecamerasrc: port to 0.11René Stadler2011-11-241-25/+19
|/
* basecamerasrc: optimize state changing speedTommi Myöhänen2011-10-314-14/+85
* basecamerasrc: Set preview pipeline to ready when going to readyThiago Santos2011-10-111-0/+3
* camerabin2: Initialize camerabin2 preview pipeline data with 0Thiago Santos2011-10-031-1/+1
* camerabin2: removing capsfilter from preview pipelineThiago Santos2011-09-292-11/+3
* basecamerasrc: Fail state change if preview pipeline fails creationThiago Santos2011-09-202-1/+7
* camerabin2: preview: No need for appsink to store the last bufferThiago Santos2011-09-061-1/+2
* camerabin2: preview: Appsink doesn't need to syncThiago Santos2011-09-051-0/+1
* camerabin2: preview: Remove one of the two colorspace convertersThiago Santos2011-09-051-15/+7
* camerabin2: preview: Disable appsrc signals emissionThiago Santos2011-09-051-0/+2
* basecamerabinsrc: Optimize preview pipeline startupThiago Santos2011-08-311-6/+28