summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* ext/dv/gstdvdec.c: Revert last change, because it Just Doesn't Compile.David Schleef2004-02-051-111/+80
* Rework caps negotiation in the element so that it works again.Jan Schmidt2004-02-052-83/+119
* Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros with the code th...David Schleef2004-02-041-12/+31
* ext/gdk_pixbuf/gstgdkpixbuf.c: more memleak fixageBenjamin Otte2004-02-031-2/+5
* fix memleaks shown by gst-typefindBenjamin Otte2004-02-031-1/+5
* code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef2004-02-021-2/+2
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-0211-19/+21
* ext/flac/: Fix typosJeremy Simon2004-01-314-4/+3
* configure.ac: use AC_C_INLINEBenjamin Otte2004-01-301-0/+8
* ext/esd/esdsink.c: Since we have static pad template caps, we don't need to n...Ronald S. Bultje2004-01-301-1/+3
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-2911-20/+26
* convert (float) to (double) in caps stringDavid Schleef2004-01-291-3/+3
* ext/esd/esdsink.c: Fix sync issues in esdsink. Also changed esdsink to only ...David Schleef2004-01-271-62/+20
* one more debug infoThomas Vander Stichele2004-01-231-0/+1
* categorize log levelThomas Vander Stichele2004-01-231-4/+5
* forgot this lineThomas Vander Stichele2004-01-231-0/+1
* private debugging cat better error reportingThomas Vander Stichele2004-01-232-3/+10
* fix distcheckThomas Vander Stichele2004-01-231-2/+1
* adding NAS pluginChristian Schaller2004-01-211-0/+9
* putting i18n in place for pluginsThomas Vander Stichele2004-01-191-3/+3
* fix typoThomas Vander Stichele2004-01-191-1/+1
* use new error signal and classificationThomas Vander Stichele2004-01-1811-30/+27
* Check for libmusicbrainzJeremy Simon2004-01-181-0/+8
* fix libcaca compilation and update spec fileChristian Schaller2004-01-161-1/+1
* ext/esd/esdsink.c: Remove property that handles osssink fallback.David Schleef2004-01-151-0/+3
* ext/flac/gstflacenc.c: handle tags correctlyBenjamin Otte2004-01-141-4/+5
* use element time.Benjamin Otte2004-01-143-32/+7
* The mask issue (which was'nt really an issue) is resolved. Translation of lib...Zeeshan Ali2004-01-141-17/+24
* ext/flac/: length is already host endian, no need to convert. Fixes playback ...Benjamin Otte2004-01-141-1/+1
* ext/flac/gstflacdec.c: length is already host endian, no need to convert. Fix...Benjamin Otte2004-01-131-1/+1
* enable compilation and installation of ivorbis pluginAmaury Jacquot2004-01-131-0/+1
* Anti-aliasing is now an option.Zeeshan Ali2004-01-132-2/+26
* Congratulations, The first working version of cacasink. There is still one is...Zeeshan Ali2004-01-122-40/+65
* Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_HDavid Schleef2004-01-124-0/+8
* Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow...David Schleef2004-01-123-3/+9
* Fixes to make ext/libcaca compile.David Schleef2004-01-124-39/+102
* gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte2004-01-126-6/+6
* It should work now, but it does'nt (All i see is a black-window) :(Zeeshan Ali2004-01-112-113/+155
* Fix for instantiate-test (see core). Also remove dead code from jpegenc (whic...Ronald S. Bultje2004-01-071-28/+0
* New source plugin based on librfb-0.1. RFB (remote framebuffer) is the proto...David Schleef2004-01-071-0/+8
* ext/dv/gstdvdec.c: Fix caps negotiation.Jan Schmidt2004-01-061-1/+2
* ext/flac/gstflacdec.c: Finish flac decoder on EOS. See #116178.Ronald S. Bultje2004-01-031-2/+1
* Oops, failed to add this file during previous OS X stuff commitRonald S. Bultje2004-01-031-0/+2
* ext/: OS X fixes (see #126628).Ronald S. Bultje2004-01-033-7/+6
* Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2004-01-026-9/+19
* ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of signed.Colin Walters2003-12-301-1/+1
* Merge CAPS branchDavid Schleef2003-12-2222-917/+645
* Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugge...Ronald S. Bultje2003-12-181-0/+1
* install fixThomas Vander Stichele2003-12-171-0/+2
* disable gdk_pixbuf by defaultThomas Vander Stichele2003-12-161-9/+6