summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-08-30 23:52:29 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-09-06 13:22:57 -0300
commit9c289eb5630c220fa4251cfa9a6b690baea445e8 (patch)
tree7a5f741b659958192802531caa26a00bd332d6be /samples
parent8193dd746cecf3644b31e19a2de9abe496a944a0 (diff)
Do not use glue anymore!
This is not needed anymore as ABI compatible structures are now generated and used by the code generator.
Diffstat (limited to 'samples')
-rw-r--r--samples/BasicTutorial1.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/BasicTutorial1.cs b/samples/BasicTutorial1.cs
index f7b8c00..1747d5a 100644
--- a/samples/BasicTutorial1.cs
+++ b/samples/BasicTutorial1.cs
@@ -27,4 +27,4 @@ namespace GstreamerSharp
pipeline.SetState (State.Null);
}
}
-} \ No newline at end of file
+}