summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2004-03-04fix headers fix signals to use - instead of _Thomas Vander Stichele1-3/+3
2004-02-24don't signal bitrate for < 1Thomas Vander Stichele1-3/+3
2004-02-22configure.ac: export [_]*{gst,Gst,GST}.* symbols from pluginsBenjamin Otte1-69/+47
2004-02-20fix gdk_pixbuf install location creation for solaris fix category for vorbisdecThomas Vander Stichele1-1/+1
2004-02-20ext/xine/: add first version of xine plugin wrapper. Currently only wraps theBenjamin Otte1-0/+8
2004-02-19ext/: use gst_tag_list_insert when you want to insert tagsBenjamin Otte1-1/+1
2004-02-19configure.ac: Move massink to gst-rottenDavid Schleef1-8/+0
2004-02-16ext/alsa/gstalsa.c: Alsa should trigger an error if it failed opening the aud...Julien Moutte1-5/+9
2004-02-14ext/alsa/gstalsa.*: try xrun recovery when wait failed. Make xrun recovery fu...Benjamin Otte2-4/+10
2004-02-13move ffmpeg stuff to gst-ffmpeg moduleThomas Vander Stichele1-8/+0
2004-02-11try getting it right yet againDavid Schleef1-1/+1
2004-02-11oops, messed up last checkinDavid Schleef1-1/+1
2004-02-11ext/alsa/Makefile.am: Fix linking against libgstinterfaces. (bug #133886) No...David Schleef1-1/+1
2004-02-10ext/mikmod/gstmikmod.*: fix caps negotiation in mikmodBenjamin Otte1-6/+4
2004-02-08ext/ogg/gstoggdemux.c: Don't push events to pads that haven't been created (#...David Schleef1-2/+3
2004-02-05ext/alsa/gstalsa.c: be sure to stop the clock when going to pausedBenjamin Otte1-3/+3
2004-02-04Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros with the code th...David Schleef1-17/+36
2004-02-03ext/ogg/gstoggdemux.c: handle chain parsing correctly in the multichain caseBenjamin Otte2-24/+118
2004-02-02remove textdomain callsThomas Vander Stichele1-1/+0
2004-02-02code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef1-2/+2
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele8-17/+17
2004-02-01add check for new functionThomas Vander Stichele1-0/+2
2004-01-31ext/alsa/gstalsa.c: really start/stop clock only on PLAYING <=> PAUSEDBenjamin Otte4-7/+11
2004-01-31ext/alsa/gstalsa.c: start clock on PAUSED=>PLAYING, not laterBenjamin Otte4-32/+86
2004-01-31ext/theora/theoradec.c: make comments workBenjamin Otte2-5/+26
2004-01-30add debug info flush after seek (julien)Thomas Vander Stichele1-1/+10
2004-01-30configure.ac: use AC_C_INLINEBenjamin Otte4-1/+382
2004-01-30fix compile error on unforgiving Gentoo compilerBenjamin Otte1-0/+2
2004-01-30ext/ffmpeg/gstffmpegcodecmap.c: removee video/x-theora from vp3 decoder, it d...Benjamin Otte2-5/+48
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele9-22/+22
2004-01-29ext/gnomevfs/gstgnomevfssrc.c: Fixing seeking emiting FLUSH and even before D...Julien Moutte1-14/+17
2004-01-29ext/ogg/gstoggdemux.c: lots of changes - mainly support for chained bitstream...Benjamin Otte5-95/+835
2004-01-28ext/alsa/gstalsa.c: use gst_element_get_time to get correct timeBenjamin Otte1-1/+1
2004-01-26ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly code to pull...Colin Walters1-36/+23
2004-01-23ext/ogg/gstoggdemux.c: Fix wrong file comment.Ronald S. Bultje1-1/+1
2004-01-23fix distcheckThomas Vander Stichele1-2/+1
2004-01-21fix includes for distcheckThomas Vander Stichele1-1/+1
2004-01-21adding NAS pluginChristian Schaller1-0/+9
2004-01-20register and use debugging category in media-info make vorbisfile emit tags f...Thomas Vander Stichele1-77/+27
2004-01-19putting i18n in place for pluginsThomas Vander Stichele3-5/+13
2004-01-19fix i18n includeThomas Vander Stichele2-2/+2
2004-01-19fix typoThomas Vander Stichele1-1/+1
2004-01-18use new error signal and classificationThomas Vander Stichele8-26/+36
2004-01-18Check for libmusicbrainzJeremy Simon1-0/+8
2004-01-18Build with GCC 2.95 (i.e. pre-C99)Scott Wheeler1-2/+3
2004-01-15ext/alsa/gstalsamixer.c: Setting mixer interface type to HARDWARE.Julien Moutte1-0/+2
2004-01-15ext/alsa/gstalsasink.c: Don't update the time of the clock sync to the clock ...Benjamin Otte1-27/+10
2004-01-14use element time.Benjamin Otte2-8/+5
2004-01-13enable compilation and installation of ivorbis pluginAmaury Jacquot1-0/+1
2004-01-12Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow...David Schleef1-1/+1