summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-02-06releasingBRANCH-RELEASE-0_7_4Thomas Vander Stichele6-4/+127
2004-02-05add patch for pkg-config stuff to releaseThomas Vander Stichele7-38/+22
2004-02-05fix uninstalled pkgconfig files remove play and gconf from -libsThomas Vander Stichele5-21/+37
2004-02-05gst/wavparse/gstwavparse.c: Fix a caps memleak.David Schleef1-0/+5
2004-02-05gst-libs/gst/riff/riff-read.c: use correct GST_TAG_ENCODER tagBenjamin Otte2-1/+6
2004-02-05ext/alsa/gstalsa.c: be sure to stop the clock when going to pausedBenjamin Otte1-0/+15
2004-02-04update translationsThomas Vander Stichele1-2/+2
2004-02-04ext/mad/gstid3tag.c: that should be !=, not == (fixes #132519)Benjamin Otte1-0/+5
2004-02-04bump versionThomas Vander Stichele1-1/+1
2004-02-04Make sure set_explicit_caps() is called before adding pad.David Schleef1-0/+8
2004-02-04appease libtool godsThomas Vander Stichele3-0/+2
2004-02-04ignore copied m4'sThomas Vander Stichele1-0/+16
2004-02-04small updateThomas Vander Stichele1-3/+28
2004-02-04first prerelThomas Vander Stichele1-0/+5
2004-02-04don't run user tests on auto test suiteThomas Vander Stichele1-0/+5
2004-02-04Convert GST_DEBUG_CAPS() to GST_DEBUG():David Schleef2-1/+14
2004-02-04Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros with the code th...David Schleef1-0/+11
2004-02-04gst/sine/gstsinesrc.c: fix memleak by properly disposing sinesrcBenjamin Otte1-0/+6
2004-02-03gst-libs/gst/xoverlay/xoverlay.*: Adding the _expose method to tell an overla...Julien Moutte3-0/+35
2004-02-03ext/gdk_pixbuf/gstgdkpixbuf.c: more memleak fixageBenjamin Otte1-0/+5
2004-02-03fix memleaks shown by gst-typefindBenjamin Otte1-0/+6
2004-02-03last glib_root standingThomas Vander Stichele1-1/+1
2004-02-03remove glib_root add hack rule for .Plo filesThomas Vander Stichele6-25/+39
2004-02-03gst/qtdemux/qtdemux.c: set explicit caps before adding the element, so the au...Benjamin Otte2-2/+14
2004-02-03use glib-gen.mak fix Makefile.am bugs and clean them upThomas Vander Stichele20-135/+94
2004-02-03ext/ogg/gstoggdemux.c: handle chain parsing correctly in the multichain caseBenjamin Otte1-0/+10
2004-02-03.cvsignore: Ignore generated file _stdint.h.David I. Lehn2-0/+6
2004-02-03gst-libs/gst/: Generate enum type code with glib-mkenums.David I. Lehn13-21/+148
2004-02-03gst-libs/gst/audio/.cvsignore: Ignore generated file.David I. Lehn3-1/+10
2004-02-03examples/switch/.cvsignore: Ignore generated file.David I. Lehn2-2/+8
2004-02-03co/: add AX_CREATE_STDINT_H to get correct type definitions for a52dec in _st...Benjamin Otte4-0/+14
2004-02-02gst/tags/gstvorbistag.c: Add replaygain support to vorbistagJeremy Simon1-0/+6
2004-02-02ext/ffmpeg/gstffmpegcodecmap.c: Fix SVQ3 caps flag propertiesJeremy Simon1-0/+6
2004-02-02remove textdomain callsThomas Vander Stichele7-105/+91
2004-02-02gst-libs/gst/play/play.c: Moving volume in the audio thread for instantaneous...Julien Moutte2-16/+21
2004-02-02sys/ximage/ximagesink.c: Better X events handling, only take the latest event...Julien Moutte1-0/+7
2004-02-02Fix memory leaks:David Schleef1-0/+8
2004-02-02code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef6-7/+30
2004-02-02gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.David Schleef1-0/+4
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele32-116/+262
2004-02-02ignore filesThomas Vander Stichele1-1/+3
2004-02-02make code more readable by extracting magic numbers fix interface rangeThomas Vander Stichele1-0/+11
2004-02-02adding files to be ignoredThomas Vander Stichele1-0/+2
2004-02-02block tick callback for 0.5 sec after a seekThomas Vander Stichele2-9/+23
2004-02-02check for NULLness and warn if we can't report GErrorThomas Vander Stichele2-4/+16
2004-02-01gst-libs/gst/play/play.c: s/sinkconnect/sink_linkJulien Moutte2-1/+18
2004-02-01add check for new functionThomas Vander Stichele2-0/+23
2004-01-31ext/alsa/gstalsa.c: really start/stop clock only on PLAYING <=> PAUSEDBenjamin Otte1-0/+12
2004-01-31ext/alsa/gstalsa.c: start clock on PAUSED=>PLAYING, not laterBenjamin Otte1-0/+15
2004-01-31add error handlingThomas Vander Stichele4-94/+150