[Bug 267517] graphics/gstreamer1-plugins-gl: re-enable WAYLAND after 1.20.3 update
- Reply: bugzilla-noreply_a_freebsd.org: "maintainer-feedback requested: [Bug 267517] graphics/gstreamer1-plugins-gl: re-enable WAYLAND after 1.20.3 update"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 267517] graphics/gstreamer1-plugins-gl: re-enable WAYLAND after 1.20.3 update"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 267517] graphics/gstreamer1-plugins-gl: re-enable WAYLAND after 1.20.3 update"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 267517] graphics/gstreamer1-plugins-gl: re-enable WAYLAND after 1.20.3 update"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 267517] graphics/gstreamer1-plugins-gl: re-enable WAYLAND after 1.20.3 update"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Nov 2022 10:17:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267517
Bug ID: 267517
Summary: graphics/gstreamer1-plugins-gl: re-enable WAYLAND
after 1.20.3 update
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: patch, regression
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: multimedia@FreeBSD.org
Reporter: jbeich@FreeBSD.org
Blocks: 261585
Assignee: multimedia@FreeBSD.org
Flags: maintainer-feedback?(multimedia@FreeBSD.org)
Created attachment 237810
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=237810&action=edit
v1 (apply via "git am")
Wayland support (enabled by bug 227509) is required to render natively without
using Xwayland. For example, it can be tested nested under Xorg (inside a
window, a la Xephyr or VirtualBox) using a compositor that doesn't need
configuration.
$ pkg install cage clapper
$ : ${XDG_RUNTIME_DIR=/tmp}; export XDG_RUNTIME_DIR
$ GST_DEBUG=\*:2 cage env -u DISPLAY clapper foo.y4m
0:00:00.450250539 12345 0x88fc8c240 WARN basesrc
gstbasesrc.c:3688:gst_base_src_start_complete:<source> pad not activated yet
0:00:00.452030581 12345 0x88fc8c240 WARN basesrc
gstbasesrc.c:3688:gst_base_src_start_complete:<source> pad not activated yet
0:00:00.541881101 12345 0x83fbc4590 WARN clapperglbaseimporter
gstclapperglbaseimporter.c:194:retrieve_gl_context_on_main:<clappergluploader0>
Unknown Gdk display!
0:00:00.544992801 12345 0x83fbc4590 WARN glcontext
gstglcontext.c:530:gst_gl_context_get_current_gl_context: Could not retrieve
current context
0:00:00.545029738 12345 0x83fbc4590 ERROR clapperglbaseimporter
gstclapperglbaseimporter.c:256:retrieve_gl_context_on_main: Could not retrieve
Gdk OpenGL context
0:00:00.546247078 12345 0x859f055e0 WARN clappersink
gstclappersink.c:733:gst_clapper_sink_set_caps:<clappersink0> error: No
importer for given caps found
0:00:00.546641035 12345 0x88fc8c240 ERROR Clapper
gstclapper.c:1293:error_cb:<clapperplayer0> ERROR: from element
/GstPlayBin:playbin/GstPlaySink:playsink/GstBin:vbin/GstClapperSink:clappersink0:
No importer for given caps found
0:00:00.546655761 12345 0x88fc8c240 ERROR Clapper
gstclapper.c:1295:error_cb:<clapperplayer0> Additional debug info:
../lib/gst/plugin/gstclappersink.c(733): gst_clapper_sink_set_caps ():
/GstPlayBin:playbin/GstPlaySink:playsink/GstBin:vbin/GstClapperSink:clappersink0
0:00:00.546684002 12345 0x88fc8c240 ERROR Clapper
gstclapper.c:1170:emit_error:<clapperplayer0> Error: Error from element
/GstPlayBin:playbin/GstPlaySink:playsink/GstBin:vbin/GstClapperSink:clappersink0:
Resource not found.
No importer for given caps found
../lib/gst/plugin/gstclappersink.c(733): gst_clapper_sink_set_caps ():
/GstPlayBin:playbin/GstPlaySink:playsink/GstBin:vbin/GstClapperSink:clappersink0
(gst-clapper-error-quark, 0)
0:00:00.550263037 12345 0x83fbc4590 WARN clapperglbaseimporter
gstclapperglbaseimporter.c:194:retrieve_gl_context_on_main:<clappergluploader1>
Unknown Gdk display!
0:00:00.550812089 12345 0x83fbc4590 WARN glcontext
gstglcontext.c:530:gst_gl_context_get_current_gl_context: Could not retrieve
current context
0:00:00.550818723 12345 0x83fbc4590 ERROR clapperglbaseimporter
gstclapperglbaseimporter.c:256:retrieve_gl_context_on_main: Could not retrieve
Gdk OpenGL context
0:00:00.551377127 12345 0x859f055e0 WARN clappersink
gstclappersink.c:733:gst_clapper_sink_set_caps:<clappersink0> error: No
importer for given caps found
0:00:00.551404790 12345 0x859f055e0 WARN GST_PADS
gstpad.c:4351:gst_pad_peer_query:<vconv:src> could not send sticky events
(com.github.rafostar.Clapper:12345): Clapper-CRITICAL **: Error from element
/GstPlayBin:playbin/GstPlaySink:playsink/GstBin:vbin/GstClapperSink:clappersink0:
Resource not found.
No importer for given caps found
../lib/gst/plugin/gstclappersink.c(733): gst_clapper_sink_set_caps ():
/GstPlayBin:playbin/GstPlaySink:playsink/GstBin:vbin/GstClapperSink:clappersink0
^C
Referenced Bugs:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261585
[Bug 261585] multimedia/gstreamer1: Update to 1.20.3
--
You are receiving this mail because:
You are the assignee for the bug.