Help me in writing a player based on gstreamer for raspberry pi
Sebastian Dröge
sebastian at centricular.com
Wed Oct 5 07:07:10 UTC 2016
On Mon, 2016-10-03 at 03:08 -0700, munezbn.dev wrote:
> Thanks for the suggestions Sebastian.
>
> For now I have started with Playbin based player. I am using Raspberry Pi3.
> I am able to play BigBuckBunny from pendrive and also able to play webm
> content sintel from gstreamer sample link.
>
> Since I am using PI3, glimagesink has been used which uses dispmanx, so the
> video is playing at the center of the screen with actual size. How can we
> make it fullscreen without using GTK ? I have opened a thread for this. But
> so far no luck.
>
> http://gstreamer-devel.966125.n4.nabble.com/GLimagesink-in-a-widget-tp4673122p4679852.html
You'll have to use the dispmanx API directly for that, and explicitly
provide a dispmanx layer as "window handle" to glimagesink via the
GstVideoOverlay interface.
You can then set up the dispmanx layer in any way you want.
> Im not able to use glcolorscale also.
glcolorscale is used inside glimagesink already. Why do you want to use
it explicitly?
--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 931 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20161005/b80fc454/attachment-0001.sig>
More information about the gstreamer-devel
mailing list