gst_plugins_good/gst/camerabin/camerabinimage.h
changeset 10 6f340f756486
parent 2 5505e8908944
equal deleted inserted replaced
9:2a0f36a70380 10:6f340f756486
    70 struct _GstCameraBinImageClass
    70 struct _GstCameraBinImageClass
    71 {
    71 {
    72   GstBinClass parent_class;
    72   GstBinClass parent_class;
    73 };
    73 };
    74 
    74 
       
    75 #ifdef __SYMBIAN32__
       
    76 IMPORT_C
       
    77 #endif
    75 GType gst_camerabin_image_get_type (void);
    78 GType gst_camerabin_image_get_type (void);
    76 
    79 
    77 void
    80 void
    78 gst_camerabin_image_set_encoder (GstCameraBinImage * img, GstElement * encoder);
    81 gst_camerabin_image_set_encoder (GstCameraBinImage * img, GstElement * encoder);
    79 
    82