Searched refs:GST_DFBVIDEOSINK_VER (Results 1 – 2 of 2) sorted by relevance
29 #define GST_DFBVIDEOSINK_VER(a,b,c) (((a) << 16) | ((b) << 8) | (c)) macro30 #define DIRECTFB_VER GST_DFBVIDEOSINK_VER(DIRECTFB_MAJOR_VERSION,DIRECTFB_MINOR_VERSION,DIRECTFB_MI…
994 #if (DIRECTFB_VER >= GST_DFBVIDEOSINK_VER (1,6,0)) in gst_dfbvideosink_setup()1089 #if (DIRECTFB_VER >= GST_DFBVIDEOSINK_VER (1,6,0)) in gst_dfbvideosink_cleanup()