gstreamer/gst-libs/gst/rtsp
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 .gitignore: update after files got renamed 2009-10-17 21:11:10 +01:00
gstrtsp-marshal.list libs: touch marshal.list files to force rebuild after Makefile.am changes 2010-10-19 00:07:47 +01:00
gstrtsp.h gst-libs/gst/: Move the rtspextension.h interface into gstrtspextension.h as part of libgstrtsp instead of libgstinte... 2007-07-26 19:57:15 +00:00
gstrtspbase64.c rtsp: deprecate remaining base64 function now that we depend on GLib 2.20 2010-04-30 20:01:55 +01:00
gstrtspbase64.h rtsp: deprecate remaining base64 function now that we depend on GLib 2.20 2010-04-30 20:01:55 +01:00
gstrtspconnection.c Work around deprecated thread API in glib master 2011-12-04 17:16:30 +00:00
gstrtspconnection.h rtspconnection: Handle closed POST socket in tunneling 2010-04-06 10:59:39 +02:00
gstrtspdefs.c rtspdefs: add RTCP-Interval header 2011-09-19 11:32:23 +02:00
gstrtspdefs.h rtspdefs: add RTCP-Interval header 2011-09-19 11:32:23 +02:00
gstrtspextension.c rtsp: don't export marshaller function 2010-10-15 23:54:40 +01:00
gstrtspextension.h rtsp: GstRTSPExtension isn't wrapped by GstImplementsInterface 2011-06-26 21:07:52 +01:00
gstrtspmessage.c docs: fix wrong doc markup 2010-05-06 09:42:02 +03:00
gstrtspmessage.h rtsp: Added missing Since tags. 2009-08-24 13:58:50 +02:00
gstrtsprange.c various: typo fixes 2011-12-02 12:03:27 +01:00
gstrtsprange.h RTSPRange: Add method to serialize ranges 2009-02-04 17:03:52 +01:00
gstrtsptransport.c docs: handle warnings emitted by gtk-doc 2011-08-20 19:16:42 +02:00
gstrtsptransport.h rtsp: Move around the typedefs to make GIR happy 2010-12-07 17:35:56 +01:00
gstrtspurl.c docs: handle warnings emitted by gtk-doc 2011-08-20 19:16:42 +02:00
gstrtspurl.h add gst_rtsp_url_decode_path_components 2010-12-15 17:51:36 +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