|
Hi dev's,
i installed gstreamer from source (version 1.11) and did configuration using ./configure --prefix=/usr.
most of popular plugins are working fine but on executing this sequence i am getting error. i have set env variable to export LD_LIBRARY_PATH=/usr also ran sudo ldconfig
gst-launch-1.0 -v ximagesrc use-damage=false ! videoconvert ! videoscale ! video/x-raw,format=I420,width=800,height=600,framerate=25/1 ! jpegenc ! rtpjpegpay ! udpsink host=127.0.0.1 port=5000
gst-launch-1.0: symbol lookup error: gst-launch-1.0: undefined symbol: gst_element_add_property_deep_notify_watch
did i miss anything ?
thanks and regards
|