gst/gst.c: Register GstClock type from a type-safe context. Fixes bug #530317.

Original commit message from CVS:
* gst/gst.c:
Register GstClock type from a type-safe context. Fixes bug #530317.
This commit is contained in:
Sebastian Dröge 2008-04-28 09:21:33 +00:00
parent 5aed1d4777
commit 37dbd31f72
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2008-04-28 Sebastian Dröge <slomo@circular-chaos.org>
* gst/gst.c:
Register GstClock type from a type-safe context. Fixes bug #530317.
2008-04-25 Michael Smith <msmith@songbirdnest.com>
Patch by Edward Hervey <edward.hervey@collabora.co.uk>

View file

@ -985,6 +985,7 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
g_type_class_ref (gst_bin_get_type ());
g_type_class_ref (gst_bus_get_type ());
g_type_class_ref (gst_task_get_type ());
g_type_class_ref (gst_clock_get_type ());
#ifndef GST_DISABLE_INDEX
g_type_class_ref (gst_index_factory_get_type ());