From b8b0c80b299fef59739dde3e0c181b0b29c5f45e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 6 Jan 2009 18:10:22 +0000 Subject: [PATCH] gst/gst.c: Ref new enum type in gst_init. Original commit message from CVS: * gst/gst.c: (init_post): Ref new enum type in gst_init. * win32/common/libgstreamer.def: Add recently-added API. --- ChangeLog | 8 ++++++++ gst/gst.c | 1 + win32/common/libgstreamer.def | 6 ++++++ 3 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 05f5ade..588f247 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2009-01-06 Tim-Philipp Müller + * gst/gst.c: (init_post): + Ref new enum type in gst_init. + + * win32/common/libgstreamer.def: + Add recently-added API. + +2009-01-06 Tim-Philipp Müller + * docs/gst/gstreamer-sections.txt:: * gst/gst_private.h: (GstPluginDep), (_GstPluginPrivate): * gst/gstplugin.c: (gst_plugin_init), (gst_plugin_finalize), diff --git a/gst/gst.c b/gst/gst.c index 85f87fc..50710f4 100644 --- a/gst/gst.c +++ b/gst/gst.c @@ -1056,6 +1056,7 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data, g_type_class_ref (gst_pipeline_flags_get_type ()); g_type_class_ref (gst_plugin_error_get_type ()); g_type_class_ref (gst_plugin_flags_get_type ()); + g_type_class_ref (gst_plugin_dependency_flags_get_type ()); g_type_class_ref (gst_rank_get_type ()); g_type_class_ref (gst_query_type_get_type ()); g_type_class_ref (gst_buffering_mode_get_type ()); diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index b5fa914..aee85f1 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -646,6 +646,9 @@ EXPORTS gst_pipeline_set_delay gst_pipeline_set_new_stream_time gst_pipeline_use_clock + gst_plugin_add_dependency + gst_plugin_add_dependency_simple + gst_plugin_dependency_flags_get_type gst_plugin_error_get_type gst_plugin_error_quark gst_plugin_feature_check_version @@ -714,6 +717,7 @@ EXPORTS gst_query_new_position gst_query_new_seeking gst_query_new_segment + gst_query_new_uri gst_query_parse_buffering_percent gst_query_parse_buffering_range gst_query_parse_buffering_stats @@ -725,6 +729,7 @@ EXPORTS gst_query_parse_position gst_query_parse_seeking gst_query_parse_segment + gst_query_parse_uri gst_query_set_buffering_percent gst_query_set_buffering_range gst_query_set_buffering_stats @@ -736,6 +741,7 @@ EXPORTS gst_query_set_position gst_query_set_seeking gst_query_set_segment + gst_query_set_uri gst_query_type_get_by_nick gst_query_type_get_details gst_query_type_get_name -- 2.7.4