Home
last modified time | relevance | path

Searched refs:GstBus (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/third_party/gstreamer/gstreamer/gst/
Dgstbus.h25 typedef struct _GstBus GstBus; typedef
36 #define GST_BUS(bus) (G_TYPE_CHECK_INSTANCE_CAST ((bus), GST_TYPE_BUS, GstBus))
41 #define GST_BUS_CAST(bus) ((GstBus*)(bus))
86 typedef GstBusSyncReply (*GstBusSyncHandler) (GstBus * bus, GstMessage * message, gpointer user_…
106 typedef gboolean (*GstBusFunc) (GstBus * bus, GstMessage * message, gpointer user_…
143 void (*message) (GstBus *bus, GstMessage *message);
152 void (*sync_message) (GstBus *bus, GstMessage *message);
162 GstBus* gst_bus_new (void);
165 gboolean gst_bus_post (GstBus * bus, GstMessage * message);
168 gboolean gst_bus_have_pending (GstBus * bus);
[all …]
Dgstbus.c158 G_DEFINE_TYPE_WITH_PRIVATE (GstBus, gst_bus, GST_TYPE_OBJECT);
164 GstBus *bus = GST_BUS_CAST (object); in gst_bus_set_property()
179 GstBus *bus = GST_BUS_CAST (object); in gst_bus_constructed()
249 gst_bus_init (GstBus * bus) in gst_bus_init()
262 GstBus *bus = GST_BUS (object); in gst_bus_dispose()
289 GstBus *bus = GST_BUS (object); in gst_bus_finalize()
304 GstBus *
307 GstBus *result; in gst_bus_new()
329 gst_bus_post (GstBus * bus, GstMessage * message) in gst_bus_post()
453 gst_bus_have_pending (GstBus * bus) in gst_bus_have_pending()
[all …]
/third_party/gstreamer/gstplugins_base/tests/icles/playback/
Dtest7.c57 warning_cb (GstBus * bus, GstMessage * msg, gpointer foo) in warning_cb()
71 error_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in error_cb()
87 eos_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in eos_cb()
94 new_clock_cb (GstBus * bus, GstMessage * msg, gpointer nothing) in new_clock_cb()
103 clock_lost_cb (GstBus * bus, GstMessage * msg, GstElement * playbin) in clock_lost_cb()
129 GstBus *bus; in main()
Ddecodetest.c23 warning_cb (GstBus * bus, GstMessage * msg, gpointer foo) in warning_cb()
37 error_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in error_cb()
53 eos_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in eos_cb()
60 state_cb (GstBus * bus, GstMessage * msg, GstElement * pipeline) in state_cb()
108 GstBus *bus; in main()
Dtest3.c50 warning_cb (GstBus * bus, GstMessage * msg, gpointer foo) in warning_cb()
64 error_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in error_cb()
80 eos_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in eos_cb()
93 GstBus *bus; in main()
Dtest2.c24 error_eos_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in error_eos_cb()
34 GstBus *bus; in main()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/
Dpipeline.h60 GstBus* m_bus;
67 static gboolean bus_call (GstBus *bus, GstMessage *msg, Pipeline* p);
68 static gboolean sync_bus_call (GstBus *bus, GstMessage *msg, Pipeline* p);
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwidgetvideooverlay/
Dpipeline.h50 GstBus* m_bus;
63 static gboolean bus_call (GstBus *bus, GstMessage *msg, Pipeline* p);
66 … static GstBusSyncReply create_window (GstBus* bus, GstMessage* message, const Pipeline* pipeline);
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/mousevideooverlay/
Dpipeline.h52 GstBus* m_bus;
66 static gboolean bus_call (GstBus *bus, GstMessage *msg, Pipeline* p);
70 … static GstBusSyncReply create_window (GstBus* bus, GstMessage* message, const Pipeline* pipeline);
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/
Dvorbisdec.c35 element_message_cb (GstBus * bus, GstMessage * message, gpointer user_data) in element_message_cb()
47 eos_message_cb (GstBus * bus, GstMessage * message, gpointer user_data) in eos_message_cb()
57 GstBus *bus; in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Dstepping2.c49 handle_sync_message (GstBus * bus, GstMessage * message, gpointer data) in handle_sync_message()
65 handle_message (GstBus * bus, GstMessage * message, gpointer data) in handle_message()
99 GstBus *bus; in main()
/third_party/gstreamer/gstplugins_base/tests/examples/gio/
Dgiosrc-mounting.c41 gst_bus_set_flushing ((GstBus *) user_data, FALSE); in mount_cb()
52 message_handler (GstBus * bus, GstMessage * message, gpointer user_data) in message_handler()
100 GstBus *bus; in main()
/third_party/gstreamer/gstplugins_bad/tests/examples/msdk/
Dtest-roi.c64 cb_msg (GstBus * bus, GstMessage * msg, gpointer data) in cb_msg()
91 cb_msg_eos (GstBus * bus, GstMessage * msg, gpointer data) in cb_msg_eos()
99 cb_msg_error (GstBus * bus, GstMessage * msg, gpointer data) in cb_msg_error()
198 GstBus *bus; in main()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstcontext.c155 GstBus *bus; in GST_START_TEST()
194 sync_handler (GstBus * bus, GstMessage * message, gpointer user_data) in sync_handler()
213 GstBus *bus; in GST_START_TEST()
248 GstBus *bus; in GST_START_TEST()
290 GstBus *bus; in GST_START_TEST()
326 GstBus *bus; in GST_START_TEST()
372 GstBus *bus; in GST_START_TEST()
Dgstbus.c26 static GstBus *test_bus = NULL;
109 message_func_eos (GstBus * bus, GstMessage * message, guint * p_counter) in message_func_eos()
129 message_func_app (GstBus * bus, GstMessage * message, guint * p_counter) in message_func_app()
293 dummy_bus_func (GstBus * bus, GstMessage * msg, gpointer user_data) in dummy_bus_func()
320 message_func (GstBus * bus, GstMessage * message, gpointer data) in message_func()
446 message_check_func (GstBus * bus, GstMessage * message, gpointer data) in message_check_func()
705 GstBus *bus = GST_BUS_CAST (data); in pop_thread()
742 cb_bus_call (GstBus * bus, GstMessage * msg, gpointer data) in cb_bus_call()
782 GstBus *bus; in GST_START_TEST()
824 test_async_sync_handler (GstBus * bus, GstMessage * msg, gpointer user_data) in test_async_sync_handler()
[all …]
/third_party/gstreamer/gstreamer/tests/examples/streams/
Dstream-status.c5 event_loop (GstBus * bus, GstElement * pipe) in event_loop()
49 sync_bus_handler (GstBus * bus, GstMessage * message, GstElement * bin) in sync_bus_handler()
106 GstBus *bus; in main()
Drtpool-test.c9 event_loop (GstBus * bus, GstElement * pipe) in event_loop()
54 sync_bus_handler (GstBus * bus, GstMessage * message, GstElement * bin) in sync_bus_handler()
123 GstBus *bus; in main()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dopenjpeg.c58 GstBus *bus; in setup_openjpegenc()
92 GstBus *bus; in cleanup_openjpegenc()
166 bus_cb (GstBus * bus, GstMessage * message, gpointer data) in bus_cb()
198 GstBus *bus; in run_openjpeg_pipeline()
Dwasapi.c38 src_reuse_bus_handler (GstBus * bus, GstMessage * message, in src_reuse_bus_handler()
104 GstBus *bus; in wasapisrc_reuse()
164 sink_reuse_bus_watch_cb (GstBus * bus, GstMessage * message, gpointer user_data) in sink_reuse_bus_watch_cb()
194 GstBus *bus; in wasapisink_reuse()
Dwasapi2.c39 src_reuse_bus_handler (GstBus * bus, GstMessage * message, in src_reuse_bus_handler()
105 GstBus *bus; in wasapi2src_reuse()
165 sink_reuse_bus_watch_cb (GstBus * bus, GstMessage * message, gpointer user_data) in sink_reuse_bus_watch_cb()
195 GstBus *bus; in wasapi2sink_reuse()
/third_party/gstreamer/gstplugins_base/tests/examples/app/
Dappsink-src2.c70 on_source_message (GstBus * bus, GstMessage * message, ProgramData * data) in on_source_message()
94 on_sink_message (GstBus * bus, GstMessage * message, ProgramData * data) in on_sink_message()
117 GstBus *bus = NULL; in main()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dlevel.c149 GstBus *bus; in GST_START_TEST()
207 GstBus *bus; in GST_START_TEST()
249 GstBus *bus; in GST_START_TEST()
307 GstBus *bus; in GST_START_TEST()
385 GstBus *bus; in GST_START_TEST()
444 GstBus *bus; in GST_START_TEST()
509 GstBus *bus; in GST_START_TEST()
548 GstBus *bus; in GST_START_TEST()
/third_party/gstreamer/gstreamer/tests/examples/netclock/
Dnetclock-client.c6 handle_bus_message (GstBus * bus, GstMessage * message, GstClock * client_clock) in handle_bus_message()
28 GstBus *bus; in main()
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dtsmux-prog-map.c42 _on_bus_message (GstBus * bus, GstMessage * message, GMainLoop * mainloop) in _on_bus_message()
59 GstBus *bus; in main()
/third_party/gstreamer/gstplugins_base/tests/examples/dynamic/
Daddstream.c113 message_received (GstBus * bus, GstMessage * message, GstPipeline * pipeline) in message_received()
133 eos_message_received (GstBus * bus, GstMessage * message, in eos_message_received()
219 GstBus *bus; in main()

12345678910>>...13