<div dir="ltr"><div>It should work just fine,</div><div>Try changing the project subsystem to "console" and set the environment variable GST_DEBUG=4.<br></div><div><br></div><div>After that when your run the application you should see a detailed log<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-05-02 9:43 GMT+02:00 GalDa <span dir="ltr"><<a href="mailto:Galdalali@hotmail.com" target="_blank">Galdalali@hotmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="im HOEnZb">I don't know why it didn't let me past the raw code at first but that is<br>
exactly what I did:<br>
<br>
        /* Initialize GStreamer */<br>
        gst_init(&argc, &argv);<br>
<br>
        pipe = g_strdup_printf("udpsrc port = 5000 caps = \"application/x-rtp,<br>
media=(string)video, clock-rate=(int)90000, encoding-name=(string)MP2T-ES\<wbr>"<br>
! rtpbin ! rtpmp2tdepay ! tsdemux ! h264parse ! avdec_h264 ! videoconvert !<br>
d3dvideosink name=sink", NULL);<br>
<br>
        /* Build the pipeline */<br>
        pipeline = gst_parse_launch(pipe, &error);<br>
<br>
        d3dvideosink_element = gst_bin_get_by_name((GstBin*)<wbr>pipeline, "sink");<br>
<br>
<br>
<br>
</span><div class="HOEnZb"><div class="h5">--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.<wbr>n4.nabble.com/</a><br>
______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
</div></div></blockquote></div><br></div>