Home
last modified time | relevance | path

Searched refs:gst_play_video_info_get_height (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay-media-info.h110 gint gst_play_video_info_get_height (const GstPlayVideoInfo * info);
Dgstplay-media-info.c202 gst_play_video_info_get_height (const GstPlayVideoInfo * info) in gst_play_video_info_get_height() function
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/
Dgstplayer-media-info.c182 return gst_play_video_info_get_height (info->info); in gst_player_video_info_get_height()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dplay.c612 fail_unless_equals_int (gst_play_video_info_get_height (video_info), 240); in test_video_info()