Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/
Dgstplayer-media-info.c75 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()
Dgstplayer-media-info.h35 #define GST_IS_PLAYER_STREAM_INFO(obj) \ macro