Searched refs:button_state_playing_cb (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/examples/gtk/ |
D | gtksink.c | 46 button_state_playing_cb (GtkWidget * widget, GstElement * pipeline) in button_state_playing_cb() function 129 G_CALLBACK (button_state_playing_cb), pipeline); in main()
|
D | gtkglsink.c | 52 button_state_playing_cb (GtkWidget * widget, GstElement * pipeline) in button_state_playing_cb() function 139 G_CALLBACK (button_state_playing_cb), pipeline); in main()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/filternovideooverlay/ |
D | main.cpp | 58 static void button_state_playing_cb(GtkWidget* widget, GstElement* pipeline) in button_state_playing_cb() function 117 G_CALLBACK (button_state_playing_cb), pipeline); in main()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/filtervideooverlay/ |
D | main.cpp | 142 static void button_state_playing_cb(GtkWidget* widget, GstElement* pipeline) in button_state_playing_cb() function 216 G_CALLBACK (button_state_playing_cb), pipeline); in main()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/switchvideooverlay/ |
D | main.cpp | 163 static void button_state_playing_cb(GtkWidget* widget, GstElement* pipeline) in button_state_playing_cb() function 228 G_CALLBACK (button_state_playing_cb), pipeline); in main()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/3dvideo/ |
D | main.cpp | 156 button_state_playing_cb (GtkWidget * widget, GstElement * pipeline) in button_state_playing_cb() function 386 G_CALLBACK (button_state_playing_cb), pipeline); in main()
|