gst/gst.c: Register GstClock type from a type-safe context. Fixes bug #530317.
authorSebastian Dröge <slomo@circular-chaos.org>
Mon, 28 Apr 2008 09:21:33 +0000 (09:21 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 28 Apr 2008 09:21:33 +0000 (09:21 +0000)
Original commit message from CVS:
* gst/gst.c:
Register GstClock type from a type-safe context. Fixes bug #530317.

ChangeLog
gst/gst.c

index 08c5151..6fd7911 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
index 9006cc7..5df4955 100644 (file)
--- a/gst/gst.c
+++ b/gst/gst.c
@@ -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 ());