Lines Matching refs:agg
150 static gboolean gst_gl_stereo_mix_stop (GstAggregator * agg);
151 static gboolean gst_gl_stereo_mix_start (GstAggregator * agg);
152 static gboolean gst_gl_stereo_mix_src_query (GstAggregator * agg,
235 gst_gl_stereo_mix_query_caps (GstPad * pad, GstAggregator * agg, in gst_gl_stereo_mix_query_caps() argument
242 caps = gst_pad_get_current_caps (agg->srcpad); in gst_gl_stereo_mix_query_caps()
244 caps = gst_pad_get_pad_template_caps (agg->srcpad); in gst_gl_stereo_mix_query_caps()
257 gst_gl_stereo_mix_src_query (GstAggregator * agg, GstQuery * query) in gst_gl_stereo_mix_src_query() argument
261 return gst_gl_stereo_mix_query_caps (agg->srcpad, agg, query); in gst_gl_stereo_mix_src_query()
267 return GST_AGGREGATOR_CLASS (parent_class)->src_query (agg, query); in gst_gl_stereo_mix_src_query()
460 gst_gl_stereo_mix_start (GstAggregator * agg) in gst_gl_stereo_mix_start() argument
462 GstGLStereoMix *mix = GST_GL_STEREO_MIX (agg); in gst_gl_stereo_mix_start()
464 if (!GST_AGGREGATOR_CLASS (parent_class)->start (agg)) in gst_gl_stereo_mix_start()
477 gst_gl_stereo_mix_stop (GstAggregator * agg) in gst_gl_stereo_mix_stop() argument
479 GstGLStereoMix *mix = GST_GL_STEREO_MIX (agg); in gst_gl_stereo_mix_stop()
481 if (!GST_AGGREGATOR_CLASS (parent_class)->stop (agg)) in gst_gl_stereo_mix_stop()
622 _negotiated_caps (GstAggregator * agg, GstCaps * caps) in _negotiated_caps() argument
624 GstVideoAggregator *vagg = GST_VIDEO_AGGREGATOR (agg); in _negotiated_caps()
631 if (!GST_AGGREGATOR_CLASS (parent_class)->negotiated_src_caps (agg, caps)) in _negotiated_caps()