appsrc not working with GST_APP_STREAM_TYPE_RANDOM_ACCESS

Mikl michael.yarochkin at timetronics.be
Fri Oct 14 12:34:12 UTC 2016


Hello,

I have pipeline:
appsrc ! videoconvert ! jpegenc ! matroskamux ! filesink

It is working only if appsrc stream type is /GST_APP_STREAM_TYPE_STREAM/

i am doing this so:
gst_app_src_set_stream_type((GstAppSrc*)appsrc, GST_APP_STREAM_TYPE_STREAM);

GST_APP_STREAM_TYPE_SEEKABLE
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?

Mikl



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/appsrc-not-working-with-GST-APP-STREAM-TYPE-RANDOM-ACCESS-tp4680056.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list