Playing an ogg format video using gstreamer in an embedded system
I created a pipeline to play an ogg formatted video on an embedded system.
I used the gst plugins like libgstvorbis.so, libgsttheora.so, and
libogg.so, and copied them to the /lib folder on my embedded system. But
when trying to play the video, 'm receiving warnings like
(:25214): GStreamer-WARNING **: Failed to load plugin
'/lib/gstreamer-0.10/libgstogg.so': /lib/gstreamer-0.10/libgstogg.so:
undefined symbol: gst_collect_pads2_start
(:25214): GStreamer-WARNING **: Failed to load plugin
'/lib/gstreamer-0.10/libgstvorbis.so': /lib/libm.so.6: version
`GLIBC_2.15' not found (required by /lib/gstreamer-0.10/libvorbis.so.0)
(:25214): GStreamer-WARNING **: Failed to load plugin
'/lib/gstreamer-0.10/libgsttheora.so':
/lib/gstreamer-0.10/libgsttheora.so: undefined symbol:
gst_element_class_add_static_pad_template
How can I fix this?
No comments:
Post a Comment