summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Collapse)AuthorFilesLines
2012-11-04Fix FSF addressTim-Philipp Müller3-5/+5
https://bugzilla.gnome.org/show_bug.cgi?id=687520
2012-01-22Don't use deprecated GLib APITim-Philipp Müller1-69/+0
2012-01-22Use new GLib API unconditionallyTim-Philipp Müller1-31/+1
2011-12-13glib-compat: Add license boilerplate for LGPLSebastian Dröge1-0/+15
2011-12-12Work around deprecated thread API in glib masterTim-Philipp Müller1-0/+120
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.
2010-04-07build: fix compiler warningsThijs Vermeir1-0/+2
fix warnings for all plugins that use: setlocale (LC_ALL...
2010-03-22i18n: build fixes: #if -> #ifdef for ENABLE_NLSStefan Kost1-1/+1
2010-03-22i18n: fix the buildStefan Kost1-3/+11
Don't inlcude locale.h which we include in gettext.h if needed. Guard the inlcude like we do in the simillar headers in core.
2005-08-30add some i18n headersThomas Vander Stichele2-0/+106
Original commit message from CVS: add some i18n headers