summaryrefslogtreecommitdiff
path: root/ext/jack
AgeCommit message (Expand)AuthorFilesLines
2011-12-12Work around deprecated thread API in glib masterTim-Philipp Müller1-0/+2
2011-12-09jack: don't leak client name when freeing the elementTim-Philipp Müller2-0/+26
2011-12-09jack: add "client-name" property to jackaudiosink and jackaudiosrcNicolas Baron4-6/+48
2011-11-28various: fix pad template leaksVincent Penquerc'h2-4/+3
2011-08-13jackaudiosrc: fix error message codeTim-Philipp Müller1-2/+2
2011-08-03jackaudiosink: Don't call g_alloca() in process_cbTristan Matthews2-7/+10
2011-04-16jack: fix unused-but-set-variable warnings with gcc-4.6Tim-Philipp Müller2-32/+43
2011-04-11jack: also handle deprecations for jack 1.9.7Stefan Kost2-4/+4
2011-04-05jack: Fix build with jack 0.120.1Jon Nordby2-4/+4
2011-03-16jackaudiosink: Fix typo from 9544622674c0d0a3147a9b51145159b02eec68e9Robert Swain1-1/+1
2011-03-11jack: fix build against jack 0.120.2Philippe Normand2-3/+25
2011-01-02jack: fix up element details and some other minor clean-upsTim-Philipp Müller5-11/+6
2011-01-02jack: template caps had lists with one value, just use value directlyTim-Philipp Müller2-2/+2
2011-01-02jack: make get_type functions thread-safeTim-Philipp Müller3-30/+32
2011-01-02various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2-4/+6
2011-01-02jack: added translatable text for server not found errorTristan Matthews3-5/+15
2011-01-02jack: added client propertyTristan Matthews8-11/+82
2011-01-02jack: removed unused file gstjackbin.cTristan Matthews1-349/+0
2011-01-02jacksrc: make sure we always read nframesWim Taymans1-8/+20
2011-01-02jack: improve process_cbTristan Matthews2-24/+17
2011-01-02jack: implement multichannel support correctly for jackaudiosrcTristan Matthews4-2/+149
2011-01-02jack: remove empty dispose and finalize methodsStefan Kost3-38/+0
2011-01-02jack: don't leak capsStefan Kost2-0/+22
2011-01-02jack: don't use GST_DEBUG_FUNCPTR for gobject vmethodsStefan Kost2-12/+8
2011-01-02jack: fix element name in section doc blobStefan Kost1-1/+1
2011-01-02Add -Wold-style-definitionBenjamin Otte1-1/+1
2011-01-02Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte1-1/+1
2011-01-02gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2-15/+6
2011-01-02jack: ensure segtotal is at least 2Stefan Kost2-7/+13
2011-01-02jack: don't crash in ringbuffer with SIGFPE on small buffer-timesStefan Kost1-4/+14
2011-01-02jack: when stopping playback, do one more cycle to flush the port. Fixes #582167Stefan Kost2-6/+33
2011-01-02jack: Add new connection modeWim Taymans4-6/+13
2011-01-02ext/jack/: Query port latencies for sink/src delays.Stefan Kost3-3/+19
2011-01-02Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2011-01-02Fix compiler warnings on OS/XJan Schmidt1-1/+1
2011-01-02ext/jack/gstjackaudiosrc.c: Try committing this once again. Now properly rena...Stefan Kost1-17/+17
2011-01-02docs/plugins/: docs/plugins/inspect/plugin-jack.xmlStefan Kost3-8/+57
2011-01-02ext/jack/: Add a jackaudiosrc. Refactor sink slightly for better code reuse.Tristan Matthews8-89/+1054
2011-01-02docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost1-24/+16
2011-01-02Do not use short_description in section docs for elements. We extract them fr...Stefan Kost1-1/+0
2011-01-02ext/jack/gstjackaudiosink.c: Include the element name in the port name to avo...Wim Taymans1-5/+8
2011-01-02ext/jack/gstjackaudiosink.c: Work around missing bits of thread-safety on old...Tim-Philipp Müller1-0/+4
2011-01-02Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge1-2/+1
2011-01-02ext/jack/gstjackaudiosink.c: Add stdlib include here too.Stefan Kost1-0/+2
2011-01-02ext/jack/gstjackaudiosink.c: Try t better name clients. properly handle retur...Stefan Kost1-7/+15
2011-01-02ext/jack/gstjackaudioclient.c: Don't need to take the connection lock, it wil...Paul Davis1-7/+19
2011-01-02ext/jack/: Make an object to manage client connections to the jack server whi...Paul Davis5-68/+634
2011-01-02ext/jack/gstjackaudiosink.*: Improve docs.Wim Taymans2-10/+37
2011-01-02ext/jack/.cvsignore: Ignore old files as requested by the build slave.Jan Schmidt1-0/+1
2011-01-02ext/Makefile.am: Fix build.Wim Taymans1-4/+6