<div dir="ltr">hello guys<br><br>My problem is, why does gst_element_factory_make ("rtspsrc", NULL) <br>fails evry times?<br>I use Qt5 on ubuntu 14.04. I tried gst_element_factory_find ("rtspsrc") with success, <br><br>I also tried:<br><br>gst-ispect rtspsrc<br>gst-inspect-0.10 rtspsrc<br>gst-inspect-1.0 rtspsrc<br>all give details of the plugin<br><br>here are some links I found on <a href="http://tiku.io">tiku.io</a>, <a href="http://stackoverflow.com/questions/22878125/gstreamer-gst-element-factory-make-always-fail-and-return-null-qt5">on stackoverflow</a>, <a href="http://quabr.com/22878125/gstreamer-gst-element-factory-make-always-fail-and-return-null-qt5">on quabr.com</a> and I tried to follow instructions,<br> but have the same error:<br><br>GStreamer-CRITICAL **: gst_bus_timed_pop_filtered: assertion 'GST_IS_BUS (bus)' failed.<br><br>The error occur only when it is time to execute <br>gst_element_factory_make ("rtspsrc", NULL). I tried to create (successfully)<br><br>gst_element_factory_make ("uridecodebin", NULL)<br>gst_element_factory_make ("fakesrc", NULL)<br>gst_element_factory_make ("v4l2src", NULL)<br><br>and I got no error.<br><br>here is my .pro file content:<br><br>CONFIG += link_pkgconfig<br><br>PKGCONFIG += \<br>    gstreamer-0.10 \ <br>    gstreamer-base-0.10 \<br>    gstreamer-interfaces-0.10 \<br>    gstreamer-audio-0.10 \<br>    gstreamer-video-0.10 \<br>    gstreamer-app-0.10 \<br>    gstreamer-rtsp-0.10 \<br>    gstreamer-rtp-0.10 <br><br>CONFIG   -= app_bundle<br><br>LIBS += -pthread \<br>        -lgstrtsp-0.10 \<br>        -lgstrtp-0.10 \<br>        -lgstreamer-0.10 \<br>        -lgstsdp-0.10 \<br>        -lgobject-2.0 \<br>        -lgmodule-2.0 \<br>        -lgthread-2.0 \<br>        -lxml2 \<br>        -lglib-2.0<br><br><br>QMAKE_CXXFLAGS += -fpermissive<br><br>but my problem still there. Any help would be apprecied.<br><br>Thanks<br><br><br>-- <br><br>| John MADIEU | Ingénieur Linux Embarqué |<br></div>