Stack memory issue with gstreamer

Nicolas Dufresne nicolas.dufresne at collabora.com
Thu May 1 07:00:45 PDT 2014


Le mercredi 30 avril 2014 à 14:07 -0700, jbvulai a écrit :

> int AudioVoiceService::playbus_callback(GstBus *bus, GstMessage *msg,
> gpointer data)

Is that a synchronous bus handler ? We usually recommend handling the
messages asynchronously using  gst_bus_poll() from one of your threads
(or using the GMainLoop base handler if you run a GMainLoop). Otherwise
you may end-up re-entering GStreamer. 

let us know if this is your case,
cheers,
Nicolas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140501/69667327/attachment-0001.html>


More information about the gstreamer-devel mailing list