]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commitdiff
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 05f5ade05d5047fa129637ff8492c736776dacae..588f247b9f9c34b6b05337570d72d4e03b2def70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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::
index 85f87fc40984b22f832080dd2c71d8406276d1e8..50710f4f68740b1ae5ca7244b7233ea399804ffa 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 b5fa914d30523b5bc4eb1d8a9d725525bea37b0c..aee85f1027310e4eebbbc48688ef303e51922dae 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