Open mfoglio opened 2 years ago
I found an issue in another tutorial online https://stackoverflow.com/questions/72969246/gstreamer-python-plugin-gives-segmentation-error . Maybe my Gstreamer version ( 1.14.5. ) requires a different definition of the plugin?
Hello, I just tried to run the gst blur example. Simply running a
gst-inspect-1.0
raises a core dump error. I even commented the part of the code that performs the actual transformation. It seems that the problem is caused by how properties are defined. Code to reproduce:The code executes normally but it returns a core dump after printing the output of the
get-inspect-1.0
.I am using GStreamer 1.14.5.