diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2012-01-27 16:50:08 +0100 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2012-07-31 16:08:54 +0200 |
commit | ed911efc60de1538c4e24ca01f376e25c09a4124 (patch) | |
tree | 45412690737447ab5ec60c2d713fd264274ced55 /farstream/fs-plugin.c | |
parent | fb74f736e23844bbf289011f9bff7ad91581af18 (diff) | |
download | farstream-ed911efc60de1538c4e24ca01f376e25c09a4124.tar.gz |
Port to GStreamer 0.11
Diffstat (limited to 'farstream/fs-plugin.c')
-rw-r--r-- | farstream/fs-plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/farstream/fs-plugin.c b/farstream/fs-plugin.c index 423cf719..578a15e3 100644 --- a/farstream/fs-plugin.c +++ b/farstream/fs-plugin.c @@ -315,6 +315,8 @@ fs_plugin_list_available (const gchar *type_suffix) GError *error = NULL; gchar *tmp1, *tmp2, *tmp3; + _fs_conference_init_debug (); + g_static_mutex_lock (&mutex); fs_plugin_search_path_init (); |