summaryrefslogtreecommitdiff
path: root/gstreamer-sharp/Bin.custom
diff options
context:
space:
mode:
Diffstat (limited to 'gstreamer-sharp/Bin.custom')
-rw-r--r--gstreamer-sharp/Bin.custom2
1 files changed, 1 insertions, 1 deletions
diff --git a/gstreamer-sharp/Bin.custom b/gstreamer-sharp/Bin.custom
index 83b7830..b8dc132 100644
--- a/gstreamer-sharp/Bin.custom
+++ b/gstreamer-sharp/Bin.custom
@@ -26,7 +26,7 @@ public Element [] Children {
[DllImport ("gstreamer-0.10.dll") ]
static extern bool gst_bin_add (IntPtr raw, IntPtr element);
-[DllImport ("gobject-2.0-0.dll") ]
+[DllImport ("libgobject-2.0-0.dll") ]
static extern IntPtr g_object_ref (IntPtr raw);
public bool Add (Gst.Element element) {