gst_plugins_symbian/gst/devsound/gstg711encoderinterface.c
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
    53       NULL
    53       NULL
    54     };
    54     };
    55 
    55 
    56   
    56   
    57     g711_encoder_type = g_type_register_static (G_TYPE_INTERFACE, "GstG711EncoderInterface",
    57     g711_encoder_type = g_type_register_static (G_TYPE_INTERFACE, "GstG711EncoderInterface",
    58         &g711_encoder_info, (GTypeFlags)0);
    58         &g711_encoder_info, 0);
    59   
    59   
    60   }
    60   }
    61 
    61 
    62   return g711_encoder_type;
    62   return g711_encoder_type;
    63 }
    63 }