"Full screen" video playing on raspberry pi without Xorg
munezbn.dev
munezbn.dev at gmail.com
Fri Nov 11 17:38:46 UTC 2016
For
David Ventura wrote
> Hi
>
> I've recompiled plugins-bad with these options:
>
> --disable-gtk-doc --disable-opengl --enable-gles2 --enable-egl --disable-
> glx --disable-x11 --disable-wayland --enable-dispmanx
>
> Which gives me a working glimagesink without X11. My problem is that the
> videos are played in their original resolution, and low-resolution videos
> are not stretched to fit the framebuffer resolution.
>
> My pipeline
>
> gst-launch-1.0 filesrc name=file location=Immune_Response.mp4 ! decodebin
> name=dec ! queue ! glimagesink dec. ! queue ! audioconvert ! volume
> volume=0.1 name=vol ! autoaudiosink
>
>
> Adding a "videoconvert ! videoscale " between the queue and glimagesink
> doesn't change anything.
>
>
> Right now I'm missing glupload (To follow this pipeline [1]). What do I
> need to add to my configure parameters?
>
> David
>
> [1]: http://gstreamer-devel.966125.n4.nabble.com/GL-Video-
> Scaling-td4676413.html
> --
> *Stack* is the new term for "I have no idea what I'm actually using".
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at .freedesktop
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
You can refer below sample Dispmanx player based on gstpayer. You can create
and set your own dispmanx window and resize/move them using keyboard.
https://github.com/munezbn/dispmanx-gst-play
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Full-screen-video-playing-on-raspberry-pi-without-Xorg-tp4680597p4680620.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list