mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
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:
parent
5aed1d4777
commit
37dbd31f72
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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 ());
|
||||
|
|
Loading…
Reference in a new issue