summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* fix plugin names move gstvideosink.h to videosink.hThomas Vander Stichele2004-03-013-76/+2
* gst-libs/gst/audio/audio.h: add macro to make sure header isn't included twiceBenjamin Otte2004-02-271-0/+4
* gst/: -marshal.[ch] and -enum.[ch] files should not be disted, -marshal.h fil...David Schleef2004-02-273-8/+19
* gst-libs/gst/gconf/gconf.c: Add \n to g_print error messagesJohan Dahlin2004-02-241-5/+5
* versioning gstreamer schemas and install locationThomas Vander Stichele2004-02-232-4/+9
* ext/xine/xineinput.c: call parent dispose.Benjamin Otte2004-02-233-71/+71
* gst/: First batch implementing audio and video codec tags in demuxers.Julien Moutte2004-02-232-15/+118
* break up link function for better error debugThomas Vander Stichele2004-02-181-4/+13
* examples/gstplay/player.c: Adding some output for debugging.Julien Moutte2004-02-152-0/+12
* gst-libs/gst/play/play.c: Disable visualization until i find a way to fix swi...Julien Moutte2004-02-142-2/+6
* move ffmpeg stuff to gst-ffmpeg moduleThomas Vander Stichele2004-02-136-471/+2
* gst-libs/gst/: remove unused GST_OPT_CFLAGS from Makefiles include X_CFLAGS a...Benjamin Otte2004-02-083-3/+4
* Build fixes for OS X: (see #129600)David Schleef2004-02-071-4/+4
* 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