diff --git a/ChangeLog b/ChangeLog index c7e3314fa3..3c55a4595b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-05 Stefan Kost + + * gst/games/gstpuzzle.c: (plugin_init): + call oil_init() when using liboil + 2006-01-04 Edgard Lima * ext/neon/gstneonhttpsrc.c: diff --git a/gst/games/gstpuzzle.c b/gst/games/gstpuzzle.c index 6ebc510067..9bd8e3bca0 100644 --- a/gst/games/gstpuzzle.c +++ b/gst/games/gstpuzzle.c @@ -557,6 +557,10 @@ draw_puzzle (GstVideofilter * videofilter, void *destp, void *srcp) static gboolean plugin_init (GstPlugin * plugin) { +#ifdef HAVE_LIBOIL + oil_init (); +#endif + if (!gst_library_load ("gstvideofilter")) return FALSE;