Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/tests/examples/v4l2/
Dv4l2src-renegotiate.c60 bus_callback (GstBus * bus, GstMessage * message, gpointer data) in bus_callback() function
153 gst_bus_add_watch (bus, bus_callback, NULL); in main()
/third_party/gstreamer/gstplugins_bad/tests/examples/mxf/
Dmxfdemux-structure.c122 bus_callback (GstBus * bus, GstMessage * message, gpointer data) in bus_callback() function
228 gst_bus_add_watch (bus, bus_callback, NULL); in main()
/third_party/gstreamer/gstplugins_bad/tests/examples/camerabin2/
Dgst-camera2.c235 bus_callback (GstBus * bus, GstMessage * message, gpointer data) in bus_callback() function
318 gst_bus_add_watch (bus, bus_callback, NULL); in main()
Dgst-camerabin2-test.c422 bus_callback (GstBus * bus, GstMessage * message, gpointer data) in bus_callback() function
677 gst_bus_add_watch (bus, bus_callback, NULL); in setup_pipeline()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/basecamerabinsrc/
Dgstcamerabinpreview.c45 bus_callback (GstBus * bus, GstMessage * message, gpointer user_data) in bus_callback() function
193 gst_bus_add_watch (bus, bus_callback, data); in gst_camerabin_create_preview_pipeline()
/third_party/gstreamer/gstplugins_bad/
DChangeLog98936 mxf-example: make bus_callback consistent
98937 Simplify the bus_callback to make it consisten with other examples.