Home
last modified time | relevance | path

Searched refs:rescaps (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/examples/encoding/
Dencoding.c281 GstCaps *profilecaps, *rescaps; in transcode_file() local
300 g_object_get (src, "caps", &rescaps, NULL); in transcode_file()
301 rescaps = gst_caps_copy (rescaps); in transcode_file()
303 gst_caps_append (rescaps, profilecaps); in transcode_file()
306 g_object_set (src, "uri", uri, "caps", rescaps, NULL); in transcode_file()
Dgstcapslist.c49 clear_caps (GstCaps * caps, GstCaps * rescaps) in clear_caps() argument
80 gst_caps_append_structure (rescaps, st); in clear_caps()