Searched refs:next_caps (Results 1 – 2 of 2) sorted by relevance
253 GstCaps *next_caps; in stereosplit_transform_caps() local255 next_caps = in stereosplit_transform_caps()259 return next_caps; in stereosplit_transform_caps()
1627 GstCaps *next_caps = GST_CAPS (obj); in gst_app_src_create() local1630 if (next_caps && priv->current_caps) in gst_app_src_create()1631 caps_changed = !gst_caps_is_equal (next_caps, priv->current_caps); in gst_app_src_create()1633 caps_changed = (next_caps != priv->current_caps); in gst_app_src_create()1635 gst_caps_replace (&priv->current_caps, next_caps); in gst_app_src_create()1637 if (next_caps) { in gst_app_src_create()1638 gst_caps_unref (next_caps); in gst_app_src_create()