<div dir="ltr">Hmmm...element=0x0 might be a problem.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 7, 2015 at 1:26 PM, stproj <span dir="ltr"><<a href="mailto:smpalasis@gmail.com" target="_blank">smpalasis@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Thanks for your effort. Please tell me if this is something what you were<br>
expecting to see. With bold are my commands, the source code can be found<br>
here:<br>
<br>
<a href="http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/tests/examples/rtp/client-rtpaux.c" rel="noreferrer" target="_blank">http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/tests/examples/rtp/client-rtpaux.c</a><br>
<<a href="http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/tests/examples/rtp/client-rtpaux.c" rel="noreferrer" target="_blank">http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/tests/examples/rtp/client-rtpaux.c</a>><br>
<br>
<br>
*gcc -Wall rtpclient.c -o rtpclient $(pkg-config --cflags --libs<br>
gstreamer-1.0)*<br>
*G_DEBUG=fatal_warnings ./rtpclient*<br>
<br>
(rtpclient:2758): GStreamer-CRITICAL **: gst_bin_add: assertion<br>
'GST_IS_ELEMENT (element)' failed<br>
Trace/breakpoint trap (core dumped)<br>
<br>
*(gdb) file ./rtpclient*<br>
Reading symbols from ./rtpclient...(no debugging symbols found)...done.<br>
(gdb)* set env G_DEBUG=fatal-criticals*<br>
(gdb)*run<br>
<br>
Starting program: /home/gstreamer7/Desktop/rtpclient<br>
[Thread debugging using libthread_db enabled]<br>
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".<br>
(rtpclient:2771): GStreamer-CRITICAL **: gst_bin_add: assertion<br>
'GST_IS_ELEMENT (element)' failed<br>
Program received signal SIGTRAP, Trace/breakpoint trap.<br>
0x00007ffff75b6c13 in g_logv () from /lib/x86_64-linux-gnu/libglib-2.0.so.0<br>
<br>
(gdb) *bt*<br>
<br>
#0  0x00007ffff75b6c13 in g_logv () from<br>
/lib/x86_64-linux-gnu/libglib-2.0.so.0<br>
#1  0x00007ffff75b6d72 in g_log () from<br>
/lib/x86_64-linux-gnu/libglib-2.0.so.0<br>
#2  0x00007ffff7af5751 in gst_bin_add (bin=0x66c170, element=0x0)<br>
    at gstbin.c:1292<br>
#3  0x000000000040268a in main ()<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/gstreamer-undefined-symbol-gst-fraction-type-error-tp4674349p4674417.html" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/gstreamer-undefined-symbol-gst-fraction-type-error-tp4674349p4674417.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>