Lines Matching refs:appsink
151 receive_sample (GstAppSink * appsink, gpointer user_data G_GNUC_UNUSED) in receive_sample() argument
159 g_signal_emit_by_name (appsink, "pull-sample", &sample); in receive_sample()
223 GstElement *appsink; in test_playback() local
233 appsink = gst_element_factory_make ("appsink", NULL); in test_playback()
234 fail_if (appsink == NULL); in test_playback()
235 g_object_set (G_OBJECT (appsink), "sync", FALSE, NULL); in test_playback()
237 g_object_set (G_OBJECT (pipeline), "video-sink", appsink, NULL); in test_playback()
248 gst_app_sink_set_callbacks (GST_APP_SINK (appsink), &callbacks, NULL, NULL); in test_playback()
366 new_sample_verify_continuous_timestamps (GstAppSink * appsink, in new_sample_verify_continuous_timestamps() argument
374 sample = gst_app_sink_pull_sample (appsink); in new_sample_verify_continuous_timestamps()
381 GST_OBJECT_NAME (appsink), GST_TIME_ARGS (*prev_ts), in new_sample_verify_continuous_timestamps()
391 new_sample_verify_1sec_offset (GstAppSink * appsink, gpointer user_data) in new_sample_verify_1sec_offset() argument
398 sample = gst_app_sink_pull_sample (appsink); in new_sample_verify_1sec_offset()
405 GST_TIME_FORMAT ")", GST_OBJECT_NAME (appsink), in new_sample_verify_1sec_offset()