summaryrefslogtreecommitdiff
path: root/ext/audiofile
Commit message (Expand)AuthorAgeFilesLines
* Constify some static arrays everywhereSebastian Dröge2015-01-212-2/+2
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-047-14/+14
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-173-3/+3
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-143-3/+3
* 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-2/+3
* various: wrap property registration and add a single fixme for long desc.Stefan Kost2010-10-191-2/+7
* Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGSDavid Schleef2010-05-191-1/+1
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-186-36/+12
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* remove obsolete _factory_init protos and functionsStefan Kost2006-11-241-13/+0
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-013-3/+3
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-253-3/+4
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-082-2/+2
* Unify the long descriptions in the plugin details (#337263).j^2006-04-063-18/+14
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+2
* expand tabsThomas Vander Stichele2005-12-065-24/+24
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-126-25/+26
* Fix up all the state change functions.Jan Schmidt2005-09-052-14/+16
* licensing, name and description changesThomas Vander Stichele2005-08-141-1/+1
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-053-5/+0
* ext/alsa/gstalsa.c: buffer-frames property was missingBenjamin Otte2004-11-093-9/+3
* second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2004-05-211-1/+1
* ext/audiofile/gstafparse.c: change class to Codec/Demuxer/AudioStéphane Loeuillet2004-05-131-1/+1
* ext/audiofile/gstafsrc.c: Remove old debug outputJan Schmidt2004-05-121-2/+2
* don't mix tabs and spacesThomas Vander Stichele2004-03-153-111/+114
* *.h: Revert indentingJohan Dahlin2004-03-153-142/+130
* gst-indentThomas Vander Stichele2004-03-147-595/+575
* remove textdomain callsThomas Vander Stichele2004-02-022-2/+0
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-022-4/+4
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-292-4/+4
* putting i18n in place for pluginsThomas Vander Stichele2004-01-192-2/+13
* fix i18n includeThomas Vander Stichele2004-01-192-2/+2
* use new error signal and classificationThomas Vander Stichele2004-01-182-25/+25
* Fix for instantiate-test (see core). Also remove dead code from jpegenc (whic...Ronald S. Bultje2004-01-071-4/+17
* Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2004-01-022-3/+4
* Merge CAPS branchDavid Schleef2003-12-223-101/+83
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-074-3/+3
* remove audiofile typefinding because it is buggy and we support all of its fo...Benjamin Otte2003-11-033-198/+1
* Update all the audiofile stuffIain Holmes2003-11-018-63/+72
* Move a few typefind functions to gst/typefind, remove all old typefinding cod...David Schleef2003-10-293-44/+34
* change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef2003-10-291-1/+1
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-282-1/+4
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-083-11/+12
* New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje2003-10-012-3/+2
* reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele2003-09-162-17/+10
* converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2003-09-152-10/+17