Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/check/pipelines/
Doggmux.c292 GstCaps *muxcaps; in test_pipeline() local
294 muxcaps = gst_pad_get_current_caps (sinkpad); in test_pipeline()
295 fail_unless (muxcaps != NULL); in test_pipeline()
296 s = gst_caps_get_structure (muxcaps, 0); in test_pipeline()
301 gst_caps_unref (muxcaps); in test_pipeline()