summaryrefslogtreecommitdiff
path: root/gst/adder
AgeCommit message (Expand)AuthorFilesLines
2005-07-13make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be added manually to e...Thomas Vander Stichele1-3/+2
2005-06-28*.c: Don't cast to GstObject before reffing/unreffing.Andy Wingo1-1/+1
2005-05-05gst/: Some GCC4 fixesAndy Wingo1-5/+5
2005-05-05gst/adder/: Ported adder as an example of a mixer element using collect pads....Wim Taymans3-294/+214
2005-04-25configure.ac: Remove idct and resample libsDavid Schleef1-3/+0
2005-01-12gst/adder/gstadder.c: fix adder a bit so it doesn't screw up with events as m...Benjamin Otte1-3/+5
2004-08-31ext/alsa/: Re-commit ALSA switches.Ronald S. Bultje1-1/+2
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/+148
2004-07-09don't assert in state changeThomas Vander Stichele1-5/+0
2004-06-06gst/adder/gstadder.c: properly error out when no negotiation has happened yet...Benjamin Otte1-3/+9
2004-05-21first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet1-2/+2
2004-04-01avoid SIGFPE, throw errorThomas Vander Stichele1-0/+6
2004-03-31fixing CLAMPINGThomas Vander Stichele1-17/+35
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-77/+78
2004-03-15*.h: Revert indentingJohan Dahlin1-57/+52
2004-03-14gst-indentThomas Vander Stichele2-204/+203
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele1-4/+5
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele1-4/+4
2004-01-27gst/ac3parse/gstac3parse.c: update to checklist 5David Schleef1-155/+35
2004-01-22fix non-compilationThomas Vander Stichele1-2/+5
2004-01-22ext/swfdec/gstswfdec.*: Fix negotiation.David Schleef1-0/+17
2004-01-18use new error signal and classificationThomas Vander Stichele1-31/+30
2003-12-22Merge CAPS branchDavid Schleef2-76/+58
2003-12-13removed GST_*_CAST. Disabling of type checking is done in glib.Benjamin Otte1-2/+2
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
2003-11-16+ checking in plugin category changesLeif Johnson1-3/+3
2003-11-01changes for new plugin init systemDavid Schleef1-21/+23
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 Wingo1-1/+1
2003-10-01New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje2-4/+1
2003-09-16reverting error patch before making a branch.Thomas Vander Stichele1-52/+31
2003-09-15converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte1-31/+52
2003-08-10Remove redundant plugindir definitionDavid Schleef1-1/+0
2003-07-19+ alterations to the adder for changed float capsLeif Johnson2-92/+95
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje1-20/+12
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-14/+19
2003-01-11- Fix endless loop in adderWim Taymans2-139/+185
2003-01-10PadConnect -> PadLinkThomas Vander Stichele1-1/+1
2003-01-10another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele1-10/+10
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
2002-09-23talk about a painful mergeThomas Vander Stichele1-228/+98
2002-09-18plugins part of license field patchChristian Schaller1-0/+2
2002-09-12const fixesWim Taymans1-1/+2
2002-09-10This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje1-2/+2
2002-09-09removing warnings (approved by wtay)Thomas Vander Stichele1-3/+1
2002-09-09various code cleanups use gst/audio/audio.h more allow setting fixed set of a...Thomas Vander Stichele2-75/+246