Searched refs:dev_caps (Results 1 – 2 of 2) sorted by relevance
162 if (self->dev_caps) { in gst_avdtp_sink_stop()163 gst_caps_unref(self->dev_caps); in gst_avdtp_sink_stop()164 self->dev_caps = NULL; in gst_avdtp_sink_stop()748 if (self->dev_caps != NULL) in gst_avdtp_sink_update_caps()749 gst_caps_unref(self->dev_caps); in gst_avdtp_sink_update_caps()750 self->dev_caps = gst_caps_new_full(sbc_structure, NULL); in gst_avdtp_sink_update_caps()752 gst_caps_append_structure(self->dev_caps, mpeg_structure); in gst_avdtp_sink_update_caps()754 tmp = gst_caps_to_string(self->dev_caps); in gst_avdtp_sink_update_caps()1247 self->dev_caps = NULL; in gst_avdtp_sink_init()1360 if (sink->dev_caps == NULL) in gst_avdtp_sink_get_device_caps()[all …]
67 GstCaps *dev_caps; member