summaryrefslogtreecommitdiff
path: root/ext/dc1394
AgeCommit message (Expand)AuthorFilesLines
2021-03-23dc1394: allow per feature registrationStéphane Cerveau2-6/+8
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle1-1/+1
2020-06-04plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge1-0/+2
2019-10-14Remove autotools build systemTim-Philipp Müller1-20/+0
2019-05-30meson: add more plugins to plugins listTim-Philipp Müller1-0/+1
2018-12-17meson: build dc1394 pluginTim-Philipp Müller1-0/+12
2017-11-24dc1394src: Remove logically dead codeEdward Hervey1-8/+2
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-2/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-3/+3
2016-06-20dc1394src: check for disabled transmission in _stop_camJoan Pau Beltran1-0/+22
2016-06-09dc1394src: minor clean-upTim-Philipp Müller1-20/+11
2016-06-09dc1394src: fix some more c99-ismsTim-Philipp Müller1-13/+17
2016-06-09dc1394src: prefix and file names according to Gstreamer conventionsJoan Pau Beltran3-122/+130
2016-06-09dc1394src: port to 1.XJoan Pau Beltran3-1118/+990
2015-03-12Remove a bunch of silly ';;' typos at the end of linesJan Schmidt1-1/+1
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-2/+2
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2011-05-26dc1394src: Implement LATENCY querySebastian Dröge1-4/+55
2011-04-01Remove setting of plugindir from MakefilesDavid Schleef1-1/+0
2010-10-19various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-4/+4
2010-03-22Add -Wredundant-decls flagBenjamin Otte1-2/+0
2010-03-21Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte1-5/+3
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2010-03-09dc1394: list valid iso-speeds in help and validate speeds in set_property.Tristan Matthews1-3/+4
2010-03-09dc1394: check iso-speed values in set_property, ignore if invalidTristan Matthews1-4/+19
2010-03-09dc1394: add iso-speed propertyTristan Matthews2-5/+52
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-06-13docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost1-8/+5
2008-06-12Do not use short_description in section docs for elements. We extract them fr...Stefan Kost1-1/+0
2008-02-26Add support for libdc1394 2.0.0 and above and require this version now. Fixes...Daniel Fischer2-50/+47
2008-02-07configure.ac: The dc1394 plugin seems to use API that was removed or changed ...Tim-Philipp Müller1-1/+2
2008-01-22docs/plugins/: Regenerate.Stefan Kost1-0/+5
2007-11-25ext/dc1394/gstdc1394.c: Set initial structure name to fix assertion, due to r...Stefan Kost1-3/+2
2007-06-29ext/dc1394/gstdc1394.c: Make a bunch of functions static, and move variable d...Jan Schmidt1-56/+41
2007-06-29ext/dc1394/gstdc1394.c: The correct fourcc for the 4:1:1 packed format is 'IY...Jan Schmidt1-2/+2
2007-06-29ext/dc1394/gstdc1394.c: Change a g_print to a GST_DEBUG message.Jan Schmidt1-1/+2
2007-06-29Commit new dc1394src element.Eric Jonas3-0/+1341