gst/gst.c: Ref new enum type in gst_init.
authorTim-Philipp Müller <tim@centricular.net>
Tue, 6 Jan 2009 18:10:22 +0000 (18:10 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 6 Jan 2009 18:10:22 +0000 (18:10 +0000)
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
gst/gst.c
win32/common/libgstreamer.def

index 05f5ade..588f247 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
 
+       * 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  <tim.muller at collabora co uk>
+
        * docs/gst/gstreamer-sections.txt::
        * gst/gst_private.h: (GstPluginDep), (_GstPluginPrivate):
        * gst/gstplugin.c: (gst_plugin_init), (gst_plugin_finalize),
index 85f87fc..50710f4 100644 (file)
--- 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 ());
index b5fa914..aee85f1 100644 (file)
@@ -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