[Bug 797122] Screen is broke down when execute basic tutorial in gst-docs/examples/tutorials
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Sep 12 06:31:08 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=797122
MINJEONG KANG <alswjd7974 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from MINJEONG KANG <alswjd7974 at gmail.com> ---
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");
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list