Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/rtp/
Drtp-gstreamer.c85 GstElement *appsrc = NULL, *pay = NULL, *capsf = NULL, *rtpbin = NULL, *sink = NULL; in init_send_pipeline() local
101 MAKE_ELEMENT(capsf, "capsfilter"); in init_send_pipeline()
107 gst_bin_add_many(GST_BIN(c->pipeline), appsrc, pay, capsf, rtpbin, sink, NULL); in init_send_pipeline()
150 g_object_set(capsf, "caps", caps, NULL); in init_send_pipeline()
156 !gst_element_link(pay, capsf) || in init_send_pipeline()
157 !gst_element_link_pads(capsf, "src", rtpbin, "send_rtp_sink_0") || in init_send_pipeline()
165 !gst_element_link(pay, capsf) || in init_send_pipeline()
166 !gst_element_link_pads(capsf, "src", rtpbin, "send_rtp_sink_0") || in init_send_pipeline()
194 if (capsf) in init_send_pipeline()
195 gst_object_unref(capsf); in init_send_pipeline()
/third_party/pulseaudio/src/modules/bluetooth/
Da2dp-codec-aptx-gst.c272 GstElement *bin, *sink, *src, *capsf; in gst_init_aptx() local
337 capsf = gst_element_factory_make("capsfilter", "aptx_capsfilter"); in gst_init_aptx()
338 if (!capsf) { in gst_init_aptx()
347 g_object_set(capsf, "caps", caps, NULL); in gst_init_aptx()
352 src = capsf; in gst_init_aptx()
361 sink = capsf; in gst_init_aptx()
388 gst_object_unref(GST_OBJECT(capsf)); in gst_init_aptx()