summaryrefslogtreecommitdiff
path: root/gst/tta
AgeCommit message (Expand)AuthorFilesLines
2010-11-25tta: Remove dead assignments and useless variableEdward Hervey2-7/+3
2010-09-21ttaparse: Don't post an error message on UNEXPECTEDSebastian Dröge1-1/+3
2010-03-21Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte1-4/+4
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2-12/+8
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-3/+5
2008-03-13Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge1-1/+1
2008-02-19gst/tta/Makefile.am: Link tta plugin with libm. Fixes bug #517391.Sebastian Dröge1-1/+1
2007-06-08When driving the pipeline, also post an error when we get a not-linked flow r...Tim-Philipp Müller1-3/+4
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2-4/+4
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost2-2/+2
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2-2/+2
2006-04-06Unify the long descriptions in the plugin details (#337263).j^2-12/+10
2005-12-06expand tabsThomas Vander Stichele3-162/+162
2005-11-22ext/faad/gstfaad.c (gst_faad_event) ext/ivorbis/vorbisfile.c (gst_ivorbisfile...Andy Wingo1-2/+2
2005-11-21Fix for stream lock updates.Wim Taymans1-2/+2
2005-10-26don't put crap in user-visible stringsThomas Vander Stichele1-2/+1
2005-10-23gst/tta/gstttaparse.c: STOPPED->FAILED.Julien Moutte1-1/+1
2005-10-19gst/: API change fix.Wim Taymans1-4/+21
2005-10-11gst/: newsegment API update.Wim Taymans1-3/+3
2005-09-22tta plugin ported to 0.9Arwed v. Merkatz3-265/+329
2005-01-09gst/tta/gstttaparse.c: Fix gcc-2.95 compile (#163485).Ronald S. Bultje1-4/+7
2004-12-19gst/tta/gstttadec.c: And yet another portability fix.David Schleef1-1/+1
2004-12-19gst/tta/ttadec.h: Disable some header code that isn't used and clearly isn't ...David Schleef1-0/+3
2004-11-26added TTA parser and decoderArwed v. Merkatz9-0/+1459