blob: ee672bcf0b0a2bf09886e4763f76f58568963f80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.1 2009/12/17 11:17:14 obache Exp $
Use Ruby/GStreamer in Ruby/Gnome2 intead of deprecated ruby gstreamer0.10.
--- clutter-gst/rbcluttergst.c.orig 2008-08-05 14:32:00.000000000 +0000
+++ clutter-gst/rbcluttergst.c
@@ -52,7 +52,7 @@ Init_clutter_gst ()
{
rb_require ("glib2");
rb_require ("clutter");
- rb_require ("gst0.10");
+ rb_require ("gst");
/* The base class init of some of the clutter-gst classes call some
gst functions so unfortunatly defining the Ruby wrappers will
|