How do I connect from an XPCOM object to a GStreamer plugin in a Songbird addon?
Posted
by utnapistim
on Stack Overflow
See other posts from Stack Overflow
or by utnapistim
Published on 2010-05-11T08:37:02Z
Indexed on
2010/05/11
17:14 UTC
Read the original article
Hit count: 268
Hi all,
I am writing a Songbird addon, with three parts: XUL (javascript), a GStreamer filter and an XPCOM addon.
I am interested in accessing the GStreamer layer from my XPCOM component. If anyone knows any resources on how to do that I'd be grateful.
Specifically, I need documentation or examples on accessing the GStreamer functionality from within my addon (building a GST pipeline and running a file through it, from my XPCOM component (C++).
Thanks :)
© Stack Overflow or respective owner