gstreamer/gst-libs/gst/app
Tim-Philipp Müller 0d98aa25b8 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.

Replace g_thread_create() with g_thread_try_new().
2011-12-04 17:16:30 +00:00
..
.gitignore gst-libs/gst/app/: Add marshal.list, make it compile and add to cvsignore. 2008-05-07 10:38:23 +00:00
gstapp-marshal.list app: force automatic rebuild of gstapp-marshal.[ch] after previous change 2009-03-01 18:31:17 +00:00
gstappbuffer.c app: make GstAppBuffer get_type() function thread-safe 2011-01-17 23:59:48 +00:00
gstappbuffer.h gst-libs/gst/app/: Add GstAppBuffer that includes a callback and closure for proper handling of data chunks. 2007-03-03 10:10:30 +00:00
gstappsink.c Work around deprecated thread API in glib master 2011-12-04 17:16:30 +00:00
gstappsink.h appsink: add docs and signals 2009-06-29 12:14:43 +02:00
gstappsrc.c Work around deprecated thread API in glib master 2011-12-04 17:16:30 +00:00
gstappsrc.h various: typo fixes 2011-12-02 12:03:27 +01:00
Makefile.am libs: gobject-introspection scanner doesn't need to scan or update plugin info 2011-04-16 11:01:53 +01:00