ArvGst

ArvGst — Gstreamer utilities

Synopsis

const char *        arv_pixel_format_to_gst_caps_string (ArvPixelFormat pixel_format);
ArvPixelFormat      arv_pixel_format_from_gst_caps      (const char *name,
                                                         int bpp,
                                                         int depth,
                                                         guint32 fourcc);

Description

Details

arv_pixel_format_to_gst_caps_string ()

const char *        arv_pixel_format_to_gst_caps_string (ArvPixelFormat pixel_format);

pixel_format :

a pixel format

Returns :

a gstreamer caps string describing the given pixel_format.

arv_pixel_format_from_gst_caps ()

ArvPixelFormat      arv_pixel_format_from_gst_caps      (const char *name,
                                                         int bpp,
                                                         int depth,
                                                         guint32 fourcc);