Home
last modified time | relevance | path

Searched refs:GST_MESSAGE_APPLICATION (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstbus.c69 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/
Dsimple-launch-lines.c295 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/
Dtest-resample.c110 GST_MESSAGE_ERROR | GST_MESSAGE_APPLICATION, 50 * GST_MSECOND); in main()
/third_party/gstreamer/gstplugins_bad/gst/inter/
Dgstintertest.c456 case GST_MESSAGE_APPLICATION: in gst_inter_test_handle_message()
/third_party/gstreamer/gstplugins_bad/tools/
Dgst-app-maker477 case GST_MESSAGE_APPLICATION:
/third_party/gstreamer/gstreamer/gst/
Dgstmessage.h157 GST_MESSAGE_APPLICATION = (1 << 14), enumerator
Dgstmessage.c91 {GST_MESSAGE_APPLICATION, "application", 0},
1002 return gst_message_new_custom (GST_MESSAGE_APPLICATION, src, structure); in gst_message_new_application()
Dgstenumtypes.c869 { C_FLAGS(GST_MESSAGE_APPLICATION), "GST_MESSAGE_APPLICATION", "application" }, in gst_message_type_get_type()
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c802 case GST_MESSAGE_APPLICATION:{ in bus_handler()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/
Dgsttranscoder.c429 msg = gst_message_new_custom (GST_MESSAGE_APPLICATION, in api_bus_post_message()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dplay.c387 gst_bus_timed_pop_filtered (bus, -1, GST_MESSAGE_APPLICATION); in process_play_messages()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dgstdiscoverer.c1615 case GST_MESSAGE_APPLICATION:{ in handle_message()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay.c317 msg = gst_message_new_custom (GST_MESSAGE_APPLICATION, in api_bus_post_message()