- 57e3555 jack: fix up element details and some other minor clean-ups by Tim-Philipp Müller · 14 years ago
- 79a8e0e jack: template caps had lists with one value, just use value directly by Tim-Philipp Müller · 14 years ago
- 1f5083a jack: make get_type functions thread-safe by Tim-Philipp Müller · 14 years ago
- 3c43a9e various (ext): add missing G_PARAM_STATIC_STRINGS flags by Stefan Kost · 14 years ago
- 11c4157 jack: added translatable text for server not found error by Tristan Matthews · 14 years ago
- c070cfa jack: added client property by Tristan Matthews · 15 years ago
- a110fe3 jack: removed unused file gstjackbin.c by Tristan Matthews · 15 years ago
- 71b06e4 jacksrc: make sure we always read nframes by Wim Taymans · 15 years ago
- e05b723 jack: improve process_cb by Tristan Matthews · 15 years ago
- 55f1ea0 jack: implement multichannel support correctly for jackaudiosrc by Tristan Matthews · 15 years ago
- 3153aa9 jack: remove empty dispose and finalize methods by Stefan Kost · 15 years ago
- 2b7ca14 jack: don't leak caps by Stefan Kost · 15 years ago
- 084e826 jack: don't use GST_DEBUG_FUNCPTR for gobject vmethods by Stefan Kost · 15 years ago
- 0a22a42 jack: fix element name in section doc blob by Stefan Kost · 15 years ago
- de91f84 Add -Wold-style-definition by Benjamin Otte · 15 years ago
- 71366f8 Add -Wmissing-declarations -Wmissing-prototypes to configure flags by Benjamin Otte · 15 years ago
- 4ccda26 gst_element_class_set_details => gst_element_class_set_details_simple by Benjamin Otte · 15 years ago
- f20c736 jack: ensure segtotal is at least 2 by Stefan Kost · 15 years ago
- 45fb781 jack: don't crash in ringbuffer with SIGFPE on small buffer-times by Stefan Kost · 15 years ago
- 8a002a1 jack: when stopping playback, do one more cycle to flush the port. Fixes #582167 by Stefan Kost · 16 years ago
- 7dde7ec jack: Add new connection mode by Wim Taymans · 16 years ago
- fb03eb6 ext/jack/: Query port latencies for sink/src delays. by Stefan Kost · 16 years ago
- 7ba1bcb Don't install static libs for plugins. Fixes #550851 for -bad. by Stefan Kost · 16 years ago
- 051dba6 Fix compiler warnings on OS/X by Jan Schmidt · 16 years ago
- e0d25d4 ext/jack/gstjackaudiosrc.c: Try committing this once again. Now properly renamed. by Stefan Kost · 17 years ago
- 37f51bb docs/plugins/: docs/plugins/inspect/plugin-jack.xml by Stefan Kost · 17 years ago
- b34bd14 ext/jack/: Add a jackaudiosrc. Refactor sink slightly for better code reuse. by Tristan Matthews · 17 years ago
- d32bf24 docs/plugins/: docs/plugins/inspect/plugin-mythtv.xml by Stefan Kost · 17 years ago
- 8909b10 Do not use short_description in section docs for elements. We extract them from element details and there will be war... by Stefan Kost · 17 years ago
- 102b2e3 ext/jack/gstjackaudiosink.c: Include the element name in the port name to avoid duplicate port names. by Wim Taymans · 17 years ago
- d418db9 ext/jack/gstjackaudiosink.c: Work around missing bits of thread-safety on older GLibs some more to avoid assertions w... by Tim-Philipp Müller · 17 years ago
- 459484b Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcoding values where possible. Fixes bug #522212. by Sebastian Dröge · 17 years ago
- be5f69b ext/jack/gstjackaudiosink.c: Add stdlib include here too. by Stefan Kost · 18 years ago
- 5b2d689 ext/jack/gstjackaudiosink.c: Try t better name clients. properly handle return codes when re- establishing links. by Stefan Kost · 18 years ago
- a70ffee ext/jack/gstjackaudioclient.c: Don't need to take the connection lock, it will not be used and could cause deadlocks. by Paul Davis · 18 years ago
- 60bcffa ext/jack/: Make an object to manage client connections to the jack server which we will use in the future to run sele... by Paul Davis · 18 years ago
- b0bfe6f ext/jack/gstjackaudiosink.*: Improve docs. by Wim Taymans · 18 years ago
- 8beff1f ext/jack/.cvsignore: Ignore old files as requested by the build slave. by Jan Schmidt · 18 years ago
- e2546f8 ext/Makefile.am: Fix build. by Wim Taymans · 18 years ago
- 32aaf1e Added fully functional jackaudiosink. by Wim Taymans · 18 years ago
- 8fa70e3 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) by Stefan Kost · 19 years ago
- cef77bf rework build; add translations for v4l2 by Thomas Vander Stichele · 19 years ago
- c038b32 renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition by Stefan Kost · 19 years ago
- 473a76d Fix up all the state change functions. by Jan Schmidt · 20 years ago
- 567ac42 fixes for G_DISABLE_ASSERT and friends by Benjamin Otte · 21 years ago
- da195d3 second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ... by Stéphane Loeuillet · 21 years ago
- f88ab24 don't mix tabs and spaces by Thomas Vander Stichele · 21 years ago
- 44f714a *.h: Revert indenting by Johan Dahlin · 21 years ago
- c2bcfc8 gst-indent by Thomas Vander Stichele · 21 years ago
- d952e72 Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap(). by David Schleef · 21 years ago
- 9d2631e Merge CAPS branch by David Schleef · 21 years ago
- 93cb77d removed GST_*_CAST. Disabling of type checking is done in glib. by Benjamin Otte · 21 years ago
- d8b7611 remove copyright field from plugins by Andy Wingo · 21 years ago
- 56906e2 Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro... by Ronald S. Bultje · 21 years ago
- 04c63f1 Jack fixed too by Iain Holmes · 21 years ago
- bc5b62d change gst/bytestream.h to gst/bytestream/bytestream.h by David Schleef · 21 years ago
- bbc133e merge TYPEFIND branch. Major changes: by Benjamin Otte · 21 years ago
- 45aedd5 /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. by Andy Wingo · 21 years ago
- fc1b8b4 New typefind system: bytestream is now part of the core all plugins have been modified to use this new typefind syste... by Ronald S. Bultje · 21 years ago
- b5802bd conform to the buffer-frames props entry -- much nicer now... by Andy Wingo · 21 years ago
- b87729b Remove redundant plugindir definition by David Schleef · 22 years ago
- 25dd7cc + changes for new float caps without slope/intercept + some category changes for plugins by Leif Johnson · 22 years ago
- 8bdd27f New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as descri... by Ronald S. Bultje · 22 years ago
- 9a04390 fix type punning by David Schleef · 22 years ago
- c28be5c compatibility fix for new GST_DEBUG stuff. by Benjamin Otte · 22 years ago
- c48b1d6 Removed ugly caps fixed flag hack, will be done automatically in core soon by Wim Taymans · 22 years ago
- c357ceb update for the latest jack cvs and non-cothreaded gst scheduler by Andy Wingo · 22 years ago
- a75afe6 Changed caps->fixed to use FLAG_SET by Jan Schmidt · 22 years ago
- 5781a1a PadConnect -> PadLink by Thomas Vander Stichele · 22 years ago
- 7980637 another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so t... by Thomas Vander Stichele · 22 years ago
- e2c03f4 parallel install fixes by Thomas Vander Stichele · 22 years ago
- cc1c710 licenses again by Andy Wingo · 22 years ago
- c7692e1 plugins part of license field patch by Christian Schaller · 22 years ago
- 3d25650 This updates all plugins to the new API for gst_pad_try_set_caps by Ronald S. Bultje · 22 years ago
- bec3f5c removing warnings as approved by wim by Thomas Vander Stichele · 23 years ago
- 3129540 fix jack input port connection by Andy Wingo · 23 years ago
- 925babb compile fixen, and prepare to move MAINTAINER_MODE to as-version.m4 by Andy Wingo · 23 years ago
- c2880b1 make jack work in all its full duplex glory by Andy Wingo · 23 years ago
- af472ca working jack elements (fixed a problem in upstream jack) random other fixen... by Andy Wingo · 23 years ago
- 5789a18 use new bytestream api by Steve Baker · 23 years ago
- f11d85c update to new jack api by Andy Wingo · 23 years ago
- b2ef7f9 add some includes by Andy Wingo · 23 years ago
- e166e85 better initialization. it doesn't work over here, though. by Andy Wingo · 23 years ago
- d9d5b97 a commit so that jack will build without errors on Uraeus's system ;) by Andy Wingo · 23 years ago
- 35a8893 set caps once we know the sample rate of the system by Andy Wingo · 23 years ago
- fdd9428 some jack fixes, alsa touchups, and add rtp by default to the build if there are any problems building rtp, we're mov... by Andy Wingo · 23 years ago
- 1613f0e a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br... by Andy Wingo · 23 years ago
- 6ef5499 Finally we're on to a proper jack setup, with a specialized bin and elements that can only go in a jack bin. I had to... by Andy Wingo · 23 years ago
- a9161e1 GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. by Andy Wingo · 23 years ago
- 2d8f33b alphabetization fixen a jack caps fix by Andy Wingo · 23 years ago
- b3ce1be add notify back to filesrc, it's needed for MVC applications remove notify printouts from gst-launch cleanup in gst-p... by Andy Wingo · 23 years ago
- 2f2a02b s/Gnome-Streamer/GStreamer/ by Andy Wingo · 23 years ago
- fe8058a removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with... by Andy Wingo · 23 years ago
- 3b8cad1 s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagi... by Andy Wingo · 23 years ago
- 90ee1e4 s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way added jack ... by Andy Wingo · 23 years ago