summaryrefslogtreecommitdiff
path: root/ext/cdaudio
Commit message (Expand)AuthorAgeFilesLines
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* 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
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-9/+9
* Add -Wwrite-stringsBenjamin Otte2010-03-221-1/+1
* Add -Wredundant-decls flagBenjamin Otte2010-03-221-2/+0
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-211-0/+1
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-8/+3
* cdaudio: fix propertiesWim Taymans2009-11-041-22/+42
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+2
* ext/cdaudio/Makefile.am: Add another missing GST_LIBS.Tim-Philipp Müller2007-10-171-1/+1
* ext/cdaudio/gstcdaudio.c: Port to 0.10.Wim Taymans2006-09-231-133/+187
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+2
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* Unify the long descriptions in the plugin details (#337263).j^2006-04-061-6/+4
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+1
* expand tabsThomas Vander Stichele2005-12-061-5/+5
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-121-2/+2
* Fix up all the state change functions.Jan Schmidt2005-09-051-19/+20
* Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2005-08-281-1/+1
* Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt2004-11-011-8/+5
* fix build on older automakeThomas Vander Stichele2004-10-271-1/+0
* I lied, I am the One True BuildmasterWim Taymans2004-10-201-11/+9
* ext/cdaudio/gstcdaudio.c: Added uri handler for cd://Wim Taymans2004-10-181-65/+127
* second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2004-05-211-2/+2
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-58/+60
* gst-indentThomas Vander Stichele2004-03-141-107/+119
* fix headers fix signals to use - instead of _Thomas Vander Stichele2004-03-041-1/+1
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
* Fix installing in wrong dirDavid Schleef2003-07-291-1/+1
* Adding needed license information. The patch was reviewed and approved byBrian Cameron2003-07-251-0/+1
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-0/+3
* - UNITS -> DEFAULTWim Taymans2003-05-241-13/+6
* First attempt at a cd player plugins that uses libcdaudio.Wim Taymans2002-12-302-0/+527