• Home
  • Raw
  • Download

Lines Matching refs:agg

147 _negotiated_caps (GstAggregator * agg, GstCaps * caps)  in _negotiated_caps()  argument
149 GstGLMixer *mix = GST_GL_MIXER (agg); in _negotiated_caps()
156 ret = GST_AGGREGATOR_CLASS (parent_class)->negotiated_src_caps (agg, caps); in _negotiated_caps()
182 gst_gl_mixer_propose_allocation (GstAggregator * agg, in gst_gl_mixer_propose_allocation() argument
185 GstGLMixer *mix = GST_GL_MIXER (agg); in gst_gl_mixer_propose_allocation()
186 GstGLBaseMixer *base_mix = GST_GL_BASE_MIXER (agg); in gst_gl_mixer_propose_allocation()
196 (agg, agg_pad, decide_query, query)) in gst_gl_mixer_propose_allocation()
308 gst_gl_mixer_sink_query (GstAggregator * agg, GstAggregatorPad * bpad, in gst_gl_mixer_sink_query() argument
312 GstGLMixer *mix = GST_GL_MIXER (agg); in gst_gl_mixer_sink_query()
339 ret = GST_AGGREGATOR_CLASS (parent_class)->sink_query (agg, bpad, query); in gst_gl_mixer_sink_query()
379 static gboolean gst_gl_mixer_src_query (GstAggregator * agg, GstQuery * query);
380 static gboolean gst_gl_mixer_stop (GstAggregator * agg);
381 static gboolean gst_gl_mixer_start (GstAggregator * agg);
392 static gboolean gst_gl_mixer_decide_allocation (GstAggregator * agg,
478 gst_gl_mixer_query_caps (GstPad * pad, GstAggregator * agg, GstQuery * query) in gst_gl_mixer_query_caps() argument
484 template_caps = gst_pad_get_pad_template_caps (agg->srcpad); in gst_gl_mixer_query_caps()
511 gst_gl_mixer_src_query (GstAggregator * agg, GstQuery * query) in gst_gl_mixer_src_query() argument
517 res = gst_gl_mixer_query_caps (agg->srcpad, agg, query); in gst_gl_mixer_src_query()
520 res = GST_AGGREGATOR_CLASS (parent_class)->src_query (agg, query); in gst_gl_mixer_src_query()
562 gst_gl_mixer_decide_allocation (GstAggregator * agg, GstQuery * query) in gst_gl_mixer_decide_allocation() argument
564 GstGLBaseMixer *base_mix = GST_GL_BASE_MIXER (agg); in gst_gl_mixer_decide_allocation()
574 if (!GST_AGGREGATOR_CLASS (gst_gl_mixer_parent_class)->decide_allocation (agg, in gst_gl_mixer_decide_allocation()
580 GST_WARNING_OBJECT (agg, "No OpenGL context"); in gst_gl_mixer_decide_allocation()
747 gst_gl_mixer_start (GstAggregator * agg) in gst_gl_mixer_start() argument
749 return GST_AGGREGATOR_CLASS (parent_class)->start (agg); in gst_gl_mixer_start()
753 gst_gl_mixer_stop (GstAggregator * agg) in gst_gl_mixer_stop() argument
755 GstGLMixer *mix = GST_GL_MIXER (agg); in gst_gl_mixer_stop()
759 return GST_AGGREGATOR_CLASS (parent_class)->stop (agg); in gst_gl_mixer_stop()