emacs-devel
[Top][All Lists]
Advanced

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

Re: GStreamer xwidget


From: Richard Stallman
Subject: Re: GStreamer xwidget
Date: Wed, 01 Dec 2021 02:04:51 -0500

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > It is initialized by GStreamer when Emacs calls `gst_init'.  The data
  > structure is private to GStreamer, and as such, its contents are not
  > guaranteed to be stable.

  > > Can Emacs study the data structure after it is filled in?
  > > Could Emacs delete some of the elements (i.e., put some
  > > plug-ins off limits)?

  > Unfortunately, I don't think so.

We can write unmodular code if that's the best solution.
We can have a file in Emacs that compiles using the GStreamer
header files -- perhaps syntactically transformed -- so it can
access this data structure and do what we want it to do.

We can write it so that it would be a reasonable added interface for
GStreamer, and ask them to install it.  But we will have a fallback if
they choose not to.

-- 
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)





reply via email to

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