+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
+
2008-07-22 Jürg Billeter <j@bitron.ch>
* vapi/packages/gstreamer-0.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")]
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 {