Searched refs:outputSinkPad (Results 1 – 1 of 1) sorted by relevance
232 GstPad *outputSinkPad; in handle_new_stream() local240 outputSinkPad = gst_element_get_static_pad (session->output, "sink"); in handle_new_stream()241 g_assert_cmpint (gst_pad_link (newPad, outputSinkPad), ==, GST_PAD_LINK_OK); in handle_new_stream()242 gst_object_unref (outputSinkPad); in handle_new_stream()