gst_plugins_symbian/gst/devsound/gstilbcdecoderinterface.c
branchRCL_3
changeset 29 567bb019e3e3
parent 2 5505e8908944
child 30 7e817e7e631c
equal deleted inserted replaced
6:9b2c3c7a1a9c 29:567bb019e3e3
    53       NULL
    53       NULL
    54     };
    54     };
    55 
    55 
    56   
    56   
    57     ilbc_decoder_type = g_type_register_static (G_TYPE_INTERFACE, "GstIlbcDecoderInterface",
    57     ilbc_decoder_type = g_type_register_static (G_TYPE_INTERFACE, "GstIlbcDecoderInterface",
    58         &ilbc_decoder_info, 0);
    58         &ilbc_decoder_info, (GTypeFlags)0);
    59   
    59   
    60   }
    60   }
    61 
    61 
    62   return ilbc_decoder_type;
    62   return ilbc_decoder_type;
    63 }
    63 }