summaryrefslogtreecommitdiff
path: root/gst/tta
AgeCommit message (Expand)AuthorFilesLines
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM2-8/+4
2015-04-27Rename property enums from ARG_ to PROP_Luis de Bethencourt1-1/+1
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2015-01-21Constify some static arrays everywhereSebastian Dröge1-1/+1
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller7-12/+12
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2-2/+2
2012-08-18Fix up FSF address in some source files as wellTim-Philipp Müller1-1/+1
2012-06-20update for task api changeWim Taymans1-2/+3
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-02-10Merge branch 'master' into 0.11Wim Taymans1-0/+4
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-1/+1
2012-01-27plenty: fixup glib deprecationsVincent Penquerc'h1-0/+4
2011-11-28various: fix pad template ref leaksVincent Penquerc'h2-8/+4
2011-07-12tta: Fix set-but-unused warningsOlivier Crête1-3/+0
2011-06-25tta: decrease rank to NONEDavid Schleef2-4/+4
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+13
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