Lines Matching refs:newcaps
441 GstCaps *newcaps; in gst_modplug_load_song() local
449 if ((newcaps = gst_pad_get_allowed_caps (modplug->srcpad)) == NULL) { in gst_modplug_load_song()
450 newcaps = gst_pad_get_pad_template_caps (modplug->srcpad); in gst_modplug_load_song()
452 newcaps = gst_caps_make_writable (newcaps); in gst_modplug_load_song()
454 GST_DEBUG_OBJECT (modplug, "allowed caps %" GST_PTR_FORMAT, newcaps); in gst_modplug_load_song()
456 structure = gst_caps_get_structure (newcaps, 0); in gst_modplug_load_song()
467 GST_DEBUG_OBJECT (modplug, "normalized caps %" GST_PTR_FORMAT, newcaps); in gst_modplug_load_song()
469 newcaps = gst_caps_fixate (newcaps); in gst_modplug_load_song()
471 GST_DEBUG_OBJECT (modplug, "fixated caps %" GST_PTR_FORMAT, newcaps); in gst_modplug_load_song()
474 structure = gst_caps_get_structure (newcaps, 0); in gst_modplug_load_song()
491 gst_pad_set_caps (modplug->srcpad, newcaps); in gst_modplug_load_song()
492 gst_caps_unref (newcaps); in gst_modplug_load_song()