summaryrefslogtreecommitdiff
path: root/ext/jack
Commit message (Expand)AuthorAgeFilesLines
* jack: move plugin to gst-plugins-goodTim-Philipp Müller2011-01-0214-2884/+0
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-192-4/+6
* jack: added translatable text for server not found errorTristan Matthews2010-09-143-5/+15
* jack: added client propertyTristan Matthews2010-09-068-11/+82
* jack: removed unused file gstjackbin.cTristan Matthews2010-09-061-349/+0
* jacksrc: make sure we always read nframesWim Taymans2010-05-131-8/+20
* jack: improve process_cbTristan Matthews2010-05-132-24/+17
* jack: implement multichannel support correctly for jackaudiosrcTristan Matthews2010-04-304-2/+149
* jack: remove empty dispose and finalize methodsStefan Kost2010-04-273-38/+0
* jack: don't leak capsStefan Kost2010-04-272-0/+22
* jack: don't use GST_DEBUG_FUNCPTR for gobject vmethodsStefan Kost2010-04-272-12/+8
* jack: fix element name in section doc blobStefan Kost2010-03-241-1/+1
* Add -Wold-style-definitionBenjamin Otte2010-03-221-1/+1
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-211-1/+1
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-182-15/+6
* jack: ensure segtotal is at least 2Stefan Kost2009-10-122-7/+13
* jack: don't crash in ringbuffer with SIGFPE on small buffer-timesStefan Kost2009-10-121-4/+14
* jack: when stopping playback, do one more cycle to flush the port. Fixes #582167Stefan Kost2009-05-282-6/+33
* jack: Add new connection modeWim Taymans2009-03-234-6/+13
* ext/jack/: Query port latencies for sink/src delays.Stefan Kost2008-11-233-3/+19
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* Fix compiler warnings on OS/XJan Schmidt2008-09-171-1/+1
* ext/jack/gstjackaudiosrc.c: Try committing this once again. Now properly rena...Stefan Kost2008-08-071-17/+17
* docs/plugins/: docs/plugins/inspect/plugin-jack.xmlStefan Kost2008-08-073-8/+57
* ext/jack/: Add a jackaudiosrc. Refactor sink slightly for better code reuse.Tristan Matthews2008-08-078-89/+1054
* docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost2008-06-131-24/+16
* Do not use short_description in section docs for elements. We extract them fr...Stefan Kost2008-06-121-1/+0
* ext/jack/gstjackaudiosink.c: Include the element name in the port name to avo...Wim Taymans2008-05-261-5/+8
* ext/jack/gstjackaudiosink.c: Work around missing bits of thread-safety on old...Tim-Philipp Müller2008-04-061-0/+4
* Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge2008-03-131-2/+1
* ext/jack/gstjackaudiosink.c: Add stdlib include here too.Stefan Kost2007-07-181-0/+2
* ext/jack/gstjackaudiosink.c: Try t better name clients. properly handle retur...Stefan Kost2007-04-041-7/+15
* ext/jack/gstjackaudioclient.c: Don't need to take the connection lock, it wil...Paul Davis2007-03-181-7/+19
* ext/jack/: Make an object to manage client connections to the jack server whi...Paul Davis2007-03-085-68/+634
* ext/jack/gstjackaudiosink.*: Improve docs.Wim Taymans2007-01-122-10/+37
* ext/jack/.cvsignore: Ignore old files as requested by the build slave.Jan Schmidt2006-12-061-0/+1
* ext/Makefile.am: Fix build.Wim Taymans2006-11-301-4/+6
* Added fully functional jackaudiosink.Wim Taymans2006-11-305-651/+954
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-082-2/+2
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+2
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-122-13/+13
* Fix up all the state change functions.Jan Schmidt2005-09-052-19/+26
* fixes for G_DISABLE_ASSERT and friendsBenjamin Otte2004-08-031-1/+2
* second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2004-05-212-2/+2
* don't mix tabs and spacesThomas Vander Stichele2004-03-152-160/+164
* *.h: Revert indentingJohan Dahlin2004-03-151-39/+33
* gst-indentThomas Vander Stichele2004-03-143-583/+621
* Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow...David Schleef2004-01-121-1/+1
* Merge CAPS branchDavid Schleef2003-12-221-24/+18
* removed GST_*_CAST. Disabling of type checking is done in glib.Benjamin Otte2003-12-131-1/+1