Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/tests/check/pipelines/
Dsimple-launch-lines.c249 got_handoff (GstElement * sink, GstBuffer * buf, GstPad * pad, gpointer unused) in got_handoff() function
274 g_signal_connect (fakesink, "handoff", G_CALLBACK (got_handoff), NULL); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/
Dgstgdkanimation.c251 got_handoff (GstElement * fakesink, GstBuffer * buffer, GstPad * pad, in got_handoff() function
326 g_signal_connect (sink, "handoff", (GCallback) got_handoff, iter); in gst_gdk_animation_iter_create_pipeline()
/third_party/gstreamer/gstreamer/
DChangeLog129600 * check/pipelines/simple_launch_lines.c (got_handoff): Application