diff --git a/ChangeLog b/ChangeLog index 315e7e800..232c9487e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-12-20 Alp Toker + + * api/gst-api.xml: Make Gst# link to libgstreamer.so as per pkg-config + --libs gstreamer + * sources/gtk-sharp.sources: ditto + 2002-12-15 Alejandro Sánchez Acosta * sample/tutorial/spinbutton/SpinButton.cs: Added new SpinButton sample for the GTK# tutorial. diff --git a/api/gst-api.xml b/api/gst-api.xml index 82aecc9bf..e2a4951ab 100644 --- a/api/gst-api.xml +++ b/api/gst-api.xml @@ -1,6 +1,6 @@ - + diff --git a/gst/Application.cs b/gst/Application.cs index 3a2727a9f..43b6a7155 100755 --- a/gst/Application.cs +++ b/gst/Application.cs @@ -14,7 +14,7 @@ namespace Gst { public class Application { - [DllImport("gstreamer-0.4.2")] + [DllImport("gstreamer")] 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.2")] + [DllImport("gstreamer")] 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 c721227ee..a7cf94269 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.2/gst Gst gstreamer-0.4.2 +gstreamer-0.4.2/gst Gst gstreamer