tpm gstreamer: gstreamer/ gstreamer/gst/ gstreamer/win32/common/
[email protected] Tue, 6 Jan 2009 10:10:37 -0800 (PST)
| Newsgroups | gmane.comp.video.gstreamer.cvs |
|---|---|
| Message-ID | <[email protected]> |
--===============7002635402943726033==
CVS Root: /cvs/gstreamer
Module: gstreamer
Changes by: tpm
Date: Tue Jan 06 2009 18:10:37 UTC
Log message:
* gst/gst.c: (init_post):
Ref new enum type in gst_init.
* win32/common/libgstreamer.def:
Add recently-added API.
Modified files:
. : ChangeLog
gst : gst.c
win32/common : libgstreamer.def
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/ChangeLog.diff?r1=1.4216&r2=1.4217
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/gst/gst.c.diff?r1=1.267&r2=1.268
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/win32/common/libgstreamer.def.diff?r1=1.64&r2=1.65
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gstreamer/ChangeLog,v
retrieving revision 1.4216
retrieving revision 1.4217
diff -u -d -r1.4216 -r1.4217
--- ChangeLog 6 Jan 2009 17:58:56 -0000 1.4216
+++ ChangeLog 6 Jan 2009 18:10:19 -0000 1.4217
@@ -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: gst.c
RCS file: /cvs/gstreamer/gstreamer/gst/gst.c,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -d -r1.267 -r1.268
--- gst.c 5 Dec 2008 20:32:03 -0000 1.267
+++ gst.c 6 Jan 2009 18:10:22 -0000 1.268
@@ -1056,6 +1056,7 @@
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: libgstreamer.def
RCS file: /cvs/gstreamer/gstreamer/win32/common/libgstreamer.def,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- libgstreamer.def 19 Dec 2008 09:44:49 -0000 1.64
+++ libgstreamer.def 6 Jan 2009 18:10:22 -0000 1.65
@@ -646,6 +646,9 @@
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 @@
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 @@
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 @@
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
--===============7002635402943726033==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
--===============7002635402943726033==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
gstreamer-cvs-verbose mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose
--===============7002635402943726033==--