Hide shell from background

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Hide shell from background

sielf
Hello.
I'm working with gstreamer pipeline which show video in the main screen of device. (e.g. simple imxv4l2 -> imxg2dvideosink)
The problem is : When I show the video, on the background I can see cursor from the main shell and sometimes screen flashes probably because there is no activity in the shell.
How can I disable shell from the screen backside?
Reply | Threaded
Open this post in threaded view
|

Re: Hide shell from background

Sebastian Dröge-3
On Fri, 2017-03-31 at 02:26 -0700, sielf wrote:
> Hello.
> I'm working with gstreamer pipeline which show video in the main screen of
> device. (e.g. simple imxv4l2 -> imxg2dvideosink)
> The problem is : When I show the video, on the background I can see cursor
> from the main shell and sometimes screen flashes probably because there is
> no activity in the shell. 
> How can I disable shell from the screen backside?

That question doesn't have anything to do with GStreamer. You have to
configure the shell accordingly, or use a UI toolkit to do that for you
and embed the videosink inside the UI in one way or another.

By default imxg2dvideosink just draws on the framebuffer, you'll have
to make sure that there's nothing else using the framebuffer in ways
you don't want.

--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (981 bytes) Download Attachment