2002-12-20 Alp Toker <alp@atoker.com>
* api/gst-api.xml: Make Gst# link to libgstreamer.so as per pkg-config --libs gstreamer * sources/gtk-sharp.sources: ditto svn path=/trunk/gtk-sharp/; revision=9791
This commit is contained in:
parent
dc148039f1
commit
15589b1c83
4 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
2002-12-20 Alp Toker <alp@atoker.com>
|
||||
|
||||
* 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 <raciel@gnome.org>
|
||||
|
||||
* sample/tutorial/spinbutton/SpinButton.cs: Added new SpinButton sample for the GTK# tutorial.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<api>
|
||||
<namespace name="Gst" library="gstreamer-0.4.2">
|
||||
<namespace name="Gst" library="gstreamer">
|
||||
<enum name="AutoplugFlags" cname="GstAutoplugFlags" type="enum">
|
||||
<member cname="GST_AUTOPLUG_TO_CAPS" name="ToCaps"/>
|
||||
<member cname="GST_AUTOPLUG_TO_RENDERER" name="ToRenderer"/>
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue