gst: add new flags

This commit is contained in:
Wim Taymans 2012-07-10 10:11:57 +02:00
parent 4afdef5586
commit 77bc2170f8

View file

@ -737,6 +737,7 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
g_type_class_ref (gst_control_binding_get_type ());
g_type_class_ref (gst_control_source_get_type ());
g_type_class_ref (gst_lock_flags_get_type ());
g_type_class_ref (gst_allocator_flags_get_type ());
_priv_gst_event_initialize ();
_priv_gst_buffer_initialize ();
@ -1106,6 +1107,8 @@ gst_deinit (void)
g_type_class_unref (g_type_class_peek (gst_control_source_get_type ()));
g_type_class_unref (g_type_class_peek (gst_toc_entry_type_get_type ()));
g_type_class_unref (g_type_class_peek (gst_lock_flags_get_type ()));
g_type_class_unref (g_type_class_peek (gst_allocator_flags_get_type ()));
gst_deinitialized = TRUE;
GST_INFO ("deinitialized GStreamer");