Searched refs:current_out (Results 1 – 4 of 4) sorted by relevance
76 GstCaps *current_out; in push_and_test() local106 current_out = gst_pad_get_current_caps (mysinkpad); in push_and_test()107 fail_unless (gst_caps_is_equal (out_caps, current_out)); in push_and_test()108 gst_caps_unref (current_out); in push_and_test()
619 BIO *current_out = NULL; in encoder_process() local626 current_out = data->bio; in encoder_process()627 else if ((current_out = allocated_out = BIO_new(BIO_s_mem())) in encoder_process()632 ok = (cbio = ossl_core_bio_new_from_bio(current_out)) != NULL; in encoder_process()
297 self.current_out = b""1151 message = self.current_out + message1153 self.current_out = lines.pop()