Searched refs:psink (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_good/ext/pulse/ |
D | pulsesink.c | 398 gst_pulsering_is_dead (GstPulseSink * psink, GstPulseRingBuffer * pbuf, in gst_pulsering_is_dead() argument 413 GST_ELEMENT_ERROR (psink, RESOURCE, FAILED, ("Disconnected: %s", in gst_pulsering_is_dead() 449 GstPulseSink *psink; in gst_pulsering_context_subscribe_cb() local 459 psink = GST_PULSESINK_CAST (GST_OBJECT_PARENT (pbuf)); in gst_pulsering_context_subscribe_cb() 461 GST_LOG_OBJECT (psink, "type %04x, idx %u", t, idx); in gst_pulsering_context_subscribe_cb() 469 if (psink->device && pbuf->is_pcm && in gst_pulsering_context_subscribe_cb() 470 !g_str_equal (psink->device, in gst_pulsering_context_subscribe_cb() 476 g_free (psink->device); in gst_pulsering_context_subscribe_cb() 477 psink->device = g_strdup (pa_stream_get_device_name (pbuf->stream)); in gst_pulsering_context_subscribe_cb() 479 GST_INFO_OBJECT (psink, "emitting sink-changed"); in gst_pulsering_context_subscribe_cb() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/ |
D | gstappsink.c | 201 static gboolean gst_app_sink_start (GstBaseSink * psink); 202 static gboolean gst_app_sink_stop (GstBaseSink * psink); 205 static GstFlowReturn gst_app_sink_preroll (GstBaseSink * psink, 207 static GstFlowReturn gst_app_sink_render_common (GstBaseSink * psink, 209 static GstFlowReturn gst_app_sink_render (GstBaseSink * psink, 211 static GstFlowReturn gst_app_sink_render_list (GstBaseSink * psink, 214 static GstCaps *gst_app_sink_getcaps (GstBaseSink * psink, GstCaps * filter); 739 gst_app_sink_start (GstBaseSink * psink) in gst_app_sink_start() argument 741 GstAppSink *appsink = GST_APP_SINK_CAST (psink); in gst_app_sink_start() 762 gst_app_sink_stop (GstBaseSink * psink) in gst_app_sink_stop() argument [all …]
|
/third_party/boost/libs/log/src/ |
D | core.cpp | 127 sink_ptr* psink = begin(); in destroy() local 130 psink[i].~sink_ptr(); in destroy()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstpad.c | 2317 GstObject *psrc, *psink; in gst_pad_link_check_hierarchy() local 2320 psink = GST_OBJECT_PARENT (sink); in gst_pad_link_check_hierarchy() 2323 if (G_UNLIKELY (psrc == NULL || psink == NULL)) in gst_pad_link_check_hierarchy() 2327 if (G_UNLIKELY (!GST_IS_ELEMENT (psrc) || !GST_IS_ELEMENT (psink))) in gst_pad_link_check_hierarchy() 2331 if (G_UNLIKELY (psrc == psink)) in gst_pad_link_check_hierarchy() 2338 psink = GST_OBJECT_PARENT (psink); in gst_pad_link_check_hierarchy() 2341 if (G_UNLIKELY (psrc != psink)) in gst_pad_link_check_hierarchy() 2351 GST_PTR_FORMAT, psrc, psink); in gst_pad_link_check_hierarchy() 2358 GST_PTR_FORMAT, psrc, psink); in gst_pad_link_check_hierarchy() 2371 GST_PTR_FORMAT, psrc, psink); in gst_pad_link_check_hierarchy()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaysink.c | 4684 GstPlaySink *psink; in gst_play_sink_request_new_pad() local 4693 psink = GST_PLAY_SINK (element); in gst_play_sink_request_new_pad() 4707 pad = gst_play_sink_request_pad (psink, type); in gst_play_sink_request_new_pad() 4778 GstPlaySink *psink = GST_PLAY_SINK (element); in gst_play_sink_release_request_pad() local 4780 gst_play_sink_release_pad (psink, pad); in gst_play_sink_release_request_pad()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 101 gst_pad_has_current_caps (GST_BASE_SINK_PAD (psink)))) { 102 priv->last_caps = gst_pad_get_current_caps (GST_BASE_SINK_PAD (psink));
|