summaryrefslogtreecommitdiffstats
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2004-02-08gst-libs/gst/: remove unused GST_OPT_CFLAGS from Makefiles include X_CFLAGS a...Benjamin Otte3-3/+4
2004-02-07Build fixes for OS X: (see #129600)David Schleef1-4/+4
2004-02-05gst-libs/gst/riff/riff-read.c: use correct GST_TAG_ENCODER tagBenjamin Otte1-1/+1
2004-02-03gst-libs/gst/xoverlay/xoverlay.*: Adding the _expose method to tell an overla...Julien Moutte2-0/+19
2004-02-03last glib_root standingThomas Vander Stichele1-1/+1
2004-02-03remove glib_root add hack rule for .Plo filesThomas Vander Stichele4-25/+29
2004-02-03use glib-gen.mak fix Makefile.am bugs and clean them upThomas Vander Stichele18-135/+72
2004-02-03gst-libs/gst/: Generate enum type code with glib-mkenums.David I. Lehn12-21/+131
2004-02-03gst-libs/gst/audio/.cvsignore: Ignore generated file.David I. Lehn2-1/+3
2004-02-02gst-libs/gst/play/play.c: Moving volume in the audio thread for instantaneous...Julien Moutte1-16/+14
2004-02-02code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef1-3/+3
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele1-7/+7
2004-02-02block tick callback for 0.5 sec after a seekThomas Vander Stichele1-9/+17
2004-02-02check for NULLness and warn if we can't report GErrorThomas Vander Stichele1-4/+11
2004-02-01gst-libs/gst/play/play.c: s/sinkconnect/sink_linkJulien Moutte1-1/+9
2004-01-31add error handlingThomas Vander Stichele2-93/+131
2004-01-30done operatingThomas Vander Stichele4-1227/+3
2004-01-30removing deprecated codeThomas Vander Stichele3-2680/+0
2004-01-30gst/: Fix event handling.Ronald S. Bultje1-14/+18
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele1-8/+8
2004-01-29ext/gnomevfs/gstgnomevfssrc.c: Fixing seeking emiting FLUSH and even before D...Julien Moutte2-14/+20
2004-01-28gst-libs/gst/play/gstplay.c: seek on video sink element first.Julien Moutte2-4/+4
2004-01-27gst-libs/gst/play/gstplay.c: Fixing the way to get current position.Julien Moutte2-22/+46
2004-01-27gst-libs/gst/play/gstplay.c: The easiest fix ever... Inverting 2 lines of cod...Julien Moutte2-2/+2
2004-01-26gst-libs/gst/audio/audio.h: remove buffer-frames from audio capsBenjamin Otte1-4/+2
2004-01-25gst-libs/gst/: Add gtk-doc style comments. Also fix a function name.Ronald S. Bultje4-3/+248
2004-01-25gst-libs/gst/play/gstplay.c: Another try in visualization implementation. Sti...Julien Moutte2-266/+296
2004-01-25gst-libs/gst/riff/riff-read.c: Additional pad usability check.Ronald S. Bultje1-1/+1
2004-01-23gst-libs/gst/riff/riff-read.*: Remove stuff fromold metadata system.Ronald S. Bultje2-34/+0
2004-01-23ext/ogg/gstoggdemux.c: Fix wrong file comment.Ronald S. Bultje1-29/+59
2004-01-22gst-libs/gst/play/gstplay.c: Reworked the pipeline from scratch. Visualizatio...Julien Moutte2-394/+490
2004-01-22fix up media-info now reports format again metadata needs some rewritingThomas Vander Stichele3-8/+28
2004-01-20register and use debugging category in media-info make vorbisfile emit tags f...Thomas Vander Stichele5-43/+58
2004-01-20fix distcheckThomas Vander Stichele1-1/+1
2004-01-19adding locale.hThomas Vander Stichele1-1/+1
2004-01-19removing config.hThomas Vander Stichele1-4/+0
2004-01-19putting i18n in place for pluginsThomas Vander Stichele2-8/+69
2004-01-18adding headerThomas Vander Stichele1-0/+49
2004-01-18use new error signal and classificationThomas Vander Stichele2-10/+10
2004-01-16gst-libs/gst/Makefile.am: restructure so having local patches works easier.Ronald S. Bultje1-11/+36
2004-01-16gst-libs/gst/audio/Makefile.am: Add gstaudiofiltertemplate.c and building of ...David Schleef6-171/+315
2004-01-15ext/alsa/gstalsamixer.c: Setting mixer interface type to HARDWARE.Julien Moutte3-1/+14
2004-01-14gst-libs/gst/play/gstplay.c: Preparing switch integration, adding videobalanc...Julien Moutte2-60/+126
2004-01-14gst-libs/gst/colorbalance/colorbalance.c: Adding a default type.Julien Moutte2-0/+4
2004-01-14gst-libs/gst/play/gstplay.c: Query the audio element to get the time, not the...Benjamin Otte2-6/+12
2004-01-14use element time.Benjamin Otte1-20/+14
2004-01-13gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the colorbalance i...Jon Trowbridge1-0/+8
2004-01-12gst-libs/gst/colorbalance/colorbalancechannel.c: Adding safety check in dispo...Julien Moutte1-1/+4
2004-01-12adding structure setters matching the templates for audioThomas Vander Stichele2-0/+90
2004-01-12gst-libs/gst/play/gstplay.c: When analyzing the pads of an element the bin is...Julien Moutte2-6/+10