I now installed gstreamer 1.0 from gstreamer.freedesktop.org and going through their tutorials.
I am facing a problem though, my gst_element_factory_make() calls are failing and I think it is the plugin path problem as suggested here : Gstreamer : gst_element_factory_make() : always fail and return NULL : Qt5
But I can't find a plugin directory in my gstreamer install directory .Can anyone suggest how I can get those plugins so I can set the path? Do I need to download them separately? (A link would be helpful if any).I am new to gstreamer and multimedia programming in general. I apologize if this is obvious.
Thank you for your time.