From d0dacb7e60747e562743316ed5058e14e3e1b18a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrg=20Billeter?= Date: Tue, 22 Jul 2008 15:54:18 +0000 Subject: [PATCH] Add GST_DEBUG_BIN_TO_DOT_FILE binding, patch by Thijs Vermeir, fixes bug MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2008-07-22 Jürg Billeter * 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 svn path=/trunk/; revision=1723 --- ChangeLog | 9 +++++++++ vapi/gstreamer-0.10.vapi | 4 ++++ vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala | 5 +++++ 3 files changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index d9bd158..2fcdd38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,15 @@ * 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 + + * vapi/packages/gstreamer-0.10/: + Fix gst_ghost_pad_set_target binding, patch by Thijs Vermeir, fixes bug 544060 diff --git a/vapi/gstreamer-0.10.vapi b/vapi/gstreamer-0.10.vapi index 42ec2a9..cde7b3d 100644 --- a/vapi/gstreamer-0.10.vapi +++ b/vapi/gstreamer-0.10.vapi @@ -2089,6 +2089,10 @@ namespace Gst { 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")] diff --git a/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala b/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala index c0f8039..ec565ab 100644 --- a/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala +++ b/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala @@ -41,6 +41,11 @@ namespace Gst { 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 { -- 2.7.4