emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GStreamer xwidget


From: Yasushi SHOJI
Subject: Re: GStreamer xwidget
Date: Tue, 30 Nov 2021 17:30:45 +0900

Hi Po,

On Tue, Nov 30, 2021 at 10:41 AM Po Lu <luangruo@yahoo.com> wrote:
> > 1. Does playbin offer any hooks for the calling program to judge the 
> > plug-ins
> > it wants to load, and say "That plug-in is ok" or "That plug-in is no good"?
> > If it does, using them would be simpler and less work.
>
> I don't think so, but if someone else knows better, please chime in :)

How about "element-setup"
https://gstreamer.freedesktop.org/documentation/playback/playbin.html?gi-language=c#playbin::element-setup

There is "license" field in `GstPlugin`:
https://gstreamer.freedesktop.org/documentation/gstreamer/gstplugin.html?gi-language=c#members

With these, I think you can craft what you want.

Best,
-- 
             yashi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]