From cca2363dae0f499093fbdd4c024681f3e874f8ae Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Sun, 3 Nov 2002 22:03:42 +0000 Subject: [PATCH] 2002-11-03 Alp Toker * sources/gtk-sharp.sources: Update to support GStreamer 0.4.2 * api/gst-api.xml : ditto * gst/Application.cs : ditto svn path=/trunk/gtk-sharp/; revision=8802 --- ChangeLog | 6 ++++++ api/gst-api.xml | 30 +++++++++++++++++++++--------- gst/.cvsignore | 6 ++++++ gst/Application.cs | 4 ++-- sources/gtk-sharp.sources | 2 +- 5 files changed, 36 insertions(+), 12 deletions(-) create mode 100755 gst/.cvsignore diff --git a/ChangeLog b/ChangeLog index f09fbab75..6330ebd55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-11-03 Alp Toker + + * sources/gtk-sharp.sources: Update to support GStreamer 0.4.2 + * api/gst-api.xml : ditto + * gst/Application.cs : ditto + 2002-11-01 Alp Toker * configure.in : Add GStreamer support diff --git a/api/gst-api.xml b/api/gst-api.xml index 4338acbb9..82aecc9bf 100644 --- a/api/gst-api.xml +++ b/api/gst-api.xml @@ -1,6 +1,6 @@ - + @@ -136,7 +136,6 @@ - @@ -148,6 +147,7 @@ + @@ -1038,7 +1038,7 @@ - + @@ -2039,6 +2039,12 @@ + + + + + + @@ -2475,12 +2481,6 @@ - - - - - - @@ -2523,6 +2523,12 @@ + + + + + + @@ -2644,6 +2650,7 @@ + @@ -2707,6 +2714,11 @@ + + + + + diff --git a/gst/.cvsignore b/gst/.cvsignore new file mode 100755 index 000000000..05b7ea4f7 --- /dev/null +++ b/gst/.cvsignore @@ -0,0 +1,6 @@ +*.dll +*.exe +*.xml +generated +Makefile + diff --git a/gst/Application.cs b/gst/Application.cs index a438f9aff..3a2727a9f 100755 --- a/gst/Application.cs +++ b/gst/Application.cs @@ -14,7 +14,7 @@ namespace Gst { public class Application { - [DllImport("gstreamer-0.4.1")] + [DllImport("gstreamer-0.4.2")] static extern void gst_init (int argc, IntPtr argv); public static void Init () @@ -22,7 +22,7 @@ namespace Gst { gst_init (0, new IntPtr(0)); } - [DllImport("gstreamer-0.4.1")] + [DllImport("gstreamer-0.4.2")] static extern void gst_init (ref int argc, ref String[] argv); public static void Init (ref string[] args) diff --git a/sources/gtk-sharp.sources b/sources/gtk-sharp.sources index f7d47e3ab..c721227ee 100644 --- a/sources/gtk-sharp.sources +++ b/sources/gtk-sharp.sources @@ -11,4 +11,4 @@ libglade-2.0.0/glade Glade glade-2.0 libart_lgpl-2.3.10 Art art_lgpl libgda-0.8.193/libgda Gda gda-2 libgnomedb-0.8.193/libgnomedb GnomeDb gnomedb-2 -gstreamer-0.4.1/gst Gst gstreamer-0.4.1 +gstreamer-0.4.2/gst Gst gstreamer-0.4.2