summaryrefslogtreecommitdiff
path: root/gst/festival
AgeCommit message (Expand)AuthorFilesLines
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2017-12-20festival: Don't forward all queriesNicolas Dufresne1-0/+26
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-5/+5
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+12
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+4
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-1/+1
2015-04-27Rename property enums from ARG_ to PROP_Luis de Bethencourt1-1/+1
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-15/+1
2014-04-08festival: fix fd leakVincent Penquerc'h1-0/+2
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-09-11festival: timed text is text/x-raw nowTim-Philipp Müller1-1/+1
2012-07-15celt, opencv, wayland, dvbsub, festival, hls: printf format fixesTim-Philipp Müller1-1/+1
2012-07-10festival: unmap input bufferWim Taymans1-3/+4
2012-07-10port festival to 0.11Sreerenj Balachandran2-68/+30
2012-05-05Add WINSOCK2_LIBS, remove WIN32_LIBS, fix rtmp build on Windows some moreTim-Philipp Müller1-6/+0
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-01-25Merge branch 'master' into 0.11Sebastian Dröge1-4/+25
2012-01-23festival: enhance some error case handlingMark Nauwelaerts1-4/+25
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+4
2011-05-20festival: don't leak fd on errorStefan Kost1-0/+1
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+14
2010-05-13festival: Only close the connection if it's openedSebastian Dröge1-2/+3
2010-05-13festival: Don't open an infinite number of connections to the server and clos...Ivan Zderadicka1-3/+5
2010-03-22Add -Wwrite-stringsBenjamin Otte1-2/+2
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+4
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-07-24gst/festival/gstfestival.c: Guard unistd.h with HAVE_UNISTD_HMichael Smith1-0/+4
2008-07-09gst/festival/gstfestival.c: Add a note to the docs, that festival need to be ...Stefan Kost1-4/+8
2008-07-04Fix built of the festival plugin with mingw32 by linking to ws2_32.dll and in...Damien Lespiau2-1/+15
2008-06-13docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost1-5/+4
2007-09-24Massive leak fixing, plus code cleanups.Stefan Kost1-2/+18
2007-08-23Port festival plugin to GStreamer-0.10 (#461377).Jonathan Matthew2-61/+113
2007-06-22Fix leaks.Edward Hervey1-4/+2
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-2/+2
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-04-06Unify the long descriptions in the plugin details (#337263).j^1-1/+1
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
2005-12-16don't use doc comments for non-docs change some char* into char[]Stefan Kost1-1/+1
2005-12-06expand tabsThomas Vander Stichele1-2/+2
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2-4/+4
2005-09-05Fix up all the state change functions.Jan Schmidt1-7/+8
2004-12-15gst/festival/gstfestival.c: Set the output rate to 16000. Should fix #160235.David Schleef1-0/+1
2004-05-21first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet1-2/+2
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-16/+17
2004-03-15*.h: Revert indentingJohan Dahlin1-28/+24