Searched refs:gst_play_stream_info_get_codec (Results 1 – 4 of 4) sorted by relevance
71 const gchar* gst_play_stream_info_get_codec (const GstPlayStreamInfo *info);
135 gst_play_stream_info_get_codec (const GstPlayStreamInfo * info) in gst_play_stream_info_get_codec() function
572 fail_unless_equals_string (gst_play_stream_info_get_codec (stream), in test_audio_info()581 fail_unless_equals_string (gst_play_stream_info_get_codec (stream), in test_audio_info()608 fail_unless (strstr (gst_play_stream_info_get_codec (stream), in test_video_info()610 || strstr (gst_play_stream_info_get_codec (stream), "H264") != NULL); in test_video_info()636 fail_unless_equals_string (gst_play_stream_info_get_codec (stream), in test_subtitle_info()
124 return gst_play_stream_info_get_codec (info->info); in gst_player_stream_info_get_codec()