Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/tests/check/elements/
Dstreamiddemux.c103 gchar *pad_stream_id, *active_srcpad_stream_id; in chain_ok() local
107 active_srcpad_stream_id = gst_pad_get_stream_id (active_srcpad); in chain_ok()
109 fail_unless (g_strcmp0 (pad_stream_id, active_srcpad_stream_id) == 0); in chain_ok()
112 g_free (active_srcpad_stream_id); in chain_ok()