summaryrefslogtreecommitdiff
path: root/ext/dc1394
Commit message (Expand)AuthorAgeFilesLines
* dc1394: allow per feature registrationStéphane Cerveau2021-03-232-6/+8
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-1/+1
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-041-0/+2
* Remove autotools build systemTim-Philipp Müller2019-10-141-20/+0
* meson: add more plugins to plugins listTim-Philipp Müller2019-05-301-0/+1
* meson: build dc1394 pluginTim-Philipp Müller2018-12-171-0/+12
* dc1394src: Remove logically dead codeEdward Hervey2017-11-241-8/+2
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-2/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-3/+3
* dc1394src: check for disabled transmission in _stop_camJoan Pau Beltran2016-06-201-0/+22
* dc1394src: minor clean-upTim-Philipp Müller2016-06-091-20/+11
* dc1394src: fix some more c99-ismsTim-Philipp Müller2016-06-091-13/+17
* dc1394src: prefix and file names according to Gstreamer conventionsJoan Pau Beltran2016-06-093-122/+130
* dc1394src: port to 1.XJoan Pau Beltran2016-06-093-1118/+990
* Remove a bunch of silly ';;' typos at the end of linesJan Schmidt2015-03-121-1/+1
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-2/+2
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* dc1394src: Implement LATENCY querySebastian Dröge2011-05-261-4/+55
* Remove setting of plugindir from MakefilesDavid Schleef2011-04-011-1/+0
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-4/+4
* Add -Wredundant-decls flagBenjamin Otte2010-03-221-2/+0
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-211-5/+3
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+4
* dc1394: list valid iso-speeds in help and validate speeds in set_property.Tristan Matthews2010-03-091-3/+4
* dc1394: check iso-speed values in set_property, ignore if invalidTristan Matthews2010-03-091-4/+19
* dc1394: add iso-speed propertyTristan Matthews2010-03-092-5/+52
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost2008-06-131-8/+5
* Do not use short_description in section docs for elements. We extract them fr...Stefan Kost2008-06-121-1/+0
* Add support for libdc1394 2.0.0 and above and require this version now. Fixes...Daniel Fischer2008-02-262-50/+47
* configure.ac: The dc1394 plugin seems to use API that was removed or changed ...Tim-Philipp Müller2008-02-071-1/+2
* docs/plugins/: Regenerate.Stefan Kost2008-01-221-0/+5
* ext/dc1394/gstdc1394.c: Set initial structure name to fix assertion, due to r...Stefan Kost2007-11-251-3/+2
* ext/dc1394/gstdc1394.c: Make a bunch of functions static, and move variable d...Jan Schmidt2007-06-291-56/+41
* ext/dc1394/gstdc1394.c: The correct fourcc for the 4:1:1 packed format is 'IY...Jan Schmidt2007-06-291-2/+2
* ext/dc1394/gstdc1394.c: Change a g_print to a GST_DEBUG message.Jan Schmidt2007-06-291-1/+2
* Commit new dc1394src element.Eric Jonas2007-06-293-0/+1341