summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/play
AgeCommit message (Expand)AuthorFilesLines
2006-04-08Fix broken GObject macrosStefan Kost1-1/+1
2005-12-06expand tabsThomas Vander Stichele1-1/+1
2005-05-06remove gst-libs from gst-plugins module as it is in gst-plugins-base nowChristian Schaller2-795/+0
2005-02-09Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they ...Tim-Philipp Müller1-0/+4
2005-01-05examples/gstplay/player.c: Don't iterate.Ronald S. Bultje1-962/+271
2004-07-30don't use stupid colorspace, do use hermes, make macro, mark for translationThomas Vander Stichele1-53/+27
2004-07-28no need to link in setup stageThomas Vander Stichele1-1/+1
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/+144
2004-07-12ignore moreThomas Vander Stichele1-0/+2
2004-07-08new method. various debuggingThomas Vander Stichele2-23/+93
2004-07-08use macro to hash lookupThomas Vander Stichele1-76/+33
2004-07-08gst-libs/gst/play/play.c: - add debugging infoThomas Vander Stichele1-30/+95
2004-07-02clean up install/dist problemThomas Vander Stichele1-1/+2
2004-06-27unbreak installThomas Vander Stichele1-1/+1
2004-06-24don't include -enumtypes.[ch] or -marshal.[ch] files in the disted tarball.Benjamin Otte1-2/+3
2004-04-19gconf/Makefile.am: Fix for non-GNU makeDavid Schleef1-1/+1
2004-03-29return proper values for state change failuresThomas Vander Stichele1-17/+70
2004-03-23gst-libs/gst/play/play.c (gst_play_audio_fixate)Johan Dahlin1-7/+14
2004-03-15gst-libs/gst/play/play.c: First draft of gst_play_get_framerate.Julien Moutte2-4/+44
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-110/+110
2004-03-15reverse orderThomas Vander Stichele1-8/+9
2004-03-15adding media info pc files package them use ffmpegcolorspace in gstplayThomas Vander Stichele1-16/+28
2004-03-15*.h: Revert indentingJohan Dahlin1-22/+30
2004-03-14gst-indentThomas Vander Stichele2-469/+459
2004-03-06ext/faad/gstfaad.c: Fix negotiation.David Schleef1-0/+66
2004-03-04fix headers fix signals to use - instead of _Thomas Vander Stichele1-3/+3
2004-02-18break up link function for better error debugThomas Vander Stichele1-4/+13
2004-02-15examples/gstplay/player.c: Adding some output for debugging.Julien Moutte1-0/+10
2004-02-14gst-libs/gst/play/play.c: Disable visualization until i find a way to fix swi...Julien Moutte1-0/+3
2004-02-03last glib_root standingThomas Vander Stichele1-1/+1
2004-02-03remove glib_root add hack rule for .Plo filesThomas Vander Stichele1-3/+2
2004-02-03use glib-gen.mak fix Makefile.am bugs and clean them upThomas Vander Stichele3-22/+13
2004-02-03gst-libs/gst/: Generate enum type code with glib-mkenums.David I. Lehn3-2/+32
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-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-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-25gst-libs/gst/play/gstplay.c: Another try in visualization implementation. Sti...Julien Moutte2-266/+296
2004-01-22gst-libs/gst/play/gstplay.c: Reworked the pipeline from scratch. Visualizatio...Julien Moutte2-394/+490