vala r1723 - in trunk: . vapi vapi/packages/gstreamer-0.10



Author: juergbi
Date: Tue Jul 22 15:54:18 2008
New Revision: 1723
URL: http://svn.gnome.org/viewvc/vala?rev=1723&view=rev

Log:
2008-07-22  JÃrg Billeter  <j bitron ch>

	* vapi/packages/gstreamer-0.10/:

	Add GST_DEBUG_BIN_TO_DOT_FILE binding,
	patch by Thijs Vermeir, fixes bug 543759

	* vapi/gstreamer-0.10.vapi: regenerated


Modified:
   trunk/ChangeLog
   trunk/vapi/gstreamer-0.10.vapi
   trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala

Modified: trunk/vapi/gstreamer-0.10.vapi
==============================================================================
--- trunk/vapi/gstreamer-0.10.vapi	(original)
+++ trunk/vapi/gstreamer-0.10.vapi	Tue Jul 22 15:54:18 2008
@@ -2089,6 +2089,10 @@
 	public const int VERSION_NANO;
 	[CCode (cheader_filename = "gst/gst.h")]
 	public static void init ([CCode (array_length_pos = 0.9)] ref weak string[] args);
+	[CCode (cname = "GST_DEBUG_BIN_TO_DOT_FILE", cheader_filename = "gst/gst.h")]
+	public static void debug_bin_to_dot_file (Gst.Bin bin, Gst.DebugGraphDetails details, string prefix);
+	[CCode (cname = "GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS", cheader_filename = "gst/gst.h")]
+	public static void debug_bin_to_dot_file_with_ts (Gst.Bin bin, Gst.DebugGraphDetails details, string prefix);
 	[CCode (cheader_filename = "gst/gst.h")]
 	public static void atomic_int_set (int atomic_int, int value);
 	[CCode (cheader_filename = "gst/gst.h")]

Modified: trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala
==============================================================================
--- trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala	(original)
+++ trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala	Tue Jul 22 15:54:18 2008
@@ -41,6 +41,11 @@
 		public void unref ();
 	}
 
+	[CCode (cname="GST_DEBUG_BIN_TO_DOT_FILE")]
+	public static void debug_bin_to_dot_file (Bin bin, DebugGraphDetails details, string prefix);
+	[CCode (cname="GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS")]
+	public static void debug_bin_to_dot_file_with_ts (Bin bin, DebugGraphDetails details, string prefix);
+
 	[CCode (cname = "GValue")]
 	public struct Value : GLib.Value {
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]