/third_party/gstreamer/gstplugins_good/sys/waveform/ |
D | gstwaveformsink.c | 168 wfsink->cached_caps = NULL; in gst_waveform_sink_init() 184 if (wfsink->cached_caps) { in gst_waveform_sink_finalise() 185 gst_caps_unref (wfsink->cached_caps); in gst_waveform_sink_finalise() 186 wfsink->cached_caps = NULL; in gst_waveform_sink_finalise() 203 if (wfsink->cached_caps) { in gst_waveform_sink_getcaps() 204 return gst_caps_ref (wfsink->cached_caps); in gst_waveform_sink_getcaps() 322 wfsink->cached_caps = gst_caps_ref (caps); in gst_waveform_sink_getcaps()
|
D | gstwaveformsink.h | 67 GstCaps *cached_caps; member
|
/third_party/gstreamer/gstplugins_bad/sys/tinyalsa/ |
D | tinyalsasink.c | 137 if (sink->cached_caps) { in gst_tinyalsa_sink_getcaps() 139 caps = gst_caps_ref (sink->cached_caps); in gst_tinyalsa_sink_getcaps() 212 gst_caps_replace (&sink->cached_caps, caps); in gst_tinyalsa_sink_getcaps() 366 gst_caps_replace (&sink->cached_caps, NULL); in gst_tinyalsa_sink_unprepare() 500 sink->cached_caps = NULL; in gst_tinyalsa_sink_init()
|
D | tinyalsasink.h | 48 GstCaps *cached_caps; /* for queries made while the device is open */ member
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi/ |
D | gstwasapisink.c | 224 if (self->cached_caps != NULL) { in gst_wasapi_sink_finalize() 225 gst_caps_unref (self->cached_caps); in gst_wasapi_sink_finalize() 226 self->cached_caps = NULL; in gst_wasapi_sink_finalize() 344 if (self->cached_caps) { in gst_wasapi_sink_get_caps() 345 caps = gst_caps_ref (self->cached_caps); in gst_wasapi_sink_get_caps() 382 gst_caps_replace (&self->cached_caps, caps); in gst_wasapi_sink_get_caps()
|
D | gstwasapisink.h | 58 GstCaps *cached_caps; member
|
D | gstwasapisrc.h | 60 GstCaps *cached_caps; member
|
D | gstwasapisrc.c | 263 g_clear_pointer (&self->cached_caps, gst_caps_unref); in gst_wasapi_src_finalize() 359 if (self->cached_caps) { in gst_wasapi_src_get_caps() 360 caps = gst_caps_ref (self->cached_caps); in gst_wasapi_src_get_caps() 397 gst_caps_replace (&self->cached_caps, caps); in gst_wasapi_src_get_caps()
|
/third_party/gstreamer/gstplugins_bad/sys/winks/ |
D | gstksvideodevice.c | 76 GstCaps *cached_caps; member 401 priv->cached_caps = gst_caps_new_empty (); in gst_ks_video_device_open() 406 gst_caps_append (priv->cached_caps, in gst_ks_video_device_open() 458 if (priv->cached_caps != NULL) { in gst_ks_video_device_close() 459 gst_caps_unref (priv->cached_caps); in gst_ks_video_device_close() 460 priv->cached_caps = NULL; in gst_ks_video_device_close() 477 return gst_caps_ref (priv->cached_caps); in gst_ks_video_device_get_available_caps() 725 if (!gst_caps_is_subset (caps, priv->cached_caps)) { in gst_ks_video_device_set_caps() 727 gchar *string_c_caps = gst_caps_to_string (priv->cached_caps); in gst_ks_video_device_set_caps()
|
/third_party/gstreamer/gstplugins_good/sys/osxaudio/ |
D | gstosxcoreaudio.c | 51 core_audio->cached_caps = NULL; in gst_core_audio_init() 110 core_audio->cached_caps = NULL; in gst_core_audio_new() 136 gst_caps_replace (&core_audio->cached_caps, NULL); in gst_core_audio_close() 150 gst_caps_replace (&core_audio->cached_caps, NULL); in gst_core_audio_open()
|
D | gstosxaudiosrc.c | 266 caps = gst_caps_ref (osxbuf->core_audio->cached_caps); in gst_osx_audio_src_get_caps() 276 gst_caps_replace (&osxbuf->core_audio->cached_caps, caps); in gst_osx_audio_src_get_caps()
|
D | gstosxaudiosink.c | 342 caps = gst_caps_ref (osxbuf->core_audio->cached_caps); in gst_osx_audio_sink_getcaps() 352 gst_caps_replace (&osxbuf->core_audio->cached_caps, caps); in gst_osx_audio_sink_getcaps()
|
D | gstosxcoreaudio.h | 91 GstCaps *cached_caps; member
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsasrc.c | 299 alsasrc->cached_caps = NULL; in gst_alsasrc_init() 328 if (src->cached_caps) { in gst_alsasrc_getcaps() 331 return gst_caps_intersect_full (filter, src->cached_caps, in gst_alsasrc_getcaps() 334 return gst_caps_ref (src->cached_caps); in gst_alsasrc_getcaps() 349 src->cached_caps = gst_caps_ref (caps); in gst_alsasrc_getcaps() 898 gst_caps_replace (&alsa->cached_caps, NULL); in gst_alsasrc_close()
|
D | gstalsasink.c | 258 alsasink->cached_caps = NULL; in gst_alsasink_init() 296 if (sink->cached_caps) { in gst_alsasink_getcaps() 298 caps = gst_caps_intersect_full (filter, sink->cached_caps, in gst_alsasink_getcaps() 303 sink->cached_caps, filter, caps); in gst_alsasink_getcaps() 306 caps = gst_caps_ref (sink->cached_caps); in gst_alsasink_getcaps() 327 sink->cached_caps = gst_caps_ref (caps); in gst_alsasink_getcaps() 997 gst_caps_replace (&alsa->cached_caps, NULL); in gst_alsasink_close()
|
D | gstalsasrc.h | 59 GstCaps *cached_caps; member
|
D | gstalsasink.h | 75 GstCaps *cached_caps; member
|
/third_party/gstreamer/gstplugins_good/sys/directsound/ |
D | gstdirectsoundsink.c | 219 dsoundsink->cached_caps = NULL; in gst_directsound_sink_init() 286 if (dsoundsink->cached_caps) { in gst_directsound_sink_getcaps() 287 caps = gst_caps_ref (dsoundsink->cached_caps); in gst_directsound_sink_getcaps() 296 dsoundsink->cached_caps = gst_caps_ref (caps); in gst_directsound_sink_getcaps() 593 gst_caps_replace (&dsoundsink->cached_caps, NULL); in gst_directsound_sink_close()
|
D | gstdirectsoundsink.h | 80 GstCaps *cached_caps; member
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 40254 cached_caps when we cannot lock on osxbuf.
|