summaryrefslogtreecommitdiff
path: root/gst/mixmatrix
AgeCommit message (Expand)AuthorFilesLines
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+2
2007-06-22Fix leaks.Edward Hervey1-6/+2
2006-09-16More G_OBJECT macro fixing.Stefan Kost1-1/+1
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-04-06Unify the long descriptions in the plugin details (#337263).j^1-6/+5
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
2004-07-27more working pluginsSteve Lhomme1-1/+1
2004-07-27rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme1-2/+2
2004-07-27avoid problems with math.h, fix release dependancySteve Lhomme1-3/+3
2004-07-26more plugins supported under windowsSteve Lhomme1-0/+145
2004-06-07gst/mixmatrix/mixmatrix.c: create a NULL-initialized array of pads, so we don...Benjamin Otte1-43/+45
2004-05-21first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet1-2/+2
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-27/+28
2004-03-14gst-indentThomas Vander Stichele1-162/+177
2004-03-01fix plugin names move gstvideosink.h to videosink.hThomas Vander Stichele1-4/+4
2004-03-01add error handler fix mixmatrix plugin filenameThomas Vander Stichele1-1/+1
2003-12-22Merge CAPS branchDavid Schleef1-29/+21
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. Bultje1-1/+1
2003-11-03v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init ...Benjamin Otte1-1/+1
2003-11-02I'm too lazy to comment thisRonald S. Bultje1-21/+25
2003-10-29change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef1-1/+1
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte1-1/+4
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo1-1/+1
2003-10-01New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje1-5/+1
2003-08-10Remove redundant plugindir definitionDavid Schleef1-1/+0
2003-07-25Adding needed license information. The patch was reviewed and approved byBrian Cameron1-0/+19
2003-07-19+ the last of the float caps changes ... these are a bit more pervasiveLeif Johnson1-3/+3
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje1-15/+8
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-5/+8
2003-01-10PadConnect -> PadLinkThomas Vander Stichele1-2/+2
2003-01-10another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele1-7/+7
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
2002-11-01backmergeThomas Vander Stichele1-5/+5
2002-09-18plugins part of license field patchChristian Schaller1-0/+2
2002-09-10This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje1-3/+3
2002-09-09removing warnings (approved by wtay)Thomas Vander Stichele1-7/+6
2002-07-24updated so it uses a dblptr matrix, and worksErik Walthinsen1-8/+47
2002-07-23Added mixmatrix with naive capsnego, still needs work..Wim Taymans2-0/+480