Lines Matching refs:vagg
474 static GstCaps *_update_caps (GstVideoAggregator * vagg, GstCaps * caps);
1050 _update_caps (GstVideoAggregator * vagg, GstCaps * caps) in _update_caps() argument
1055 GST_OBJECT_LOCK (vagg); in _update_caps()
1056 for (l = GST_ELEMENT (vagg)->sinkpads; l; l = l->next) { in _update_caps()
1070 GST_OBJECT_UNLOCK (vagg); in _update_caps()
1075 GST_OBJECT_UNLOCK (vagg); in _update_caps()
1077 template_caps = gst_pad_get_pad_template_caps (GST_AGGREGATOR_SRC_PAD (vagg)); in _update_caps()
1086 GstVideoAggregator *vagg = GST_VIDEO_AGGREGATOR (agg); in _fixate_caps() local
1087 GstGLVideoMixer *mix = GST_GL_VIDEO_MIXER (vagg); in _fixate_caps()
1106 GST_OBJECT_LOCK (vagg); in _fixate_caps()
1107 for (l = GST_ELEMENT (vagg)->sinkpads; l; l = l->next) { in _fixate_caps()
1141 GST_OBJECT_UNLOCK (vagg); in _fixate_caps()
1494 GstVideoAggregator *vagg = GST_VIDEO_AGGREGATOR (stuff); in gst_gl_video_mixer_callback() local
1502 out_width = GST_VIDEO_INFO_WIDTH (&vagg->info); in gst_gl_video_mixer_callback()
1503 out_height = GST_VIDEO_INFO_HEIGHT (&vagg->info); in gst_gl_video_mixer_callback()
1576 GST_VIDEO_INFO_PAR_N (&vagg->info), in gst_gl_video_mixer_callback()
1577 GST_VIDEO_INFO_PAR_D (&vagg->info), &pad_width, &pad_height); in gst_gl_video_mixer_callback()