summaryrefslogtreecommitdiffstats
path: root/ext/jack
AgeCommit message (Expand)AuthorFilesLines
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
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje1-0/+4
2003-11-01Jack fixed tooIain Holmes1-69/+85
2003-10-29change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef1-1/+1
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte1-1/+1
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo1-2/+2
2003-10-01New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje1-1/+1
2003-09-30conform to the buffer-frames props entry -- much nicer now...Andy Wingo3-169/+159
2003-08-10Remove redundant plugindir definitionDavid Schleef1-1/+0
2003-07-19+ changes for new float caps without slope/intercept + some category changes ...Leif Johnson2-8/+8
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje1-10/+16
2003-07-01fix type punningDavid Schleef1-2/+2
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte2-1/+4
2003-06-13Removed ugly caps fixed flag hack, will be done automatically in core soonWim Taymans1-1/+0
2003-03-04update for the latest jack cvs and non-cothreaded gst schedulerOSLOSUMMIT1-200303051Andy Wingo3-82/+66
2003-02-05Changed caps->fixed to use FLAG_SETJan Schmidt1-1/+1
2003-01-10PadConnect -> PadLinkThomas Vander Stichele1-2/+2