Home
last modified time | relevance | path

Searched refs:gst_play_is_play_message (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay.h405 gboolean gst_play_is_play_message (GstMessage *msg);
Dgstplay.c4554 gst_play_is_play_message (GstMessage * msg) in gst_play_is_play_message() function
4567 g_return_if_fail (gst_play_is_play_message (msg)); \
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dplay.c390 if (gst_play_is_play_message (msg)) { in process_play_messages()