Home | History | Annotate | Download | only in audio

Lines Matching full:caps

65 	struct bt_get_capabilities_rsp *caps; /* Bluetooth device caps */
248 struct bt_get_capabilities_rsp *rsp = sink->data->caps;
268 GstCaps *caps,
275 GstStructure *structure = gst_caps_get_structure(caps, 0);
297 GST_ERROR_OBJECT(sink, "Invalid rate while setting caps");
620 GST_LOG_OBJECT(self, "parsing mpeg caps");
740 GST_LOG_OBJECT(self, "updating device caps");
782 GST_ERROR_OBJECT(self, "Error while asking device caps");
790 GST_ERROR_OBJECT(self, "Error while getting device caps");
794 self->data->caps = g_malloc0(rsp->h.length);
795 memcpy(self->data->caps, rsp, rsp->h.length);
861 * are outside caps */
956 GstAvdtpSink *self, GstCaps *caps,
962 GstStructure *structure = gst_caps_get_structure(caps, 0);
1022 GST_ERROR_OBJECT(self, "Invalid rate while setting caps");
1033 GstCaps *caps)
1046 temp = gst_caps_to_string(caps);
1047 GST_DEBUG_OBJECT(self, "configuring device with caps: %s", temp);
1050 structure = gst_caps_get_structure(caps, 0);
1058 GST_ERROR_OBJECT(self, "Couldn't parse caps "
1094 ret = gst_avdtp_sink_init_sbc_pkt_conf(self, caps,
1097 ret = gst_avdtp_sink_init_mp3_pkt_conf(self, caps,
1101 GST_ERROR_OBJECT(self, "Couldn't parse caps "
1177 guint64 offset, guint size, GstCaps *caps,
1188 gst_buffer_set_caps(*buf, caps);
1367 GstCaps *caps)
1371 GST_DEBUG_OBJECT(self, "setting device caps");
1373 ret = gst_avdtp_sink_configure(self, caps);
1377 self->stream_caps = gst_caps_ref(caps);