GNOME Bugzilla – Bug 797122
Screen is broke down when execute basic tutorial in gst-docs/examples/tutorials
Last modified: 2018-09-12 11:29:30 UTC
(Because of unfamiliar with english, please understand my poor english skills..) hello. I just begin to learn about gstreamer for my undergraduate project. So, I looked up the basic tutorials on https://gstreamer.freedesktop.org/documentation/tutorials/basic/hello-world.html After install the gstreamer, I compiled the basic-tutorial-1.c in gst-docs/examples/tutorials. Of course, a short film was popped up. However, the screen was broken with green diagnal line. Although the original video source is fine. Here is information of my environment. OS: Host is Windows 10 Home Guest is Ubuntu 64 - 18.04.1 on VMware Workstation 14 player (I worked this all process with Ubuntu on vmware) Processor(Windows): Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz 2.00 GHz RAM: 12.0GB system: 64 bit, x64
*** Bug 797121 has been marked as a duplicate of this bug. ***
Does adding video-sink=ximagesink to playbin line helps ?
Yes! I really appreciate for your fast and accurate answer:) I changed the line 12 in gst-docs/examples/tutorials/basic-tutorial-1.c Before) /*Build the pipeline*/ pipeline = gst_parse_launch("playbin https://www.freedesktop.org/software/gstreamer-sdk/data/media/sintel_trailer-480p.webm, NULL"); After) /*Build the pipeline*/ pipeline = gst_parse_launch("playbin video-sink=ximagesink https://www.freedesktop.org/software/gstreamer-sdk/data/media/sintel_trailer-480p.webm, NULL");
Ok, for the context, there is often issues with GL in VMWare images. The auto sink selector probably picked glimagesink.