branch | RCL_3 |
changeset 7 | 567bb019e3e3 |
parent 2 | 5505e8908944 |
child 8 | 7e817e7e631c |
6:9b2c3c7a1a9c | 7:567bb019e3e3 |
---|---|
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, 0); |
58 &g711_encoder_info, (GTypeFlags)0); |
59 |
59 |
60 } |
60 } |
61 |
61 |
62 return g711_encoder_type; |
62 return g711_encoder_type; |
63 } |
63 } |