Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwidgetvideooverlay/
Dpipeline.h64 static void cb_new_pad (GstElement* decodebin, GstPad* pad, Pipeline* p);
Dpipeline.cpp79 g_signal_connect (decodebin, "pad-added", G_CALLBACK (cb_new_pad), this); in create()
289 void Pipeline::cb_new_pad (GstElement* decodebin, GstPad* pad, Pipeline* p) in cb_new_pad() function in Pipeline
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/mousevideooverlay/
Dpipeline.h67 static void cb_new_pad (GstElement* decodebin, GstPad* pad, Pipeline* p);
Dpipeline.cpp79 g_signal_connect (decodebin, "pad-added", G_CALLBACK (cb_new_pad), this); in create()
300 void Pipeline::cb_new_pad (GstElement* decodebin, GstPad* pad, Pipeline* p) in cb_new_pad() function in Pipeline
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/cubeyuv/
Dmain.cpp198 static void cb_new_pad (GstElement* decodebin, GstPad* pad, GstElement* identity) in cb_new_pad() function
280 g_signal_connect (decodebin, "pad-added", G_CALLBACK (cb_new_pad), identity); in main()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/doublecube/
Dmain.cpp197 static void cb_new_pad (GstElement* decodebin, GstPad* pad, GstElement* element) in cb_new_pad() function
314 g_signal_connect (decodebin, "pad-added", G_CALLBACK (cb_new_pad), videoconvert); in main()