I have located and downloaded several gst-0.10 plugins from the debian jessie armel repositories and copied them to my pw4. I next used ldd to identify their missing dependencies and did likewise with them. I now have a new problem.
I first ran /usr/bin/gst-inspect to confirm the elements are ready to use. Unfortunately, I am getting for an example:
Code:
(gst-inspect-0.10:7817): GStreamer-WARNING **: Failed to load plugin './libgstmad.so': ./libgstmad.so: undefined symbol: gst_element_class_add_static_pad_template
I guess I am missing one of the gstreamer libraries implementing this symbol. Can you tell me which one I am mssing?
Dave