From a8c76822389a297cfbbbd9d7a667fea55c26857b Mon Sep 17 00:00:00 2001 From: Stephan Sundermann Date: Wed, 10 Jul 2013 15:45:41 +0200 Subject: [PATCH] Pass all miniobjects and GstStructure by reference These types contain more information internally, which would get lost if we pass them by value, because only parts of these structs are visible to the bindings and thus information is missed when the structure would get passed back to native. --- sources/gst-sharp.metadata | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sources/gst-sharp.metadata b/sources/gst-sharp.metadata index 9ae6db5..a59a77d 100644 --- a/sources/gst-sharp.metadata +++ b/sources/gst-sharp.metadata @@ -12,10 +12,16 @@ true - GCond* gpointer gpointer gpointer + GCond* + + struct + true + struct + true + -- 2.7.4