summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/play
AgeCommit message (Expand)AuthorFilesLines
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
2004-01-14gst-libs/gst/play/gstplay.c: Preparing switch integration, adding videobalanc...Julien Moutte2-60/+126
2004-01-14gst-libs/gst/play/gstplay.c: Query the audio element to get the time, not the...Benjamin Otte2-6/+12
2004-01-12gst-libs/gst/play/gstplay.c: When analyzing the pads of an element the bin is...Julien Moutte2-6/+10
2004-01-12Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow...David Schleef3-3/+3
2004-01-07examples/gstplay/Makefile.am: Adding the interface library.Julien Moutte5-5/+16
2003-12-22Merge CAPS branchDavid Schleef3-102/+102
2003-12-21examples/gstplay/player.c: using g_print instead of g_message.Julien Moutte2-10/+16
2003-12-21configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to find X d...Julien Moutte2-4/+20
2003-12-16Harmonize state of sinks with the pipeline state.Julien Moutte2-12/+10
2003-12-14Synchronizing my changes.Julien Moutte4-442/+408
2003-12-11Using private structure for members so that we have more chance that the head...Julien Moutte5-224/+256
2003-12-09Change GST_*_PADDING to _gst_private[GST_PADDING]David Schleef3-6/+6
2003-12-08Adding visualization.Julien Moutte4-226/+536
2003-12-07time_tick works.Julien Moutte4-4/+384
2003-12-07Updating with my local repository. It already plays video with sound :) Great !Julien Moutte4-10/+476
2003-12-07Adding my work in progress rewrite from scratch of libgstplay.Julien Moutte4-0/+1030
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje1-0/+4
2003-10-09add object and struct paddingDavid Schleef1-0/+4
2003-10-06There was a floating doubt on the way visualization is written. We use 'z' ev...Julien Moutte3-29/+29
2003-09-15Changing have_xid to have_video_out to match the new GstVideoSink parent object.Julien Moutte3-62/+93
2003-07-22Fix another instance of audio/raw -> audio/x-raw-int and video/raw -> video/x...Joshua N. Pritikin1-3/+6
2003-07-12fixing buggy error handlingJulien Moutte1-3/+7
2003-06-16Fixing indentationJulien Moutte3-2032/+1963
2003-06-07warn on state change failuresThomas Vander Stichele1-6/+12
2003-06-01Fixing error message when a plugin is missing (gst-player -> libgstplay).Julien Moutte1-6/+5