Home
last modified time | relevance | path

Searched refs:GstFlowCombiner (Results 1 – 23 of 23) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstflowcombiner.h43 typedef struct _GstFlowCombiner GstFlowCombiner; typedef
46 GstFlowCombiner * gst_flow_combiner_new (void);
49 GstFlowCombiner * gst_flow_combiner_ref (GstFlowCombiner * combiner);
52 void gst_flow_combiner_unref (GstFlowCombiner * combiner);
55 void gst_flow_combiner_free (GstFlowCombiner * combiner);
58 GstFlowReturn gst_flow_combiner_update_flow (GstFlowCombiner * combiner, GstFlowReturn fret);
61 GstFlowReturn gst_flow_combiner_update_pad_flow (GstFlowCombiner * combiner, GstPad * pad,
64 void gst_flow_combiner_add_pad (GstFlowCombiner * combiner, GstPad * pad);
67 void gst_flow_combiner_remove_pad (GstFlowCombiner * combiner, GstPad * pad);
70 void gst_flow_combiner_clear (GstFlowCombiner * combiner);
[all …]
Dgstflowcombiner.c81 G_DEFINE_BOXED_TYPE_WITH_CODE (GstFlowCombiner, gst_flow_combiner,
95 GstFlowCombiner *
98 GstFlowCombiner *combiner = g_slice_new (GstFlowCombiner); in gst_flow_combiner_new()
119 gst_flow_combiner_free (GstFlowCombiner * combiner) in gst_flow_combiner_free()
134 GstFlowCombiner *
135 gst_flow_combiner_ref (GstFlowCombiner * combiner) in gst_flow_combiner_ref()
153 gst_flow_combiner_unref (GstFlowCombiner * combiner) in gst_flow_combiner_unref()
164 g_slice_free (GstFlowCombiner, combiner); in gst_flow_combiner_unref()
177 gst_flow_combiner_clear (GstFlowCombiner * combiner) in gst_flow_combiner_clear()
199 gst_flow_combiner_reset (GstFlowCombiner * combiner) in gst_flow_combiner_reset()
[all …]
/third_party/gstreamer/gstreamer/tests/check/libs/
Dflowcombiner.c62 GstFlowCombiner *combiner; in GST_START_TEST()
158 GstFlowCombiner *combiner; in GST_START_TEST()
237 GstFlowCombiner *combiner = gst_flow_combiner_new (); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstccextractor.h52 GstFlowCombiner *combiner;
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dgstsctpdec.h48 GstFlowCombiner *flow_combiner;
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtsparse.h74 GstFlowCombiner *flowcombiner;
Dtsdemux.h101 GstFlowCombiner *flowcombiner;
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-demux.h63 GstFlowCombiner *flowcombiner;
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstmpegdemux.h155 GstFlowCombiner *flowcombiner;
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvdemux.h78 GstFlowCombiner *flowcombiner;
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavidemux.h169 GstFlowCombiner *flowcombiner;
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.h132 GstFlowCombiner *flowcombiner;
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfdemux.h248 GstFlowCombiner *flowcombiner;
/third_party/gstreamer/gstplugins_bad/gst/codecalpha/
Dgstcodecalphademux.c61 GstFlowCombiner *flow_combiner;
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h93 GstFlowCombiner *flowcombiner;
/third_party/gstreamer/gstplugins_bad/ext/wpe/
Dgstwpesrcbin.cpp136 GstFlowCombiner *flow_combiner;
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgsttestsrcbin.c78 GstFlowCombiner *flow_combiner;
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavdemux.c79 GstFlowCombiner *flowcombiner;
/third_party/gstreamer/gst_libav/
DChangeLog4591 avdemux: use GstFlowCombiner
/third_party/gstreamer/gstplugins_good/
DChangeLog49773 flvdemux: Use GstFlowCombiner
49785 matroskademux: use GstFlowCombiner
49794 avidemux: use GstFlowCombiner
49795 Removes flow return combination code to use the newly added GstFlowCombiner
49801 qtdemux: use GstFlowCombiner
49803 handled by core gstutils' GstFlowCombiner
/third_party/gstreamer/gstplugins_bad/
DChangeLog77431 tsparse: Use GstFlowCombiner
113080 mxfdemux: use GstFlowCombiner
113081 Removes flow return combination code to use the newly added GstFlowCombiner
113088 mpegdemux: use GstFlowCombiner
113089 Removes flow return combination code to use the newly added GstFlowCombiner
113096 tsdemux: use GstFlowCombiner
113097 Removes flow return combination code to use the newly added GstFlowCombiner
/third_party/gstreamer/gstreamer/
DChangeLog15782 The functions were introduced in version 1.12.1, GstFlowCombiner was
35713 docs: add GstFlowCombiner
35729 flowcombiner: add GstFlowCombiner
/third_party/gstreamer/gstplugins_base/
DChangeLog68128 oggdemux: use new gstutils helper GstFlowCombiner