gstreamer undefined symbol: _gst_fraction_type error
stproj
smpalasis at gmail.com
Tue Nov 3 07:00:44 PST 2015
Hi,
I am reporting both the print output of ldd ./myapp and after i link
LD_CONFIG_PATH to the /usr/lib gstreamer library. I have edited the outputs
so that they can be readable. Also, when i link the LD_CONFIG_PATH i get
the output that you see below. Please provide some information regardings to
these errors:
*# ldd ./myapp*
linux-vdso.so.1 => (0x00007ffc883e0000)
libgstreamer-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
(0x00007f6b638be000)
libgobject-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
(0x00007f6b6366d000)
libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0
(0x00007f6b63365000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
(0x00007f6b63147000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f6b62d82000)
libgmodule-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0
(0x00007f6b62b7e000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f6b62878000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f6b62674000)
libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6
(0x00007f6b6246c000)
libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f6b6222e000)
/lib64/ld-linux-x86-64.so.2 (0x00007f6b63bc2000)
And the print i get after i link the my app to the gstreamer lib:
*$ LD_LIBRARY_PATH=/usr/lib/ ./client-rtpaux *
(rtpaux2:5359): GStreamer-CRITICAL **: gst_bin_add: assertion
'GST_IS_ELEMENT (element)' failed
(rtpaux2:5359): GLib-GObject-CRITICAL **: g_object_set: assertion
'G_IS_OBJECT (object)' failed
(rtpaux2:5359): GStreamer-CRITICAL **: gst_bin_add_many: assertion
'GST_IS_ELEMENT (element_1)' failed
(rtpaux2:5359): GStreamer-CRITICAL **: gst_element_link_many: assertion
'GST_IS_ELEMENT (element_2)' failed
(rtpaux2:5359): GStreamer-CRITICAL **: gst_element_link_many: assertion
'GST_IS_ELEMENT (element_2)' failed
Joining session 0x135ca40
(rtpaux2:5359): GLib-GObject-CRITICAL **: g_object_ref: assertion
'G_IS_OBJECT (object)' failed
(rtpaux2:5359): GLib-GObject-CRITICAL **: g_object_set: assertion
'G_IS_OBJECT (object)' failed
(rtpaux2:5359): GLib-GObject-CRITICAL **: g_object_set: assertion
'G_IS_OBJECT (object)' failed
(rtpaux2:5359): GLib-GObject-CRITICAL **: g_object_set: assertion
'G_IS_OBJECT (object)' failed
Connecting to 5000/5001/5005
(rtpaux2:5359): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(rtpaux2:5359): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion
'G_TYPE_CHECK_INSTANCE (instance)' failed
(rtpaux2:5359): GStreamer-CRITICAL **: gst_bin_add_many: assertion
'GST_IS_ELEMENT (element_1)' failed
(rtpaux2:5359): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(rtpaux2:5359): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion
'G_TYPE_CHECK_INSTANCE (instance)' failed
(rtpaux2:5359): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(rtpaux2:5359): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion
'G_TYPE_CHECK_INSTANCE (instance)' failed
(rtpaux2:5359): GStreamer-CRITICAL **: gst_element_link_pads_full: assertion
'GST_IS_ELEMENT (src)' failed
(rtpaux2:5359): GStreamer-CRITICAL **: gst_element_link_pads_full: assertion
'GST_IS_ELEMENT (src)' failed
(rtpaux2:5359): GStreamer-CRITICAL **: gst_element_link_pads_full: assertion
'GST_IS_ELEMENT (src)' failed
Joining session 0x1375080
(rtpaux2:5359): GLib-GObject-CRITICAL **: g_object_ref: assertion
'G_IS_OBJECT (object)' failed
(rtpaux2:5359): GLib-GObject-CRITICAL **: g_object_set: assertion
'G_IS_OBJECT (object)' failed
(rtpaux2:5359): GLib-GObject-CRITICAL **: g_object_set: assertion
'G_IS_OBJECT (object)' failed
(rtpaux2:5359): GLib-GObject-CRITICAL **: g_object_set: assertion
'G_IS_OBJECT (object)' failed
Connecting to 5006/5007/5011
(rtpaux2:5359): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(rtpaux2:5359): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion
'G_TYPE_CHECK_INSTANCE (instance)' failed
(rtpaux2:5359): GStreamer-CRITICAL **: gst_bin_add_many: assertion
'GST_IS_ELEMENT (element_1)' failed
(rtpaux2:5359): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(rtpaux2:5359): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion
'G_TYPE_CHECK_INSTANCE (instance)' failed
(rtpaux2:5359): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(rtpaux2:5359): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion
'G_TYPE_CHECK_INSTANCE (instance)' failed
(rtpaux2:5359): GStreamer-CRITICAL **: gst_element_link_pads_full: assertion
'GST_IS_ELEMENT (src)' failed
(rtpaux2:5359): GStreamer-CRITICAL **: gst_element_link_pads_full: assertion
'GST_IS_ELEMENT (src)' failed
(rtpaux2:5359): GStreamer-CRITICAL **: gst_element_link_pads_full: assertion
'GST_IS_ELEMENT (src)' failed
starting client pipeline
Pipeline pipeline0 changed state from NULL to READY
Pipeline pipeline0 changed state from READY to PAUSED
Pipeline pipeline0 changed state from PAUSED to PLAYING
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/gstreamer-undefined-symbol-gst-fraction-type-error-tp4674349p4674378.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list