summaryrefslogtreecommitdiff
path: root/ext/audiofile/gstafparse.c
Commit message (Expand)AuthorAgeFilesLines
* 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_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-9/+4
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Unify the long descriptions in the plugin details (#337263).j^2006-04-061-6/+5
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-121-4/+5
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-051-1/+0
* ext/alsa/gstalsa.c: buffer-frames property was missingBenjamin Otte2004-11-091-3/+1
* 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
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-59/+60
* gst-indentThomas Vander Stichele2004-03-141-208/+206
* Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2004-01-021-1/+2
* Merge CAPS branchDavid Schleef2003-12-221-46/+37
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
* Update all the audiofile stuffIain Holmes2003-11-011-18/+19
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-5/+5
* New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje2003-10-011-2/+1
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-061-31/+25
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-2/+5
* Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c...David Schleef2003-02-021-1/+1
* plugins part of license field patchChristian Schaller2002-09-181-1/+2
* don't play with spider until spider can do heavy seekingSteve Baker2002-09-121-1/+1
* removing warnings as approved by wimThomas Vander Stichele2002-09-091-14/+10
* reorderThomas Vander Stichele2002-06-081-1/+1
* add ranks only for plugins who participate in autoplugging. If you have a fi...Steve Baker2002-05-311-0/+1
* - Changed plugins for new APIsWim Taymans2002-05-261-18/+9
* use new bytestream apiSteve Baker2002-05-151-15/+46
* use correct mime type for the types supported by audiofileSteve Baker2002-04-261-2/+12
* added a typefind function for all supported audiofile types.Steve Baker2002-04-241-13/+13
* - when possible, bypass afReadFrames and just access the data directly. this ...Steve Baker2002-04-221-110/+61
* this works for me locally now, however it requires:Steve Baker2002-04-211-38/+67
* afparse will eventually be able to support pipelines like: gst-launch filesrc...Steve Baker2002-04-211-0/+525