Home
last modified time | relevance | path

Searched refs:GST_MESSAGE_PROGRESS (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstmessage.c102 {GST_MESSAGE_PROGRESS, "progress", 0},
2444 message = gst_message_new_custom (GST_MESSAGE_PROGRESS, src, structure); in gst_message_new_progress()
2465 g_return_if_fail (GST_MESSAGE_TYPE (message) == GST_MESSAGE_PROGRESS); in gst_message_parse_progress()
Dgstmessage.h168 GST_MESSAGE_PROGRESS = (1 << 25), enumerator
Dgstenumtypes.c884 { C_FLAGS(GST_MESSAGE_PROGRESS), "GST_MESSAGE_PROGRESS", "progress" }, in gst_message_type_get_type()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstmessage.c416 fail_unless (GST_MESSAGE_TYPE (message) == GST_MESSAGE_PROGRESS); in GST_START_TEST()
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c834 case GST_MESSAGE_PROGRESS: in bus_handler()