"Full screen" video playing on raspberry pi without Xorg

David Ventura davidventura27 at gmail.com
Thu Nov 10 15:16:30 UTC 2016


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".
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20161110/0b422ae2/attachment.html>


More information about the gstreamer-devel mailing list