How to fixed execute "gst-launch-1.0 playbin ..." will show error message?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to fixed execute "gst-launch-1.0 playbin ..." will show error message?

4,969 Views
felixhsu
Contributor III

Hi All

Platform: i.MX8M-EVK

Software:Linux 4.9.51_GA

In the console execute as below command will show error message.

root@imx8mqevk:~# gst-launch-1.0 playbin uri=file://$FILE1 video-sink="overlaysink overlay-width=512 overlay-height=384"

Error message:

WARNING: erroneous pipeline: could not set property "video-sink" in element "playbin0" to "overlaysink overlay-width=512 overlay-height=384"

How to fix this error message?

Thanks.

0 Kudos
5 Replies

3,714 Views
cyuzeng
Contributor I

Hi Hsu. I have encountered the same problem, but couldn't sovle it. What about you? Do you find any solutions? 

0 Kudos

3,714 Views
greeranjunk
Contributor III

hi

i am trying to run the example from the linux manual with the oversink on the imx8mm and get the same error. did you find a fix ?

0 Kudos

3,714 Views
b36401
NXP Employee
NXP Employee

Please run the command like "gst-inspect-1.0 | grep sink" to check all possibile ways to send the stream.

Have a great day,
Victor

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

3,714 Views
felixhsu
Contributor III

Hi Victor

overlaysink plugin is not found in the system.
( gst-inspect-1.0 | grep overlaysink is not displayed any plugins. )
How can I try multiple video overlays without using overlaysink?

Thanks.

3,210 Views
prasad_imx8
Contributor III

I also have missing overlay sink error. How did you solve it.

0 Kudos