summaryrefslogtreecommitdiff
path: root/gst-libs/gst/play
Commit message (Expand)AuthorAgeFilesLines
* ext/faad/gstfaad.c: Fix negotiation.David Schleef2004-03-061-0/+66
* fix headers fix signals to use - instead of _Thomas Vander Stichele2004-03-041-3/+3
* 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-151-0/+10
* gst-libs/gst/play/play.c: Disable visualization until i find a way to fix swi...Julien Moutte2004-02-141-0/+3
* last glib_root standingThomas Vander Stichele2004-02-031-1/+1
* remove glib_root add hack rule for .Plo filesThomas Vander Stichele2004-02-031-3/+2
* use glib-gen.mak fix Makefile.am bugs and clean them upThomas Vander Stichele2004-02-033-22/+13
* gst-libs/gst/: Generate enum type code with glib-mkenums.David I. Lehn2004-02-033-2/+32
* 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
* 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
* 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/play/gstplay.c: Another try in visualization implementation. Sti...Julien Moutte2004-01-252-266/+296
* gst-libs/gst/play/gstplay.c: Reworked the pipeline from scratch. Visualizatio...Julien Moutte2004-01-222-394/+490
* gst-libs/gst/play/gstplay.c: Preparing switch integration, adding videobalanc...Julien Moutte2004-01-142-60/+126
* gst-libs/gst/play/gstplay.c: Query the audio element to get the time, not the...Benjamin Otte2004-01-142-6/+12
* gst-libs/gst/play/gstplay.c: When analyzing the pads of an element the bin is...Julien Moutte2004-01-122-6/+10
* Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow...David Schleef2004-01-123-3/+3
* examples/gstplay/Makefile.am: Adding the interface library.Julien Moutte2004-01-075-5/+16
* Merge CAPS branchDavid Schleef2003-12-223-102/+102
* examples/gstplay/player.c: using g_print instead of g_message.Julien Moutte2003-12-212-10/+16
* configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to find X d...Julien Moutte2003-12-212-4/+20
* Harmonize state of sinks with the pipeline state.Julien Moutte2003-12-162-12/+10
* Synchronizing my changes.Julien Moutte2003-12-144-442/+408
* Using private structure for members so that we have more chance that the head...Julien Moutte2003-12-115-224/+256
* Change GST_*_PADDING to _gst_private[GST_PADDING]David Schleef2003-12-093-6/+6
* Adding visualization.Julien Moutte2003-12-084-226/+536
* time_tick works.Julien Moutte2003-12-074-4/+384
* Updating with my local repository. It already plays video with sound :) Great !Julien Moutte2003-12-074-10/+476
* Adding my work in progress rewrite from scratch of libgstplay.Julien Moutte2003-12-074-0/+1030
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-071-0/+4
* add object and struct paddingDavid Schleef2003-10-091-0/+4
* There was a floating doubt on the way visualization is written. We use 'z' ev...Julien Moutte2003-10-063-29/+29
* Changing have_xid to have_video_out to match the new GstVideoSink parent object.Julien Moutte2003-09-153-62/+93
* Fix another instance of audio/raw -> audio/x-raw-int and video/raw -> video/x...Joshua N. Pritikin2003-07-221-3/+6
* fixing buggy error handlingJulien Moutte2003-07-121-3/+7
* Fixing indentationJulien Moutte2003-06-163-2032/+1963
* warn on state change failuresThomas Vander Stichele2003-06-071-6/+12
* Fixing error message when a plugin is missing (gst-player -> libgstplay).Julien Moutte2003-06-011-6/+5
* Error handling is inside and works :)Julien Moutte2003-05-303-118/+22
* Links also against libgstcontrolDavid Schleef2003-05-211-1/+1