Searched refs:GST_IS_PLAYER_STREAM_INFO (Results 1 – 2 of 2) sorted by relevance
75 g_return_val_if_fail (GST_IS_PLAYER_STREAM_INFO (info), -1); in gst_player_stream_info_get_index()92 g_return_val_if_fail (GST_IS_PLAYER_STREAM_INFO (info), NULL); in gst_player_stream_info_get_stream_type()106 g_return_val_if_fail (GST_IS_PLAYER_STREAM_INFO (info), NULL); in gst_player_stream_info_get_tags()122 g_return_val_if_fail (GST_IS_PLAYER_STREAM_INFO (info), NULL); in gst_player_stream_info_get_codec()136 g_return_val_if_fail (GST_IS_PLAYER_STREAM_INFO (info), NULL); in gst_player_stream_info_get_caps()
35 #define GST_IS_PLAYER_STREAM_INFO(obj) \ macro