|
I am getting below errors after I built with source downloaded from the GStreamer site:
anil@Smiley:~/gst/gst-plugins-base$ gst-inspect ximagesink
(gst-plugin-scanner:25620): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-0.10/libgstxvimagesink.so': /usr/local/lib/gstreamer-0.10/libgstxvimagesink.so: undefined symbol: gst_x_overlay_set_window_handle
(gst-plugin-scanner:25620): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-0.10/libgsttypefindfunctions.so': /usr/local/lib/gstreamer-0.10/libgsttypefindfunctions.so: undefined symbol: gst_codec_utils_aac_get_sample_rate_from_index
(gst-plugin-scanner:25620): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-0.10/libgstencodebin.so': /usr/local/lib/gstreamer-0.10/libgstencodebin.so: undefined symbol: gst_encoding_profile_get_type
(gst-plugin-scanner:25620): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-0.10/libgstximagesink.so': /usr/local/lib/gstreamer-0.10/libgstximagesink.so: undefined symbol: gst_x_overlay_set_window_handle
(gst-plugin-scanner:25620): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-0.10/libgstplaybin.so': /usr/local/lib/gstreamer-0.10/libgstplaybin.so: undefined symbol: gst_video_convert_frame
No such element or plugin 'ximagesink'
I am using gst-plugins-base-0.10.34 version.
Any clue ?
White
|