Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gst: Add better support for static plugins | Sebastian Dröge | 2013-04-15 | 1 | -1/+1 |
| | |||||
* | Fix FSF address | Tim-Philipp Müller | 2012-11-04 | 2 | -4/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520 | ||||
* | Use gst_element_class_set_static_metadata() | Tim-Philipp Müller | 2012-10-17 | 1 | -1/+1 |
| | | | | | where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there. | ||||
* | replace gst_element_class_set_details_simple with gst_element_class_set_metadata | Mark Nauwelaerts | 2012-09-14 | 1 | -1/+1 |
| | |||||
* | gst: Update for GST_PLUGIN_DEFINE() API changes | Sebastian Dröge | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | android: make it ready for androgenizer | Thibault Saunier | 2011-04-11 | 1 | -0/+13 |
| | | | | | | | | Remove the android/ top dir Fixe the Makefile.am to be androgenized To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files. Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git | ||||
* | gst_element_class_set_details => gst_element_class_set_details_simple | Benjamin Otte | 2010-03-18 | 1 | -7/+4 |
| | |||||
* | hdvparse: Fix field error. | Edward Hervey | 2010-02-15 | 1 | -3/+3 |
| | | | | Spotted by Burkhard Plaum | ||||
* | hdvparse: Link against libm because we use pow(). | Edward Hervey | 2009-06-06 | 1 | -1/+1 |
| | |||||
* | hdvparse: Fix the build on Commander Thaytan's S10SP | Edward Hervey | 2009-06-05 | 1 | -2/+3 |
| | |||||
* | hdvparse: Emit a GST_MESSAGE_ELEMENT with some goodness in it. | Edward Hervey | 2009-06-05 | 1 | -18/+67 |
| | |||||
* | hdvparse: Rewrite from scratch. Handle both hdv-a and hdv-v | Edward Hervey | 2009-06-05 | 1 | -184/+665 |
| | | | | | | This time we analyze a lot more information. Still need to re-add the message emission. | ||||
* | hdvparse: Setting rank to NONE so it doesn't get picked up by playbin2. | Edward Hervey | 2009-05-31 | 1 | -1/+1 |
| | |||||
* | hdvparse: Emit application message with the parsed information. | Edward Hervey | 2009-05-31 | 1 | -2/+197 |
| | |||||
* | hdvparse: New element for parsing private/hdv-a1 streams. | Edward Hervey | 2009-05-31 | 3 | -0/+236 |