d3dvideosink

Luca Bacci luca.bacci982 at gmail.com
Wed May 2 09:40:48 UTC 2018


It should work just fine,
Try changing the project subsystem to "console" and set the environment
variable GST_DEBUG=4.

After that when your run the application you should see a detailed log

2018-05-02 9:43 GMT+02:00 GalDa <Galdalali at hotmail.com>:

> I don't know why it didn't let me past the raw code at first but that is
> exactly what I did:
>
>         /* Initialize GStreamer */
>         gst_init(&argc, &argv);
>
>         pipe = g_strdup_printf("udpsrc port = 5000 caps =
> \"application/x-rtp,
> media=(string)video, clock-rate=(int)90000, encoding-name=(string)MP2T-ES\
> "
> ! rtpbin ! rtpmp2tdepay ! tsdemux ! h264parse ! avdec_h264 ! videoconvert !
> d3dvideosink name=sink", NULL);
>
>         /* Build the pipeline */
>         pipeline = gst_parse_launch(pipe, &error);
>
>         d3dvideosink_element = gst_bin_get_by_name((GstBin*)pipeline,
> "sink");
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180502/7d1c3423/attachment-0001.html>


More information about the gstreamer-devel mailing list