Home | History | Annotate | Download | only in gstreamer

Lines Matching refs:caps

476     GstCaps* caps = GST_PAD_CAPS(pad);
487 if (!GST_IS_CAPS(caps) || !gst_caps_is_fixed(caps)
488 || !gst_video_format_parse_caps(caps, 0, &originalWidth, &originalHeight)
489 || !gst_video_parse_caps_pixel_aspect_ratio(caps, &pixelAspectRatioNumerator,
492 // The video-sink has likely not yet negotiated its caps.
1465 GstCaps* caps = gst_type_find_factory_get_caps(factory);
1468 if (!caps)
1471 for (guint structureIndex = 0; structureIndex < gst_caps_get_size(caps); structureIndex++) {
1472 GstStructure* structure = gst_caps_get_structure(caps, structureIndex);
1742 g_signal_connect(pad, "notify::caps", G_CALLBACK(mediaPlayerPrivateVideoSinkCapsChangedCallback), this);