summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Collapse)AuthorAgeFilesLines
* Fix FSF addressTim-Philipp Müller2012-11-043-5/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* Don't use deprecated GLib APITim-Philipp Müller2012-01-221-69/+0
|
* Use new GLib API unconditionallyTim-Philipp Müller2012-01-221-31/+1
|
* glib-compat: Add license boilerplate for LGPLSebastian Dröge2011-12-131-0/+15
|
* Work around deprecated thread API in glib masterTim-Philipp Müller2011-12-121-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.
* build: fix compiler warningsThijs Vermeir2010-04-071-0/+2
| | | | fix warnings for all plugins that use: setlocale (LC_ALL...
* i18n: build fixes: #if -> #ifdef for ENABLE_NLSStefan Kost2010-03-221-1/+1
|
* i18n: fix the buildStefan Kost2010-03-221-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.
* add some i18n headersThomas Vander Stichele2005-08-302-0/+106
Original commit message from CVS: add some i18n headers