Error restarting pipeline - decodebin bug?
Zeno Endemann
zeno.endemann at googlemail.com
Sat Mar 23 16:01:44 UTC 2019
Ok well, I reported the issue now:
https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/574
killerrats wrote on 23.03.19 01:07:
> Will work:
> gst_element_set_state(pipeline, GST_STATE_PLAYING);
> gst_element_set_state(pipeline, GST_STATE_PAUSED);
> gst_element_set_state(pipeline, GST_STATE_PLAYING);
> or
> gst_element_set_state(pipeline, GST_STATE_PLAYING);
> sleep(2);
> gst_element_set_state(pipeline, GST_STATE_NULL);
> pipeline = gst_parse_launch(pipelineDesc, NULL);
> sleep(1);
> gst_element_set_state(pipeline, GST_STATE_PLAYING);
> sleep(2);
> gst_element_set_state(pipeline, GST_STATE_NULL);
>
> Will not work:
> gst_element_set_state(pipeline, GST_STATE_PLAYING);
> gst_element_set_state(pipeline, GST_STATE_PAUSED);
> gst_element_set_state(pipeline, GST_STATE_NULL);
> gst_element_set_state(pipeline, GST_STATE_PLAYING);
>
>
>
> -----
> ------------------------------
> Gstreamer 1.14.3
> ------------------------------
> Windows
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
More information about the gstreamer-devel
mailing list