[Yocto]unable to play the video full screen

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

[Yocto]unable to play the video full screen

1,907件の閲覧回数
charleshuang
Senior Contributor II

Base on Yocto 1.8

My dts file as below

        mxcfb1: fb@0 {

                compatible = "fsl,mxc_sdc_fb";

                disp_dev = "ldb";

                interface_pix_fmt = "RGB666";

                default_bpp = <16>;

                int_clk = <0>;

                late_init = <0>;

                status = "disabled";

        };

        mxcfb2: fb@1 {

                compatible = "fsl,mxc_sdc_fb";

                disp_dev = "lcd";

                interface_pix_fmt = "RGB24";

                mode_str ="1920x1080M@60";

                default_bpp = <16>;

                int_clk = <0>;

                late_init = <0>;

                status = "disabled";

        };

        mxcfb3: fb@2 {

                compatible = "fsl,mxc_sdc_fb";

                disp_dev = "ldb";

                interface_pix_fmt = "RGB666";

                default_bpp = <16>;

                int_clk = <0>;

                late_init = <0>;

                status = "disabled";

        };

        mxcfb4: fb@3 {

                compatible = "fsl,mxc_sdc_fb";

                disp_dev = "hdmi";

                interface_pix_fmt = "RGB24";

                mode_str ="1920x1080M@60";

                default_bpp = <16>;

                int_clk = <0>;

                late_init = <0>;

                status = "disabled";

        };

I want to know why I'm using this command " gst-launch-1.0 playbin uri=file:////test.mp4 video-sink="imxv4l2sink device=/dev/video21" " to play video on hdmi(fb4), the video is not full screen ?
But it can be display correctly on lcd (fb2).
Also, can imx6  support different framebuffer to play video simultaneously?
ラベル(3)
タグ(2)
0 件の賞賛
返信
1 返信

1,568件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

one can try to add width and height you need in the gstreamer commands

and mx6 can support different frambuffer in the same time for more detailed information, pls refer to the chapter 7.3.1.6 Video Playback to Multiple Displays of enclosed file@

0 件の賞賛
返信