gstreamer/gst/encoding
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: New encoding plugin 2010-12-15 11:54:32 +01:00
gstencode-marshal.list gst: New encoding plugin 2010-12-15 11:54:32 +01:00
gstencodebin.c various: fix pad template leaks 2011-11-28 13:09:02 +00:00
gstencodebin.h encodebin: Add missing-plugin support 2011-01-07 13:18:20 +01:00
gstsmartencoder.c various: fix pad template leaks 2011-11-28 13:09:02 +00:00
gstsmartencoder.h gst: New encoding plugin 2010-12-15 11:54:32 +01:00
gststreamcombiner.c Work around deprecated thread API in glib master 2011-12-04 17:16:30 +00:00
gststreamcombiner.h gst: New encoding plugin 2010-12-15 11:54:32 +01:00
gststreamsplitter.c Work around deprecated thread API in glib master 2011-12-04 17:16:30 +00:00
gststreamsplitter.h gst: New encoding plugin 2010-12-15 11:54:32 +01:00
Makefile.am android: make it ready for androgenizer 2011-04-11 07:23:21 +02:00