Searched refs:GstFlowCombiner (Results 1 – 23 of 23) sorted by relevance
43 typedef struct _GstFlowCombiner GstFlowCombiner; typedef46 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 …]
81 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 …]
62 GstFlowCombiner *combiner; in GST_START_TEST()158 GstFlowCombiner *combiner; in GST_START_TEST()237 GstFlowCombiner *combiner = gst_flow_combiner_new (); in GST_START_TEST()
52 GstFlowCombiner *combiner;
48 GstFlowCombiner *flow_combiner;
74 GstFlowCombiner *flowcombiner;
101 GstFlowCombiner *flowcombiner;
63 GstFlowCombiner *flowcombiner;
155 GstFlowCombiner *flowcombiner;
78 GstFlowCombiner *flowcombiner;
169 GstFlowCombiner *flowcombiner;
132 GstFlowCombiner *flowcombiner;
248 GstFlowCombiner *flowcombiner;
61 GstFlowCombiner *flow_combiner;
93 GstFlowCombiner *flowcombiner;
136 GstFlowCombiner *flow_combiner;
78 GstFlowCombiner *flow_combiner;
79 GstFlowCombiner *flowcombiner;
4591 avdemux: use GstFlowCombiner
49773 flvdemux: Use GstFlowCombiner49785 matroskademux: use GstFlowCombiner49794 avidemux: use GstFlowCombiner49795 Removes flow return combination code to use the newly added GstFlowCombiner49801 qtdemux: use GstFlowCombiner49803 handled by core gstutils' GstFlowCombiner
77431 tsparse: Use GstFlowCombiner113080 mxfdemux: use GstFlowCombiner113081 Removes flow return combination code to use the newly added GstFlowCombiner113088 mpegdemux: use GstFlowCombiner113089 Removes flow return combination code to use the newly added GstFlowCombiner113096 tsdemux: use GstFlowCombiner113097 Removes flow return combination code to use the newly added GstFlowCombiner
15782 The functions were introduced in version 1.12.1, GstFlowCombiner was35713 docs: add GstFlowCombiner35729 flowcombiner: add GstFlowCombiner
68128 oggdemux: use new gstutils helper GstFlowCombiner