libvisual-plugins/libvisual-plugins-0.4.0-gstreamer.patch

12 lines
295 B
Diff
Raw Normal View History

--- 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;