summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2011-01-31Pulsesink: Allow chunks up to bufsize instead of segsizeDavid Henningsson1-8/+8
2011-01-17pulsesink: Uncork stream while flushing the ringbufferArun Raghavan1-0/+5
2011-01-11pulsesink: Make corking during pause synchronousArun Raghavan1-1/+1
2011-01-03cacasink: fix masks and stridesWim Taymans1-5/+13
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-02jack: new jackaudiosrc and jackaudiosink elements, moved from gst-plugins-badTim-Philipp Müller1-0/+8
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
2011-01-02Added fully functional jackaudiosink.Wim Taymans5-651/+954
2011-01-02Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2-2/+2
2011-01-02rework build; add translations for v4l2Thomas Vander Stichele1-1/+2
2011-01-02renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2-13/+13
2011-01-02Fix up all the state change functions.Jan Schmidt2-19/+26
2011-01-02fixes for G_DISABLE_ASSERT and friendsBenjamin Otte1-1/+2