gstreamer-check-0.10 Reference Manual

Synopsis

public    static weak Buffer            buffer_straw_get_buffer   ( Element             bin,
                                                                    Pad                 pad ) ;
public    static void                   buffer_straw_start_pipeline ( Element             bin,
                                                                    Pad                 pad ) ;
public    static void                   buffer_straw_stop_pipeline ( Element             bin,
                                                                    Pad                 pad ) ;
public    static void                   check_abi_list            ( CheckABIStruct[]    list,
                                                                    bool                have_abi_sizes ) ;
public    static FlowReturn             check_chain_func          ( Pad                 pad,
                                                                    Buffer              buffer ) ;
public    static void                   check_init                ( int                 argc,
                                                                    string              argv ) ;
public    static void                   check_message_error       ( Message             message,
                                                                    MessageType         type,
                                                                    GLib.Quark          domain,
                                                                    int                 code ) ;
public    static int                    check_run_suite           ( void**              suite,
                                                                    string              name,
                                                                    string              fname ) ;
public    static weak Element           check_setup_element       ( string              factory ) ;
public    static weak Pad               check_setup_sink_pad      ( Element             element,
                                                                    StaticPadTemplate   template,
                                                                    Caps                caps ) ;
public    static weak Pad               check_setup_src_pad       ( Element             element,
                                                                    StaticPadTemplate   template,
                                                                    Caps                caps ) ;
public    static void                   check_teardown_element    ( Element             element ) ;
public    static void                   check_teardown_sink_pad   ( Element             element ) ;
public    static void                   check_teardown_src_pad    ( Element             element ) ;

Details

buffer_straw_get_buffer ()

public    static weak Buffer            buffer_straw_get_buffer   ( Element             bin,
                                                                    Pad                 pad ) ;		

buffer_straw_start_pipeline ()

public    static void                   buffer_straw_start_pipeline ( Element             bin,
                                                                    Pad                 pad ) ;		

buffer_straw_stop_pipeline ()

public    static void                   buffer_straw_stop_pipeline ( Element             bin,
                                                                    Pad                 pad ) ;		

check_abi_list ()

public    static void                   check_abi_list            ( CheckABIStruct[]    list,
                                                                    bool                have_abi_sizes ) ;		

check_chain_func ()

public    static FlowReturn             check_chain_func          ( Pad                 pad,
                                                                    Buffer              buffer ) ;		

check_init ()

public    static void                   check_init                ( int                 argc,
                                                                    string              argv ) ;		

check_message_error ()

public    static void                   check_message_error       ( Message             message,
                                                                    MessageType         type,
                                                                    GLib.Quark          domain,
                                                                    int                 code ) ;		

check_run_suite ()

public    static int                    check_run_suite           ( void**              suite,
                                                                    string              name,
                                                                    string              fname ) ;		

check_setup_element ()

public    static weak Element           check_setup_element       ( string              factory ) ;		

check_setup_sink_pad ()

public    static weak Pad               check_setup_sink_pad      ( Element             element,
                                                                    StaticPadTemplate   template,
                                                                    Caps                caps ) ;		

check_setup_src_pad ()

public    static weak Pad               check_setup_src_pad       ( Element             element,
                                                                    StaticPadTemplate   template,
                                                                    Caps                caps ) ;		

check_teardown_element ()

public    static void                   check_teardown_element    ( Element             element ) ;		

check_teardown_sink_pad ()

public    static void                   check_teardown_sink_pad   ( Element             element ) ;		

check_teardown_src_pad ()

public    static void                   check_teardown_src_pad    ( Element             element ) ;		


Created by Valadoc