gst_plugins_symbian/gst/devsound/gstg711decoderinterface.c
branchRCL_3
changeset 29 567bb019e3e3
parent 2 5505e8908944
child 30 7e817e7e631c
equal deleted inserted replaced
6:9b2c3c7a1a9c 29:567bb019e3e3
    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, 0);
    59         &g711_decoder_info, (GTypeFlags)0);
    60 
    60 
    61   }
    61   }
    62 
    62 
    63   return g711_decoder_type;
    63   return g711_decoder_type;
    64 }
    64 }