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