summaryrefslogtreecommitdiff
path: root/ext/jack
AgeCommit message (Expand)AuthorFilesLines
2011-01-02jack: move plugin to gst-plugins-goodTim-Philipp Müller14-2884/+0
2010-10-19various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2-4/+6
2010-09-14jack: added translatable text for server not found errorTristan Matthews3-5/+15
2010-09-06jack: added client propertyTristan Matthews8-11/+82
2010-09-06jack: removed unused file gstjackbin.cTristan Matthews1-349/+0
2010-05-13jacksrc: make sure we always read nframesWim Taymans1-8/+20
2010-05-13jack: improve process_cbTristan Matthews2-24/+17
2010-04-30jack: implement multichannel support correctly for jackaudiosrcTristan Matthews4-2/+149
2010-04-27jack: remove empty dispose and finalize methodsStefan Kost3-38/+0
2010-04-27jack: don't leak capsStefan Kost2-0/+22
2010-04-27jack: don't use GST_DEBUG_FUNCPTR for gobject vmethodsStefan Kost2-12/+8
2010-03-24jack: fix element name in section doc blobStefan Kost1-1/+1
2010-03-22Add -Wold-style-definitionBenjamin Otte1-1/+1
2010-03-21Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte1-1/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2-15/+6
2009-10-12jack: ensure segtotal is at least 2Stefan Kost2-7/+13
2009-10-12jack: don't crash in ringbuffer with SIGFPE on small buffer-timesStefan Kost1-4/+14
2009-05-28jack: when stopping playback, do one more cycle to flush the port. Fixes #582167Stefan Kost2-6/+33
2009-03-23jack: Add new connection modeWim Taymans4-6/+13
2008-11-23ext/jack/: Query port latencies for sink/src delays.Stefan Kost3-3/+19
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-09-17Fix compiler warnings on OS/XJan Schmidt1-1/+1
2008-08-07ext/jack/gstjackaudiosrc.c: Try committing this once again. Now properly rena...Stefan Kost1-17/+17
2008-08-07docs/plugins/: docs/plugins/inspect/plugin-jack.xmlStefan Kost3-8/+57
2008-08-07ext/jack/: Add a jackaudiosrc. Refactor sink slightly for better code reuse.Tristan Matthews8-89/+1054
2008-06-13docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost1-24/+16
2008-06-12Do not use short_description in section docs for elements. We extract them fr...Stefan Kost1-1/+0
2008-05-26ext/jack/gstjackaudiosink.c: Include the element name in the port name to avo...Wim Taymans1-5/+8
2008-04-06ext/jack/gstjackaudiosink.c: Work around missing bits of thread-safety on old...Tim-Philipp Müller1-0/+4
2008-03-13Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge1-2/+1
2007-07-18ext/jack/gstjackaudiosink.c: Add stdlib include here too.Stefan Kost1-0/+2
2007-04-04ext/jack/gstjackaudiosink.c: Try t better name clients. properly handle retur...Stefan Kost1-7/+15
2007-03-18ext/jack/gstjackaudioclient.c: Don't need to take the connection lock, it wil...Paul Davis1-7/+19
2007-03-08ext/jack/: Make an object to manage client connections to the jack server whi...Paul Davis5-68/+634
2007-01-12ext/jack/gstjackaudiosink.*: Improve docs.Wim Taymans2-10/+37
2006-12-06ext/jack/.cvsignore: Ignore old files as requested by the build slave.Jan Schmidt1-0/+1
2006-11-30ext/Makefile.am: Fix build.Wim Taymans1-4/+6
2006-11-30Added fully functional jackaudiosink.Wim Taymans5-651/+954
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2-2/+2
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+2
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2-13/+13
2005-09-05Fix up all the state change functions.Jan Schmidt2-19/+26
2004-08-03fixes for G_DISABLE_ASSERT and friendsBenjamin Otte1-1/+2
2004-05-21second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2-2/+2
2004-03-15don't mix tabs and spacesThomas Vander Stichele2-160/+164
2004-03-15*.h: Revert indentingJohan Dahlin1-39/+33
2004-03-14gst-indentThomas Vander Stichele3-583/+621
2004-01-12Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow...David Schleef1-1/+1
2003-12-22Merge CAPS branchDavid Schleef1-24/+18
2003-12-13removed GST_*_CAST. Disabling of type checking is done in glib.Benjamin Otte1-1/+1