Hi there,
I’m using GStreamer to capture the screen since ever.
As soon as I updated to Ubuntu 26 something broke.
Using
KWin 6.6.4, PipeWire 1.6.2 broke GStreamer 1.28.2
with this pipeline
pipewiresrc fd={1} path={2} keepalive-time=PIPEWIRE_KEEPALIVE ! videorate ! videoscale ! videoconvert video/x-raw,width=1920,height=1080,sync=false
pipeline is not able to capture the screen anymore.
is this a known issue?
(FireflyLuciferin:2): GStreamer-CRITICAL **: 21:01:12.313:
Trying to dispose element videoconvert0, but it is in READY instead of the NULL state.
You need to explicitly set elements to the NULL state before
dropping the final reference, to allow them to clean up.
This problem may also be caused by a refcounting bug in the
application or some element.
(FireflyLuciferin:2): GStreamer-CRITICAL **: 21:01:12.313:
Trying to dispose element videoscale0, but it is in READY instead of the NULL state.
You need to explicitly set elements to the NULL state before
dropping the final reference, to allow them to clean up.
This problem may also be caused by a refcounting bug in the
application or some element.
(FireflyLuciferin:2): GStreamer-CRITICAL **: 21:01:12.313:
Trying to dispose element videorate0, but it is in READY instead of the NULL state.
You need to explicitly set elements to the NULL state before
dropping the final reference, to allow them to clean up.
This problem may also be caused by a refcounting bug in the
application or some element.
(FireflyLuciferin:2): GStreamer-CRITICAL **: 21:01:12.313:
Trying to dispose element pipewiresrc0, but it is in READY instead of the NULL state.
You need to explicitly set elements to the NULL state before
dropping the final reference, to allow them to clean up.
This problem may also be caused by a refcounting bug in the
application or some element.
(FireflyLuciferin:2): GStreamer-CRITICAL **: 21:01:12.313:
Trying to dispose element bin0, but it is in READY instead of the NULL state.
You need to explicitly set elements to the NULL state before
dropping the final reference, to allow them to clean up.
This problem may also be caused by a refcounting bug in the
application or some element.
(FireflyLuciferin:2): GStreamer-CRITICAL **: 21:01:12.313:
Trying to dispose element pipeline0, but it is in READY instead of the NULL state.
You need to explicitly set elements to the NULL state before
dropping the final reference, to allow them to clean up.
This problem may also be caused by a refcounting bug in the
application or some element.