[gst-devel] Runtime issue with certain plugins

Maarten Bosmans mkbosmans at gmail.com
Fri May 14 09:46:41 CEST 2010


2010/5/13 Greg Wunder <gwunder at eoir.com>:
> I was able to get around this problem as there appeared to be
> inconsistancies in the registry ".bin" file at runtime.
> I do however have a new question.
>
> If I want to access standard output from gstreamer & redirect this to a GUI,
> what is the easiest way of doing this?

What do you mean exactly by this?
GStreamer itself has no textual output, only video and audio.
 If you are executing gst-launch from your app and want to capture the
output, that can be done using the appropriate command from your
toolkit or language.
If you are using GStreamer as a library, you can catch the messages on
the pipeline bus and translate them into some useful action in your
GUI.

> Is there something I need to do at gst_init() time?
>
> This is assuming my GUI has a function to input a byte array, string, etc.
>
> Greg

Maarten




More information about the gstreamer-devel mailing list