summaryrefslogtreecommitdiff
path: root/gst/hdvparse
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
| | | | This is not needed any longer.
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
|
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-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_metadataMark Nauwelaerts2012-09-141-1/+1
|
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
|
* android: make it ready for androgenizerThibault Saunier2011-04-111-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_simpleBenjamin Otte2010-03-181-7/+4
|
* hdvparse: Fix field error.Edward Hervey2010-02-151-3/+3
| | | | Spotted by Burkhard Plaum
* hdvparse: Link against libm because we use pow().Edward Hervey2009-06-061-1/+1
|
* hdvparse: Fix the build on Commander Thaytan's S10SPEdward Hervey2009-06-051-2/+3
|
* hdvparse: Emit a GST_MESSAGE_ELEMENT with some goodness in it.Edward Hervey2009-06-051-18/+67
|
* hdvparse: Rewrite from scratch. Handle both hdv-a and hdv-vEdward Hervey2009-06-051-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 Hervey2009-05-311-1/+1
|
* hdvparse: Emit application message with the parsed information.Edward Hervey2009-05-311-2/+197
|
* hdvparse: New element for parsing private/hdv-a1 streams.Edward Hervey2009-05-313-0/+236