On Mon, 2009-09-14 at 17:11 -0700, jayasena s wrote:
>
> I would like to retrieve the clock time in gst-openmax. When I used
> gst_clock_get_time(self) in output_loop, I am getting error.
> GStreamer-CRITICAL **: gst_clock_get_time: assertion `GST_IS_CLOCK
> (clock)' failed
Most likely because either:
* self is not a GstClock, or
* self is NULL
Edward
|