Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/
Dgstplayer-media-info.c166 g_return_val_if_fail (GST_IS_PLAYER_VIDEO_INFO (info), -1); in gst_player_video_info_get_width()
180 g_return_val_if_fail (GST_IS_PLAYER_VIDEO_INFO (info), -1); in gst_player_video_info_get_height()
196 g_return_if_fail (GST_IS_PLAYER_VIDEO_INFO (info)); in gst_player_video_info_get_framerate()
214 g_return_if_fail (GST_IS_PLAYER_VIDEO_INFO (info)); in gst_player_video_info_get_pixel_aspect_ratio()
229 g_return_val_if_fail (GST_IS_PLAYER_VIDEO_INFO (info), -1); in gst_player_video_info_get_bitrate()
244 g_return_val_if_fail (GST_IS_PLAYER_VIDEO_INFO (info), -1); in gst_player_video_info_get_max_bitrate()
487 if (GST_IS_PLAYER_VIDEO_INFO (ref)) in gst_player_stream_info_copy()
518 else if (GST_IS_PLAYER_VIDEO_INFO (s)) in gst_player_media_info_copy()
592 } else if (GST_IS_PLAYER_VIDEO_INFO (s)) { in gst_player_media_info_wrapped()
Dgstplayer-media-info.h74 #define GST_IS_PLAYER_VIDEO_INFO(obj) \ macro