Searched refs:GstEncodingAudioProfile (Results 1 – 3 of 3) sorted by relevance
98 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_ENCODING_AUDIO_PROFILE, GstEncodingAudioProfile))101 typedef struct _GstEncodingAudioProfile GstEncodingAudioProfile; typedef244 GstEncodingAudioProfile * gst_encoding_audio_profile_new (GstCaps *format,276 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstEncodingAudioProfile, gst_object_unref)
1134 G_DEFINE_TYPE (GstEncodingAudioProfile, gst_encoding_audio_profile,1138 gst_encoding_audio_profile_init (GstEncodingAudioProfile * prof) in gst_encoding_audio_profile_init()1350 GstEncodingAudioProfile *1354 return (GstEncodingAudioProfile *) in gst_encoding_audio_profile_new()
63 GstEncodingAudioProfile *audioprof; in GST_START_TEST()