Searched refs:GST_MESSAGE_APPLICATION (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstbus.c | 69 g_return_if_fail (GST_MESSAGE_TYPE (m) == GST_MESSAGE_APPLICATION); in pull_messages() 134 g_return_val_if_fail (GST_MESSAGE_TYPE (message) == GST_MESSAGE_APPLICATION, in message_func_app() 322 g_return_if_fail (GST_MESSAGE_TYPE (message) == GST_MESSAGE_APPLICATION); in message_func() 419 gst_message_unref (gst_bus_poll (test_bus, GST_MESSAGE_APPLICATION, in GST_START_TEST() 451 g_return_if_fail (GST_MESSAGE_TYPE (message) == GST_MESSAGE_APPLICATION); in message_check_func() 581 GST_MESSAGE_ANY ^ GST_MESSAGE_APPLICATION); in GST_START_TEST() 584 GST_MESSAGE_ANY ^ GST_MESSAGE_APPLICATION); in GST_START_TEST() 593 GST_MESSAGE_ANY ^ GST_MESSAGE_APPLICATION); in GST_START_TEST() 598 msg = gst_bus_timed_pop_filtered (test_bus, 0, GST_MESSAGE_APPLICATION); in GST_START_TEST() 600 fail_unless_equals_int (GST_MESSAGE_TYPE (msg), GST_MESSAGE_APPLICATION); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstreamer/tests/check/pipelines/ |
D | simple-launch-lines.c | 295 message = gst_bus_poll (bus, GST_MESSAGE_APPLICATION, GST_SECOND / 2); in GST_START_TEST() 302 fail_unless (rmessage == GST_MESSAGE_APPLICATION, in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | test-resample.c | 110 GST_MESSAGE_ERROR | GST_MESSAGE_APPLICATION, 50 * GST_MSECOND); in main()
|
/third_party/gstreamer/gstplugins_bad/gst/inter/ |
D | gstintertest.c | 456 case GST_MESSAGE_APPLICATION: in gst_inter_test_handle_message()
|
/third_party/gstreamer/gstplugins_bad/tools/ |
D | gst-app-maker | 477 case GST_MESSAGE_APPLICATION:
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstmessage.h | 157 GST_MESSAGE_APPLICATION = (1 << 14), enumerator
|
D | gstmessage.c | 91 {GST_MESSAGE_APPLICATION, "application", 0}, 1002 return gst_message_new_custom (GST_MESSAGE_APPLICATION, src, structure); in gst_message_new_application()
|
D | gstenumtypes.c | 869 { C_FLAGS(GST_MESSAGE_APPLICATION), "GST_MESSAGE_APPLICATION", "application" }, in gst_message_type_get_type()
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-launch.c | 802 case GST_MESSAGE_APPLICATION:{ in bus_handler()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/ |
D | gsttranscoder.c | 429 msg = gst_message_new_custom (GST_MESSAGE_APPLICATION, in api_bus_post_message()
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | play.c | 387 gst_bus_timed_pop_filtered (bus, -1, GST_MESSAGE_APPLICATION); in process_play_messages()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstdiscoverer.c | 1615 case GST_MESSAGE_APPLICATION:{ in handle_message()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/ |
D | gstplay.c | 317 msg = gst_message_new_custom (GST_MESSAGE_APPLICATION, in api_bus_post_message()
|