Silvan Calarco
a2ea965be3
added patchset from sources.gentoo.org/cgi-bin/viewvc.cgi/src/patchsets/libvisual-plugins/0.4.0 [release 0.4.0-4mamba;Tue Dec 14 2010]
12 lines
295 B
Diff
12 lines
295 B
Diff
--- plugins/actor/gstreamer/actor_gstreamer.c.old 2007-02-25 00:23:30.000000000 +0100
|
|
+++ plugins/actor/gstreamer/actor_gstreamer.c 2007-02-25 00:29:14.000000000 +0100
|
|
@@ -39,7 +39,7 @@
|
|
|
|
typedef struct {
|
|
VisVideo *old_video;
|
|
- GstPipeline *pipe;
|
|
+ GstElement *pipe;
|
|
} GstreamerPrivate;
|
|
|
|
|