branch | RCL_3 |
changeset 7 | 567bb019e3e3 |
parent 2 | 5505e8908944 |
child 8 | 7e817e7e631c |
6:9b2c3c7a1a9c | 7:567bb019e3e3 |
---|---|
52 NULL |
52 NULL |
53 }; |
53 }; |
54 |
54 |
55 |
55 |
56 g729_encoder_type = g_type_register_static (G_TYPE_INTERFACE, "GstG729EncoderInterface", |
56 g729_encoder_type = g_type_register_static (G_TYPE_INTERFACE, "GstG729EncoderInterface", |
57 &g729_encoder_info, 0); |
57 &g729_encoder_info, (GTypeFlags)0); |
58 |
58 |
59 } |
59 } |
60 |
60 |
61 return g729_encoder_type; |
61 return g729_encoder_type; |
62 } |
62 } |