| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't install static libs for plugins. Fixes #550851 for -bad. | Stefan Kost | 2008-11-04 | 1 | -0/+1 |
* | Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass | Stefan Kost | 2006-06-01 | 1 | -2/+2 |
* | Define GstElementDetails as const and also static (when defined as global) | Stefan Kost | 2006-04-25 | 1 | -1/+2 |
* | Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) | Stefan Kost | 2006-04-08 | 1 | -1/+1 |
* | Unify the long descriptions in the plugin details (#337263). | j^ | 2006-04-06 | 1 | -7/+5 |
* | rework build; add translations for v4l2 | Thomas Vander Stichele | 2006-04-01 | 1 | -1/+1 |
* | licensing, name and description changes | Thomas Vander Stichele | 2005-08-14 | 1 | -2/+3 |
* | ext/alsa/gstalsa.c: buffer-frames property was missing | Benjamin Otte | 2004-11-09 | 1 | -1/+2 |
* | configure.ac: OSS portability | Stéphane Loeuillet | 2004-06-07 | 1 | -0/+14 |
* | second batch : remove ',' at end of enums as they could confuse older gcc, fo... | Stéphane Loeuillet | 2004-05-21 | 1 | -1/+1 |
* | fix mcopidl generator | Thomas Vander Stichele | 2004-05-21 | 1 | -1/+4 |
* | don't mix tabs and spaces | Thomas Vander Stichele | 2004-03-15 | 2 | -40/+41 |
* | *.h: Revert indenting | Johan Dahlin | 2004-03-15 | 2 | -24/+21 |
* | gst-indent c++ files | Thomas Vander Stichele | 2004-03-14 | 1 | -121/+128 |
* | gst-indent | Thomas Vander Stichele | 2004-03-14 | 3 | -90/+84 |
* | Merge CAPS branch | David Schleef | 2003-12-22 | 1 | -25/+25 |
* | remove copyright field from plugins | Andy Wingo | 2003-12-04 | 1 | -1/+0 |
* | Remove all config.h includes from header files, add it to each source file an... | Ronald S. Bultje | 2003-11-07 | 2 | -1/+4 |
* | Updated gstarts | Iain Holmes | 2003-11-01 | 1 | -17/+27 |
* | Trivial fixes for GstBuffer->GstData migration | David Schleef | 2003-10-09 | 1 | -7/+7 |
* | Remove redundant plugindir definition | David Schleef | 2003-08-10 | 1 | -1/+0 |
* | New mimetypes gone into effect today - this commit changes all old mimetypes ... | Ronald S. Bultje | 2003-07-06 | 1 | -6/+2 |
* | compatibility fix for new GST_DEBUG stuff. | Benjamin Otte | 2003-06-29 | 1 | -0/+3 |
* | Grrr... another fix, to make gst_artsio.idl dist correctly. | David Schleef | 2003-04-09 | 1 | -0/+1 |
* | Refix #104689 | David Schleef | 2003-04-08 | 1 | -1/+4 |
* | Remove automake-1.4 hack to get files to dist correctly. Fixes #104689. | David Schleef | 2003-04-05 | 1 | -15/+1 |
* | add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, als... | Christian Schaller | 2003-02-23 | 1 | -1/+1 |
* | parallel install fixes | Thomas Vander Stichele | 2002-12-08 | 1 | -1/+1 |
* | plugins part of license field patch | Christian Schaller | 2002-09-18 | 1 | -0/+1 |
* | fix gstarts. the sound is krappy, but it does make sound -- remember to do os... | Andy Wingo | 2002-06-04 | 2 | -3/+20 |
* | a first feeble attempt at fixoring this beauty | Thomas Vander Stichele | 2002-06-04 | 1 | -2/+2 |
* | Various small fixes for compile problems | Ronald S. Bultje | 2002-04-26 | 1 | -1/+1 |
* | fixed missing quote | Thomas Vander Stichele | 2002-04-25 | 1 | -1/+1 |
* | a hack to work around intltool's brokenness a current check for mpeg2dec deta... | Andy Wingo | 2002-04-20 | 1 | -3/+3 |
* | GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory a... | Andy Wingo | 2002-04-11 | 2 | -82/+10 |
* | added a bunch of cvsignore stuff off of a fresh checkout and build i will win... | Andy Wingo | 2002-03-25 | 1 | -0/+4 |
* | perhaps -lartsflow_idl is needed | David I. Lehn | 2002-03-21 | 1 | -1/+1 |
* | removal of //-style comments don't link plugins to core libs -- the versionin... | Andy Wingo | 2002-03-19 | 2 | -5/+5 |
* | s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variable... | Andy Wingo | 2002-03-19 | 1 | -1/+1 |
* | a hackish fix to link arts to the proper libs | Andy Wingo | 2002-02-16 | 1 | -1/+1 |
* | - plugins are built without versioning info | Wrobell | 2002-01-18 | 1 | -0/+1 |
* | s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format | David I. Lehn | 2002-01-12 | 1 | -3/+1 |
* | more fixing | Thomas Vander Stichele | 2002-01-04 | 1 | -1/+1 |
* | more fixing | Thomas Vander Stichele | 2002-01-04 | 1 | -11/+16 |
* | this might be better | Thomas Vander Stichele | 2002-01-04 | 1 | -10/+12 |
* | arts make distcheck fix | Thomas Vander Stichele | 2002-01-04 | 1 | -0/+4 |
* | make arts stuff work, i think | Andy Wingo | 2001-12-24 | 1 | -12/+7 |
* | Fixed some leftover fixes | Wim Taymans | 2001-12-23 | 1 | -4/+0 |
* | adding arts and artds, no checks yet | Thomas Vander Stichele | 2001-12-23 | 6 | -0/+533 |