d3dvideosink

GalDa Galdalali at hotmail.com
Wed May 2 07:43:28 UTC 2018


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/


More information about the gstreamer-devel mailing list