GStreamer C Code to play video

Tim Müller tim at centricular.com
Thu Jun 25 08:34:38 PDT 2015


On Tue, 2015-06-23 at 23:07 -0700, deep jyoti wrote:

> This are the following codes that I get when i RUn your codes
> @akaChella....plizz help!!! i am using eclipse on linux...
> (vid_gst_rtsp:5010): GStreamer-CRITICAL **: gst_element_factory_make:
> assertion 'gst_is_initialized ()' failed
> 
> (vid_gst_rtsp:5010): GStreamer-CRITICAL **: gst_element_factory_make:
> assertion 'gst_is_initialized ()' failed
> 
> (vid_gst_rtsp:5010): GStreamer-CRITICAL **: gst_element_factory_make:
> assertion 'gst_is_initialized ()' failed
> 
> (vid_gst_rtsp:5010): GStreamer-CRITICAL **: gst_element_factory_make:
> assertion 'gst_is_initialized ()' failed
> 
> (vid_gst_rtsp:5010): GStreamer-CRITICAL **: gst_element_factory_make:
> assertion 'gst_is_initialized ()' failed
> One element could not be created. Exiting.

It means you did not call gst_init(). Call gst_init() at the beginning
of your application.

Cheers
 -Tim

-- 
Tim Müller, Centricular Ltd - http://www.centricular.com



More information about the gstreamer-devel mailing list