Home
last modified time | relevance | path

Searched refs:GST_IS_PLAY_STREAM_INFO (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay-media-info.c82 g_return_val_if_fail (GST_IS_PLAY_STREAM_INFO (info), -1); in gst_play_stream_info_get_index()
100 g_return_val_if_fail (GST_IS_PLAY_STREAM_INFO (info), NULL); in gst_play_stream_info_get_stream_type()
120 g_return_val_if_fail (GST_IS_PLAY_STREAM_INFO (info), NULL); in gst_play_stream_info_get_tags()
137 g_return_val_if_fail (GST_IS_PLAY_STREAM_INFO (info), NULL); in gst_play_stream_info_get_codec()
153 g_return_val_if_fail (GST_IS_PLAY_STREAM_INFO (info), NULL); in gst_play_stream_info_get_caps()
Dgstplay-media-info.h39 #define GST_IS_PLAY_STREAM_INFO(obj) \ macro