summaryrefslogtreecommitdiff
path: root/ext/audiofile
AgeCommit message (Expand)AuthorFilesLines
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte6-36/+12
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2006-11-24remove obsolete _factory_init protos and functionsStefan Kost1-13/+0
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost3-3/+3
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost3-3/+4
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2-2/+2
2006-04-06Unify the long descriptions in the plugin details (#337263).j^3-18/+14
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+2
2005-12-06expand tabsThomas Vander Stichele5-24/+24
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost6-25/+26
2005-09-05Fix up all the state change functions.Jan Schmidt2-14/+16
2005-08-14licensing, name and description changesThomas Vander Stichele1-1/+1
2005-07-05Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo3-5/+0
2004-11-09ext/alsa/gstalsa.c: buffer-frames property was missingBenjamin Otte3-9/+3
2004-05-21second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet1-1/+1
2004-05-13ext/audiofile/gstafparse.c: change class to Codec/Demuxer/AudioStéphane Loeuillet1-1/+1
2004-05-12ext/audiofile/gstafsrc.c: Remove old debug outputJan Schmidt1-2/+2
2004-03-15don't mix tabs and spacesThomas Vander Stichele3-111/+114
2004-03-15*.h: Revert indentingJohan Dahlin3-142/+130
2004-03-14gst-indentThomas Vander Stichele7-595/+575
2004-02-02remove textdomain callsThomas Vander Stichele2-2/+0
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2-4/+4
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele2-4/+4
2004-01-19putting i18n in place for pluginsThomas Vander Stichele2-2/+13
2004-01-19fix i18n includeThomas Vander Stichele2-2/+2
2004-01-18use new error signal and classificationThomas Vander Stichele2-25/+25
2004-01-07Fix for instantiate-test (see core). Also remove dead code from jpegenc (whic...Ronald S. Bultje1-4/+17
2004-01-02Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2-3/+4
2003-12-22Merge CAPS branchDavid Schleef3-101/+83
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
2003-11-16+ checking in plugin category changesLeif Johnson1-1/+1
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje4-3/+3
2003-11-03remove audiofile typefinding because it is buggy and we support all of its fo...Benjamin Otte3-198/+1
2003-11-01Update all the audiofile stuffIain Holmes8-63/+72
2003-10-29Move a few typefind functions to gst/typefind, remove all old typefinding cod...David Schleef3-44/+34
2003-10-29change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef1-1/+1
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte2-1/+4
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo3-11/+12
2003-10-01New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje2-3/+2
2003-09-16reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele2-17/+10
2003-09-15converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2-10/+17
2003-08-10Remove redundant plugindir definitionDavid Schleef1-1/+0
2003-07-24Add buffer length checks to every typefinding functionDavid Schleef1-2/+2
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje3-40/+28
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte3-7/+16
2003-02-02Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c...David Schleef1-1/+1
2003-01-01Remove PAD_EOSWim Taymans1-1/+0
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
2002-09-18plugins part of license field patchChristian Schaller3-3/+6
2002-09-12don't play with spider until spider can do heavy seekingSteve Baker1-1/+1