Home
last modified time | relevance | path

Searched refs:flow_return (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstaggregator.c236 GstFlowReturn flow_return; member
275 aggpad->priv->flow_return = GST_FLOW_OK; in gst_aggregator_pad_reset_unlocked()
775 pad->priv->flow_return = data->flow_ret = GST_FLOW_NOT_NEGOTIATED; in gst_aggregator_do_events_and_queries()
841 GstFlowReturn flow_return, gboolean full) in gst_aggregator_pad_set_flushing() argument
846 if (flow_return == GST_FLOW_NOT_LINKED) in gst_aggregator_pad_set_flushing()
847 aggpad->priv->flow_return = MIN (flow_return, aggpad->priv->flow_return); in gst_aggregator_pad_set_flushing()
849 aggpad->priv->flow_return = flow_return; in gst_aggregator_pad_set_flushing()
1118 GstFlowReturn flow_return = GST_FLOW_OK; in gst_aggregator_aggregate_func() local
1124 if ((flow_return = events_query_data.flow_ret) != GST_FLOW_OK) in gst_aggregator_aggregate_func()
1141 if ((flow_return = events_query_data.flow_ret) != GST_FLOW_OK) in gst_aggregator_aggregate_func()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/gme/
Dgstgme.c319 GstFlowReturn flow_return; in gst_gme_play() local
349 if ((flow_return = gst_pad_push (gme->srcpad, out)) != GST_FLOW_OK) { in gst_gme_play()
351 gst_flow_get_name (flow_return)); in gst_gme_play()
355 if (flow_return == GST_FLOW_EOS) { in gst_gme_play()
357 } else if (flow_return < GST_FLOW_EOS || flow_return == GST_FLOW_NOT_LINKED) { in gst_gme_play()
358 GST_ELEMENT_FLOW_ERROR (gme, flow_return); in gst_gme_play()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtsparse.c66 GstFlowReturn flow_return; member
409 tspad->flow_return = GST_FLOW_NOT_LINKED; in mpegts_parse_create_tspad()
606 tspad->flow_return = GST_FLOW_NOT_LINKED; in pad_clear_for_push()
645 tspad->flow_return = in mpegts_parse_push()
648 tspad->flow_return = mpegts_parse_tspad_push (parse, tspad, packet); in mpegts_parse_push()
652 if (G_UNLIKELY (tspad->flow_return != GST_FLOW_OK in mpegts_parse_push()
653 && tspad->flow_return != GST_FLOW_NOT_LINKED)) { in mpegts_parse_push()
655 ret = tspad->flow_return; in mpegts_parse_push()
662 ret = tspad->flow_return; in mpegts_parse_push()
/third_party/gstreamer/gstplugins_bad/sys/shm/
Dgstshmsrc.h57 GstFlowReturn flow_return; member
/third_party/gstreamer/gstreamer/gst/
Dgstelement.h365 #define GST_ELEMENT_FLOW_ERROR(el,flow_return) \ argument
369 ("streaming stopped, reason %s (%d)", gst_flow_get_name (flow_return), flow_return), \
370 ("flow-return", G_TYPE_INT, flow_return, NULL));\
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dmpegtsmux.c380 GstFlowReturn flow_return; member
488 data->flow_return = gst_pad_push (data->pad, data->buffer); in pad_push_thread()
/third_party/gstreamer/gstreamer/
DChangeLog5797 aggregator: remove duplicated test of flow_return in pad_chain_internal
6346 aggregator: Consistenly lock the flow_return state
6779 aggregator: Reset flow_return *after* stopping the srcpad task.
/third_party/gstreamer/gstplugins_bad/
DChangeLog35521 aggregator: remove duplicated test of flow_return in pad_chain_internal
60703 aggregator: Consistenly lock the flow_return state
69534 aggregator: Reset flow_return *after* stopping the srcpad task.
/third_party/gstreamer/gstplugins_good/
DChangeLog82828 - if (!GST_FLOW_IS_FATAL (dec->flow_return) && !dec->sent_root) {
82829 + if (dec->flow_return != GST_FLOW_OK && !dec->sent_root) {