gstreamer/ext/jack
Tim-Philipp Müller 66f6e12888 Work around deprecated thread API in glib master
Add private replacements for deprecated functions such as
g_mutex_new(), g_mutex_free(), g_cond_new() etc., mostly
to avoid the deprecation warnings. We'll change these
over to the new API once we depend on glib >= 2.32.
2011-12-12 09:46:27 +00:00
..
.gitignore ext/jack/.cvsignore: Ignore old files as requested by the build slave. 2011-01-02 14:30:06 +00:00
gstjack.c jack: fix up element details and some other minor clean-ups 2011-01-02 19:51:54 +00:00
gstjack.h jack: added client property 2011-01-02 14:30:08 +00:00
gstjackaudioclient.c Work around deprecated thread API in glib master 2011-12-12 09:46:27 +00:00
gstjackaudioclient.h jack: added client property 2011-01-02 14:30:08 +00:00
gstjackaudiosink.c jack: don't leak client name when freeing the element 2011-12-09 15:50:28 +00:00
gstjackaudiosink.h jack: add "client-name" property to jackaudiosink and jackaudiosrc 2011-12-09 15:45:03 +00:00
gstjackaudiosrc.c jack: don't leak client name when freeing the element 2011-12-09 15:50:28 +00:00
gstjackaudiosrc.h jack: add "client-name" property to jackaudiosink and jackaudiosrc 2011-12-09 15:45:03 +00:00
gstjackringbuffer.h jack: remove empty dispose and finalize methods 2011-01-02 14:30:08 +00:00
gstjackutil.c jack: implement multichannel support correctly for jackaudiosrc 2011-01-02 14:30:08 +00:00
gstjackutil.h jack: implement multichannel support correctly for jackaudiosrc 2011-01-02 14:30:08 +00:00
Makefile.am jack: fix up element details and some other minor clean-ups 2011-01-02 19:51:54 +00:00