Home
last modified time | relevance | path

Searched refs:stream_caps (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluez/audio/
Dgstavdtpsink.c158 if (self->stream_caps) { in gst_avdtp_sink_stop()
159 gst_caps_unref(self->stream_caps); in gst_avdtp_sink_stop()
160 self->stream_caps = NULL; in gst_avdtp_sink_stop()
895 self->stream_caps = NULL; in gst_avdtp_sink_start()
1377 if (self->stream_caps) in gst_avdtp_sink_set_device_caps()
1378 gst_caps_unref(self->stream_caps); in gst_avdtp_sink_set_device_caps()
1379 self->stream_caps = gst_caps_ref(caps); in gst_avdtp_sink_set_device_caps()
Dgstavdtpsink.h65 GstCaps *stream_caps; member