Searched refs:muxcaps (Results 1 – 1 of 1) sorted by relevance
292 GstCaps *muxcaps; in test_pipeline() local294 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()