gst_element_factory_make errors in gstreamer-1.0
mihaita
ivascumihaita at yahoo.com
Thu May 9 10:40:35 UTC 2019
> I have created a gstreamer app in Eclipse and i have the following
> runtime emssages:
>
> (process:1510): GStreamer-CRITICAL **: gst_element_factory_make: assertion
> 'gst_is_initialized ()' failed
Did you forgot to call gst_init() ?
Thanks for your quick reply. I do call gst_init when i start Gstreamer
thread:
/ void
GStreamer::start(void)
{
/* Initialise the gstreamer library */
gst_init(NULL, NULL);
this->thread = std::thread(GstreamerThread, this);
}/
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list