summaryrefslogtreecommitdiffstats
path: root/ext/arts/gst_arts.c
AgeCommit message (Collapse)AuthorFilesLines
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
Original commit message from CVS: rework build; add translations for v4l2
2005-08-14licensing, name and description changesThomas Vander Stichele1-2/+3
Original commit message from CVS: licensing, name and description changes
2004-11-09ext/alsa/gstalsa.c: buffer-frames property was missingBenjamin Otte1-1/+2
Original commit message from CVS: * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal): buffer-frames property was missing * ext/arts/gst_arts.c: rate missing from sinkcaps * ext/audiofile/gstafparse.c: * ext/audiofile/gstafsink.c: * ext/audiofile/gstafsrc.c: * ext/swfdec/gstswfdec.c: int audio doesn't know buffer-frames * ext/cdparanoia/gstcdparanoia.c: int audio doesn't know chunksize either * ext/nas/nassink.c: it's endianness, not endianess * gst-libs/gst/audio/audio.h: make float standard pad template caps really describe float * gst/law/mulaw.c: (linear_factory): signed only, please * gst/mpegstream/gstdvddemux.c: widths of 20 are not valid
2004-06-07configure.ac: OSS portabilityStéphane Loeuillet1-0/+14
Original commit message from CVS: * configure.ac: OSS portability * ext/arts/gst_arts.c: idem * sys/oss/gstosselement.c: idem * sys/oss/gstossmixer.c: idem * sys/oss/gstosssink.c: idem * sys/oss/gstosssrc.c: idem * sys/oss/oss_probe.c: idem - check for soundcard.h in different places for some BSD
2004-05-21second batch : remove ',' at end of enums as they could confuse older gcc, ↵Stéphane Loeuillet1-1/+1
foreign compilers (forte) and gtk-doc (in ... Original commit message from CVS: second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in gst-plugins/ext/ this time)
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-12/+13
Original commit message from CVS: don't mix tabs and spaces
2004-03-14gst-indentThomas Vander Stichele1-69/+60
Original commit message from CVS: gst-indent
2003-12-22Merge CAPS branchDavid Schleef1-25/+25
Original commit message from CVS: Merge CAPS branch
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
Original commit message from CVS: remove copyright field from plugins
2003-11-01Updated gstartsIain Holmes1-17/+27
Original commit message from CVS: Updated gstarts
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje1-6/+2
over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-0/+3
Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
2002-09-18plugins part of license field patchChristian Schaller1-0/+1
Original commit message from CVS: plugins part of license field patch
2002-06-04fix gstarts. the sound is krappy, but it does make sound -- remember to do ↵Andy Wingo1-3/+3
osssink sync=false Original commit message from CVS: fix gstarts. the sound is krappy, but it does make sound -- remember to do osssink sync=false
2002-06-04a first feeble attempt at fixoring this beautyThomas Vander Stichele1-2/+2
Original commit message from CVS: a first feeble attempt at fixoring this beauty
2002-04-26Various small fixes for compile problemsRonald S. Bultje1-1/+1
Original commit message from CVS: Various small fixes for compile problems
2002-04-25fixed missing quoteThomas Vander Stichele1-1/+1
Original commit message from CVS: fixed missing quote
2002-04-20a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo1-3/+3
details->klass reorganizations an element br... Original commit message from CVS: * a hack to work around intltool's brokenness * a current check for mpeg2dec * details->klass reorganizations * an element browser that uses details->klass * separated cdxa parse out from the avi directory
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo1-81/+9
and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo1-4/+4
versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
2001-12-23Fixed some leftover fixesWim Taymans1-4/+0
Original commit message from CVS: Fixed some leftover fixes
2001-12-23adding arts and artds, no checks yetThomas Vander Stichele1-0/+243
Original commit message from CVS: adding arts and artds, no checks yet