summaryrefslogtreecommitdiffstats
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2004-01-22gst-libs/gst/play/gstplay.c: Reworked the pipeline from scratch. Visualizatio...Julien Moutte2-394/+490
2004-01-22fix up media-info now reports format again metadata needs some rewritingThomas Vander Stichele3-8/+28
2004-01-20register and use debugging category in media-info make vorbisfile emit tags f...Thomas Vander Stichele5-43/+58
2004-01-20fix distcheckThomas Vander Stichele1-1/+1
2004-01-19adding locale.hThomas Vander Stichele1-1/+1
2004-01-19removing config.hThomas Vander Stichele1-4/+0
2004-01-19putting i18n in place for pluginsThomas Vander Stichele2-8/+69
2004-01-18adding headerThomas Vander Stichele1-0/+49
2004-01-18use new error signal and classificationThomas Vander Stichele2-10/+10
2004-01-16gst-libs/gst/Makefile.am: restructure so having local patches works easier.Ronald S. Bultje1-11/+36
2004-01-16gst-libs/gst/audio/Makefile.am: Add gstaudiofiltertemplate.c and building of ...David Schleef6-171/+315
2004-01-15ext/alsa/gstalsamixer.c: Setting mixer interface type to HARDWARE.Julien Moutte3-1/+14
2004-01-14gst-libs/gst/play/gstplay.c: Preparing switch integration, adding videobalanc...Julien Moutte2-60/+126
2004-01-14gst-libs/gst/colorbalance/colorbalance.c: Adding a default type.Julien Moutte2-0/+4
2004-01-14gst-libs/gst/play/gstplay.c: Query the audio element to get the time, not the...Benjamin Otte2-6/+12
2004-01-14use element time.Benjamin Otte1-20/+14
2004-01-13gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the colorbalance i...Jon Trowbridge1-0/+8
2004-01-12gst-libs/gst/colorbalance/colorbalancechannel.c: Adding safety check in dispo...Julien Moutte1-1/+4
2004-01-12adding structure setters matching the templates for audioThomas Vander Stichele2-0/+90
2004-01-12gst-libs/gst/play/gstplay.c: When analyzing the pads of an element the bin is...Julien Moutte2-6/+10
2004-01-12Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_HDavid Schleef1-1/+3
2004-01-12Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow...David Schleef3-3/+3
2004-01-12gst-libs/gst/tuner/tuner.*: GObjects aren't const.Benjamin Otte2-10/+62
2004-01-12gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte1-150/+130
2004-01-11I'm too lazy to comment thisBenjamin Otte1-22/+6
2004-01-09ext/ffmpeg/gstffmpegcolorspace.c: Implementing gst_pad_alloc_buffer to use op...Julien Moutte1-2/+2
2004-01-09ext/divx/gstdivxenc.c: Use explicit caps - fix capsnego.Ronald S. Bultje1-1/+2
2004-01-07examples/gstplay/Makefile.am: Adding the interface library.Julien Moutte8-58/+18
2004-01-06ext/dv/gstdvdec.c: Fix caps negotiation.Jan Schmidt2-6/+11
2004-01-06ext/shout/gstshout.c: fix for new caps system.Ronald S. Bultje1-0/+8
2004-01-04gst-libs/gst/xoverlay/xoverlay.*: Add optional "desired size" signal and quer...Benjamin Otte2-3/+74
2004-01-02Negotiation fixesDavid Schleef1-25/+5
2004-01-01configure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of 1...Ronald S. Bultje42-9115/+2
2003-12-27Fix warningsJeremy Simon2-6/+6
2003-12-22Merge CAPS branchDavid Schleef16-641/+1037
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-18Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugge...Ronald S. Bultje1-2/+3
2003-12-16Harmonize state of sinks with the pipeline state.Julien Moutte2-12/+10
2003-12-15MP3 is mpegversion=1, else it clashes with MPEG/AACRonald S. Bultje1-2/+3
2003-12-14dist fixThomas Vander Stichele1-3/+3
2003-12-14distcheck fixesThomas Vander Stichele3-2/+69
2003-12-14Synchronizing my changes.Julien Moutte4-442/+408
2003-12-13distcheck fixes: include built sources in CLEANFILESBenjamin Otte3-0/+6
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 Schleef17-24/+24
2003-12-08Adding visualization.Julien Moutte4-226/+536
2003-12-07Whoops, this one is needed tooRonald S. Bultje2-4/+102
2003-12-07Hm, darn, forgot to commit one dirRonald S. Bultje10-936/+1724
2003-12-07Don't use class casts before they're initializedRonald S. Bultje1-1/+2