[0.11] gstreamer: gst: add pool flags type
Wim Taymans
wtay at kemper.freedesktop.org
Fri Mar 4 07:18:51 PST 2011
Module: gstreamer
Branch: 0.11
Commit: 0a89debaf72bfa9f1a5b4e3bed8dc0f793f8b574
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=0a89debaf72bfa9f1a5b4e3bed8dc0f793f8b574
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Tue Feb 22 12:35:06 2011 +0100
gst: add pool flags type
---
gst/gst.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/gst/gst.c b/gst/gst.c
index 10d7c9c..6aada1b 100644
--- a/gst/gst.c
+++ b/gst/gst.c
@@ -750,6 +750,7 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
g_type_class_ref (gst_parse_flags_get_type ());
g_type_class_ref (gst_search_mode_get_type ());
g_type_class_ref (gst_progress_type_get_type ());
+ g_type_class_ref (gst_buffer_pool_flags_get_type ());
gst_structure_get_type ();
_gst_event_initialize ();
@@ -1114,6 +1115,7 @@ gst_deinit (void)
g_type_class_unref (g_type_class_peek (gst_parse_error_get_type ()));
g_type_class_unref (g_type_class_peek (gst_param_spec_fraction_get_type ()));
g_type_class_unref (g_type_class_peek (gst_progress_type_get_type ()));
+ g_type_class_unref (g_type_class_peek (gst_buffer_pool_flags_get_type ()));
gst_deinitialized = TRUE;
GST_INFO ("deinitialized GStreamer");
More information about the gstreamer-commits
mailing list