-
-
Notifications
You must be signed in to change notification settings - Fork 128
Description
I am following Processing course from Daniel Shiffman's youtube channel.
I am a beginner. I wrote the same code for video, installed the library but I am getting this weird error in compiler.
UnsatisfiedLinkError: Error looking up function 'gst_date_get_type': /usr/lib64/libgstreamer-1.0.so.0.1203.0: undefined symbol: gst_date_get_type
A library relies on native code that's not available.
Or only works properly when the sketch is run as a 32-bit application.
Could someone help?
Additional info:
I installed library by selecting Sketch -> Import Library -> Add Library
I am using Processing 3.3.6
I am running it on Fedora OS.(recently installed)
I fixed the gstreamer by rpmfusion by installing vlc player. Videos which were not running earlier are running now.
But processing is still stuck.
I can run Image files do various effects with them.
I am attaching a screenshot.
