Go to the documentation of this file.
16 #ifndef __GST_TENSOR_CONVERTER_MEDIA_NO_VIDEO_H__
17 #define __GST_TENSOR_CONVERTER_MEDIA_NO_VIDEO_H__
20 #error This header is not supported if NO_VIDEO is not defined
23 #define append_video_caps_template(caps)
24 #define is_video_supported(...) FALSE
26 #define GstVideoInfo gsize
46 #define gst_video_info_init(i) memset (i, 0, sizeof (GstVideoInfo))
47 #define gst_video_info_from_caps(...) FALSE
48 #define gst_video_format_to_string(...) "Unknown"
50 #define GST_VIDEO_INFO_FORMAT(...) GST_VIDEO_FORMAT_UNKNOWN
51 #define GST_VIDEO_INFO_WIDTH(...) 0
52 #define GST_VIDEO_INFO_HEIGHT(...) 0
53 #define GST_VIDEO_INFO_SIZE(...) 0
54 #define GST_VIDEO_INFO_FPS_N(...) 0
55 #define GST_VIDEO_INFO_FPS_D(...) 1