summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* gst-libs/gst/riff/riff-read.c: use correct GST_TAG_ENCODER tagBenjamin Otte2004-02-051-1/+1
* gst-libs/gst/xoverlay/xoverlay.*: Adding the _expose method to tell an overla...Julien Moutte2004-02-032-0/+19
* last glib_root standingThomas Vander Stichele2004-02-031-1/+1
* remove glib_root add hack rule for .Plo filesThomas Vander Stichele2004-02-034-25/+29
* use glib-gen.mak fix Makefile.am bugs and clean them upThomas Vander Stichele2004-02-0318-135/+72
* gst-libs/gst/: Generate enum type code with glib-mkenums.David I. Lehn2004-02-0312-21/+131
* gst-libs/gst/audio/.cvsignore: Ignore generated file.David I. Lehn2004-02-032-1/+3
* gst-libs/gst/play/play.c: Moving volume in the audio thread for instantaneous...Julien Moutte2004-02-021-16/+14
* code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef2004-02-021-3/+3
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-7/+7
* block tick callback for 0.5 sec after a seekThomas Vander Stichele2004-02-021-9/+17
* check for NULLness and warn if we can't report GErrorThomas Vander Stichele2004-02-021-4/+11
* gst-libs/gst/play/play.c: s/sinkconnect/sink_linkJulien Moutte2004-02-011-1/+9
* add error handlingThomas Vander Stichele2004-01-312-93/+131
* done operatingThomas Vander Stichele2004-01-304-1227/+3
* removing deprecated codeThomas Vander Stichele2004-01-303-2680/+0
* gst/: Fix event handling.Ronald S. Bultje2004-01-301-14/+18
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-8/+8
* ext/gnomevfs/gstgnomevfssrc.c: Fixing seeking emiting FLUSH and even before D...Julien Moutte2004-01-292-14/+20
* gst-libs/gst/play/gstplay.c: seek on video sink element first.Julien Moutte2004-01-282-4/+4
* gst-libs/gst/play/gstplay.c: Fixing the way to get current position.Julien Moutte2004-01-272-22/+46
* gst-libs/gst/play/gstplay.c: The easiest fix ever... Inverting 2 lines of cod...Julien Moutte2004-01-272-2/+2
* gst-libs/gst/audio/audio.h: remove buffer-frames from audio capsBenjamin Otte2004-01-261-4/+2
* gst-libs/gst/: Add gtk-doc style comments. Also fix a function name.Ronald S. Bultje2004-01-254-3/+248
* gst-libs/gst/play/gstplay.c: Another try in visualization implementation. Sti...Julien Moutte2004-01-252-266/+296
* gst-libs/gst/riff/riff-read.c: Additional pad usability check.Ronald S. Bultje2004-01-251-1/+1
* gst-libs/gst/riff/riff-read.*: Remove stuff fromold metadata system.Ronald S. Bultje2004-01-232-34/+0
* ext/ogg/gstoggdemux.c: Fix wrong file comment.Ronald S. Bultje2004-01-231-29/+59
* gst-libs/gst/play/gstplay.c: Reworked the pipeline from scratch. Visualizatio...Julien Moutte2004-01-222-394/+490
* fix up media-info now reports format again metadata needs some rewritingThomas Vander Stichele2004-01-223-8/+28
* register and use debugging category in media-info make vorbisfile emit tags f...Thomas Vander Stichele2004-01-205-43/+58
* fix distcheckThomas Vander Stichele2004-01-201-1/+1
* adding locale.hThomas Vander Stichele2004-01-191-1/+1
* removing config.hThomas Vander Stichele2004-01-191-4/+0
* putting i18n in place for pluginsThomas Vander Stichele2004-01-192-8/+69
* adding headerThomas Vander Stichele2004-01-181-0/+49
* use new error signal and classificationThomas Vander Stichele2004-01-182-10/+10
* gst-libs/gst/Makefile.am: restructure so having local patches works easier.Ronald S. Bultje2004-01-161-11/+36
* gst-libs/gst/audio/Makefile.am: Add gstaudiofiltertemplate.c and building of ...David Schleef2004-01-166-171/+315
* ext/alsa/gstalsamixer.c: Setting mixer interface type to HARDWARE.Julien Moutte2004-01-153-1/+14
* gst-libs/gst/play/gstplay.c: Preparing switch integration, adding videobalanc...Julien Moutte2004-01-142-60/+126
* gst-libs/gst/colorbalance/colorbalance.c: Adding a default type.Julien Moutte2004-01-142-0/+4
* gst-libs/gst/play/gstplay.c: Query the audio element to get the time, not the...Benjamin Otte2004-01-142-6/+12
* use element time.Benjamin Otte2004-01-141-20/+14
* gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the colorbalance i...Jon Trowbridge2004-01-131-0/+8
* gst-libs/gst/colorbalance/colorbalancechannel.c: Adding safety check in dispo...Julien Moutte2004-01-121-1/+4
* adding structure setters matching the templates for audioThomas Vander Stichele2004-01-122-0/+90
* gst-libs/gst/play/gstplay.c: When analyzing the pads of an element the bin is...Julien Moutte2004-01-122-6/+10
* Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_HDavid Schleef2004-01-121-1/+3
* Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow...David Schleef2004-01-123-3/+3