gstreamer-video-0.10 Reference Manual

Synopsis

public    static bool                   video_calculate_display_ratio ( uint                dar_n,
                                                                    uint                dar_d,
                                                                    uint                video_width,
                                                                    uint                video_height,
                                                                    uint                video_par_n,
                                                                    uint                video_par_d,
                                                                    uint                display_par_n,
                                                                    uint                display_par_d ) ;
public    static bool                   video_format_convert      ( VideoFormat         format,
                                                                    int                 width,
                                                                    int                 height,
                                                                    int                 fps_n,
                                                                    int                 fps_d,
                                                                    Format              src_format,
                                                                    int64               src_value,
                                                                    Format              dest_format,
                                                                    int64               dest_value ) ;
public    static VideoFormat            video_format_from_fourcc  ( uint                fourcc ) ;
public    static int                    video_format_get_component_height ( VideoFormat         format,
                                                                    int                 component,
                                                                    int                 height ) ;
public    static int                    video_format_get_component_offset ( VideoFormat         format,
                                                                    int                 component,
                                                                    int                 width,
                                                                    int                 height ) ;
public    static int                    video_format_get_component_width ( VideoFormat         format,
                                                                    int                 component,
                                                                    int                 width ) ;
public    static int                    video_format_get_pixel_stride ( VideoFormat         format,
                                                                    int                 component ) ;
public    static int                    video_format_get_row_stride ( VideoFormat         format,
                                                                    int                 component,
                                                                    int                 width ) ;
public    static int                    video_format_get_size     ( VideoFormat         format,
                                                                    int                 width,
                                                                    int                 height ) ;
public    static bool                   video_format_has_alpha    ( VideoFormat         format ) ;
public    static bool                   video_format_is_rgb       ( VideoFormat         format ) ;
public    static bool                   video_format_is_yuv       ( VideoFormat         format ) ;
public    static weak Caps              video_format_new_caps     ( VideoFormat         format,
                                                                    int                 width,
                                                                    int                 height,
                                                                    int                 framerate_n,
                                                                    int                 framerate_d,
                                                                    int                 par_n,
                                                                    int                 par_d ) ;
public    static bool                   video_format_parse_caps   ( Caps                caps,
                                                                    VideoFormat         format,
                                                                    int                 width,
                                                                    int                 height ) ;
public    static uint                   video_format_to_fourcc    ( VideoFormat         format ) ;
public    static GLib.Value             video_frame_rate          ( Pad                 pad ) ;
public    static bool                   video_get_size            ( Pad                 pad,
                                                                    int                 width,
                                                                    int                 height ) ;
public    static bool                   video_parse_caps_framerate ( Caps                caps,
                                                                    int                 fps_n,
                                                                    int                 fps_d ) ;
public    static bool                   video_parse_caps_pixel_aspect_ratio ( Caps                caps,
                                                                    int                 par_n,
                                                                    int                 par_d ) ;

Details

video_calculate_display_ratio ()

public    static bool                   video_calculate_display_ratio ( uint                dar_n,
                                                                    uint                dar_d,
                                                                    uint                video_width,
                                                                    uint                video_height,
                                                                    uint                video_par_n,
                                                                    uint                video_par_d,
                                                                    uint                display_par_n,
                                                                    uint                display_par_d ) ;		

video_format_convert ()

public    static bool                   video_format_convert      ( VideoFormat         format,
                                                                    int                 width,
                                                                    int                 height,
                                                                    int                 fps_n,
                                                                    int                 fps_d,
                                                                    Format              src_format,
                                                                    int64               src_value,
                                                                    Format              dest_format,
                                                                    int64               dest_value ) ;		

video_format_from_fourcc ()

public    static VideoFormat            video_format_from_fourcc  ( uint                fourcc ) ;		

video_format_get_component_height ()

public    static int                    video_format_get_component_height ( VideoFormat         format,
                                                                    int                 component,
                                                                    int                 height ) ;		

video_format_get_component_offset ()

public    static int                    video_format_get_component_offset ( VideoFormat         format,
                                                                    int                 component,
                                                                    int                 width,
                                                                    int                 height ) ;		

video_format_get_component_width ()

public    static int                    video_format_get_component_width ( VideoFormat         format,
                                                                    int                 component,
                                                                    int                 width ) ;		

video_format_get_pixel_stride ()

public    static int                    video_format_get_pixel_stride ( VideoFormat         format,
                                                                    int                 component ) ;		

video_format_get_row_stride ()

public    static int                    video_format_get_row_stride ( VideoFormat         format,
                                                                    int                 component,
                                                                    int                 width ) ;		

video_format_get_size ()

public    static int                    video_format_get_size     ( VideoFormat         format,
                                                                    int                 width,
                                                                    int                 height ) ;		

video_format_has_alpha ()

public    static bool                   video_format_has_alpha    ( VideoFormat         format ) ;		

video_format_is_rgb ()

public    static bool                   video_format_is_rgb       ( VideoFormat         format ) ;		

video_format_is_yuv ()

public    static bool                   video_format_is_yuv       ( VideoFormat         format ) ;		

video_format_new_caps ()

public    static weak Caps              video_format_new_caps     ( VideoFormat         format,
                                                                    int                 width,
                                                                    int                 height,
                                                                    int                 framerate_n,
                                                                    int                 framerate_d,
                                                                    int                 par_n,
                                                                    int                 par_d ) ;		

video_format_parse_caps ()

public    static bool                   video_format_parse_caps   ( Caps                caps,
                                                                    VideoFormat         format,
                                                                    int                 width,
                                                                    int                 height ) ;		

video_format_to_fourcc ()

public    static uint                   video_format_to_fourcc    ( VideoFormat         format ) ;		

video_frame_rate ()

public    static GLib.Value             video_frame_rate          ( Pad                 pad ) ;		

video_get_size ()

public    static bool                   video_get_size            ( Pad                 pad,
                                                                    int                 width,
                                                                    int                 height ) ;		

video_parse_caps_framerate ()

public    static bool                   video_parse_caps_framerate ( Caps                caps,
                                                                    int                 fps_n,
                                                                    int                 fps_d ) ;		

video_parse_caps_pixel_aspect_ratio ()

public    static bool                   video_parse_caps_pixel_aspect_ratio ( Caps                caps,
                                                                    int                 par_n,
                                                                    int                 par_d ) ;		


Created by Valadoc