appsrc not working with GST_APP_STREAM_TYPE_RANDOM_ACCESS

Tim Müller tim at centricular.com
Fri Oct 14 13:48:12 UTC 2016


On Fri, 2016-10-14 at 05:34 -0700, Mikl wrote:

Hi,

> I have pipeline:
> appsrc ! videoconvert ! jpegenc ! matroskamux ! filesink
> 
> It is working only if appsrc stream type is
> /GST_APP_STREAM_TYPE_STREAM/
> and GST_APP_STREAM_TYPE_RANDOM_ACCESS
> is not working: pipeline is not starting.
> status = gst_element_set_state(_pipeline, GST_STATE_PLAYING);
> Is anyboby know, it is normal so?

Yes, none of these elements work in pull mode, and RANDOM_ACCESS
doesn't really make sense here. What are you trying to achieve?

Cheers
 -Tim

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


More information about the gstreamer-devel mailing list