summaryrefslogtreecommitdiffstats
path: root/gst/videobox
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videobox')
-rw-r--r--gst/videobox/gstvideobox.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst/videobox/gstvideobox.c b/gst/videobox/gstvideobox.c
index 87a72e8a..76ee14a3 100644
--- a/gst/videobox/gstvideobox.c
+++ b/gst/videobox/gstvideobox.c
@@ -219,6 +219,10 @@ gst_video_box_class_init (GstVideoBoxClass * klass)
GST_DEBUG_CATEGORY_INIT (videobox_debug, "videobox", 0,
"Resizes a video by adding borders or cropping");
+
+#ifdef HAVE_LIBOIL
+ oil_init ();
+#endif
}
static void
@@ -685,6 +689,7 @@ gst_video_box_transform (GstBaseTransform * trans, GstBuffer * in,
static gboolean
plugin_init (GstPlugin * plugin)
{
+
return gst_element_register (plugin, "videobox", GST_RANK_NONE,
GST_TYPE_VIDEO_BOX);
}