summaryrefslogtreecommitdiff
path: root/ext/dc1394
Commit message (Expand)AuthorAgeFilesLines
* 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