Home
last modified time | relevance | path

Searched refs:gst_object_ref (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkfence.c109 fence->device = gst_object_ref (device); in gst_vulkan_fence_new()
148 fence->device = gst_object_ref (device); in gst_vulkan_fence_new_always_signalled()
205 pool->device = gst_object_ref (device); in gst_vulkan_fence_cache_new()
226 fence->cache = gst_object_ref (pool); in gst_vulkan_fence_cache_acquire_impl()
228 fence->device = gst_object_ref (pool->device); in gst_vulkan_fence_cache_acquire_impl()
256 fence->device = gst_object_ref (pool->device); in gst_vulkan_fence_cache_free()
Dgstvkdescriptorcache.c89 ret->pool = gst_object_ref (pool); in gst_vulkan_descriptor_cache_new()
98 handle_pool->device = gst_object_ref (pool->device); in gst_vulkan_descriptor_cache_new()
113 set->cache = gst_object_ref (pool); in gst_vulkan_descriptor_cache_acquire_impl()
Dgstvkdescriptorpool.c111 ret->device = gst_object_ref (device); in gst_vulkan_descriptor_pool_new_wrapped()
135 return pool->device ? gst_object_ref (pool->device) : NULL; in gst_vulkan_descriptor_pool_get_device()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglbasemixer.c296 display = gst_object_ref (mix->display); in gst_gl_base_mixer_sink_query()
298 local = gst_object_ref (mix->context); in gst_gl_base_mixer_sink_query()
300 other = gst_object_ref (mix->priv->other_context); in gst_gl_base_mixer_sink_query()
471 old_display = mix->display ? gst_object_ref (mix->display) : NULL; in gst_gl_base_mixer_set_context()
476 new_display = mix->display ? gst_object_ref (mix->display) : NULL; in gst_gl_base_mixer_set_context()
548 display = gst_object_ref (mix->display); in gst_gl_base_mixer_src_query()
550 local = gst_object_ref (mix->context); in gst_gl_base_mixer_src_query()
552 other = gst_object_ref (mix->priv->other_context); in gst_gl_base_mixer_src_query()
692 ret = mix->context ? gst_object_ref (mix->context) : NULL; in gst_gl_base_mixer_get_gl_context()
Dgstglstereosplit.c178 stereosplit->display ? gst_object_ref (stereosplit->display) : NULL; in stereosplit_set_context()
186 stereosplit->display ? gst_object_ref (stereosplit->display) : NULL; in stereosplit_set_context()
723 display = gst_object_ref (split->display); in stereosplit_src_query()
725 local = gst_object_ref (split->context); in stereosplit_src_query()
727 other = gst_object_ref (split->other_context); in stereosplit_src_query()
770 display = gst_object_ref (split->display); in stereosplit_sink_query()
772 local = gst_object_ref (split->context); in stereosplit_sink_query()
774 other = gst_object_ref (split->other_context); in stereosplit_sink_query()
Dgstglfiltershader.c433 filtershader->shader = gst_object_ref (shader); in _maybe_recompile_shader()
442 shader = gst_object_ref (filtershader->shader); in _maybe_recompile_shader()
492 filtershader->shader = gst_object_ref (shader); in _maybe_recompile_shader()
501 shader = gst_object_ref (filtershader->shader); in _maybe_recompile_shader()
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstcamerabin2.c883 gst_object_ref (camera->viewfinderbin), in gst_camera_bin_init()
884 gst_object_ref (camera->videobin_capsfilter), in gst_camera_bin_init()
885 gst_object_ref (camera->imagebin_capsfilter), in gst_camera_bin_init()
886 gst_object_ref (camera->viewfinderbin_capsfilter), NULL); in gst_camera_bin_init()
1084 gst_object_ref (camerabin), NULL)) { in gst_camera_bin_handle_message()
1150 *current_filter = gst_object_ref (new_filter); in gst_camera_bin_check_and_replace_filter()
1151 gst_bin_add (GST_BIN_CAST (camera), gst_object_ref (new_filter)); in gst_camera_bin_check_and_replace_filter()
1619 gst_object_ref (camera->video_encodebin), in gst_camera_bin_create_elements()
1620 gst_object_ref (camera->videosink), in gst_camera_bin_create_elements()
1621 gst_object_ref (camera->image_encodebin), in gst_camera_bin_create_elements()
[all …]
Dgstviewfinderbin.c173 vfbin->video_sink = gst_object_ref (vfbin->user_video_sink); in gst_viewfinder_bin_create_elements()
183 gst_bin_add (GST_BIN_CAST (vfbin), gst_object_ref (vfbin->video_sink)); in gst_viewfinder_bin_create_elements()
325 gst_object_ref (sink); in gst_viewfinder_bin_set_video_sink()
Dcamerabingeneral.c131 gst_object_ref (new_elem); in gst_camerabin_try_add_element()
205 elem = try_element (GST_ELEMENT_CAST (bin), gst_object_ref (user_elem)); in gst_camerabin_setup_default_element()
/third_party/gstreamer/gstreamer/gst/
Dgstpluginfeature.c109 return gst_object_ref (feature); in gst_plugin_feature_load()
204 return (GstPlugin *) gst_object_ref (feature->plugin); in gst_plugin_feature_get_plugin()
270 new_list->data = gst_object_ref (list->data); in gst_plugin_feature_list_copy()
278 last->data = gst_object_ref (list->data); in gst_plugin_feature_list_copy()
Dgsttask.c256 task->priv->pool = gst_object_ref (klass->pool); in gst_task_init()
553 result = gst_object_ref (priv->pool); in gst_task_get_pool()
583 priv->pool = gst_object_ref (pool); in gst_task_set_pool()
703 gst_object_ref (task); in start_task()
710 priv->pool_id = gst_object_ref (priv->pool); in start_task()
Dgstobject.c231 gst_object_ref (gpointer object) in gst_object_ref() function
358 gst_object_ref (newobj); in gst_object_replace()
412 gst_object_ref (object); in gst_object_dispose()
762 gst_object_ref (result); in gst_object_get_parent()
848 parent = gst_object_ref (object); in gst_object_has_as_ancestor()
997 gst_object_ref (object); in gst_object_get_path_string()
1297 gst_object_ref (binding); in gst_object_get_control_binding()
Dgstregistry.c676 plugins[i++] = gst_object_ref (walk->data); in gst_registry_plugin_filter()
681 list = g_list_prepend (list, gst_object_ref (plugins[i])); in gst_registry_plugin_filter()
736 *previous = g_list_prepend (*previous, gst_object_ref (feature)); in gst_registry_get_feature_list_or_create()
853 features[i++] = gst_object_ref (walk->data); in gst_registry_feature_filter()
858 list = g_list_prepend (list, gst_object_ref (features[i])); in gst_registry_feature_filter()
905 gst_object_ref (result); in gst_registry_find_plugin()
1004 gst_object_ref (GST_PLUGIN_CAST (g->data)); in gst_registry_get_plugin_list()
1040 gst_object_ref (feature); in gst_registry_lookup_feature()
1060 gst_object_ref (plugin); in gst_registry_lookup_bn()
1487 res = g_list_prepend (res, gst_object_ref (feat)); in _priv_plugin_get_features()
Dgsttracerutils.c171 hook->tracer = gst_object_ref (tracer); in gst_tracing_register_hook_id()
229 tracers = g_list_prepend (tracers, gst_object_ref (hook->tracer)); in gst_tracing_get_active_tracers()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasefilter.c287 display = gst_object_ref (filter->display); in gst_gl_base_filter_query()
289 local = gst_object_ref (filter->context); in gst_gl_base_filter_query()
291 other = gst_object_ref (filter->priv->other_context); in gst_gl_base_filter_query()
504 old_display = filter->display ? gst_object_ref (filter->display) : NULL; in gst_gl_base_filter_set_context()
510 new_display = filter->display ? gst_object_ref (filter->display) : NULL; in gst_gl_base_filter_set_context()
654 ret = filter->context ? gst_object_ref (filter->context) : NULL; in gst_gl_base_filter_get_gl_context()
Dgstglbasesrc.c233 old_display = src->display ? gst_object_ref (src->display) : NULL; in gst_gl_base_src_set_context()
238 new_display = src->display ? gst_object_ref (src->display) : NULL; in gst_gl_base_src_set_context()
272 display = gst_object_ref (src->display); in gst_gl_base_src_query()
274 local = gst_object_ref (src->context); in gst_gl_base_src_query()
276 other = gst_object_ref (src->priv->other_context); in gst_gl_base_src_query()
650 context = gst_object_ref (src->context); in gst_gl_base_src_decide_allocation()
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/
Dd3d11screencapturesrc.cpp98 target = (GstDevice *) gst_object_ref (dev); in enum_devices()
102 target = (GstDevice *) gst_object_ref (dev); in enum_devices()
105 target = (GstDevice *) gst_object_ref (dev); in enum_devices()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstgldisplay_egl.c304 gst_object_ref (data); in _ref_if_set()
335 return gst_object_ref (display); in gst_gl_display_egl_from_gl_display()
368 gst_object_ref (ret), (GDestroyNotify) gst_object_unref); in gst_gl_display_egl_from_gl_display()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgststreamsplitter.c131 srcpad = gst_object_ref (stream_splitter->current); in gst_stream_splitter_chain()
216 srcpad = gst_object_ref (stream_splitter->current); in gst_stream_splitter_sink_event()
310 gst_object_ref (srcpad); in gst_stream_splitter_sink_getcaps()
360 gst_object_ref (srcpad); in gst_stream_splitter_sink_acceptcaps()
442 current ? gst_object_ref (stream_splitter->current) : NULL; in gst_stream_splitter_sink_setcaps()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstconcat.c317 self->sinkpads = g_list_prepend (self->sinkpads, gst_object_ref (sinkpad)); in gst_concat_request_new_pad()
320 self->current_sinkpad = gst_object_ref (sinkpad); in gst_concat_request_new_pad()
405 self->current_sinkpad = gst_object_ref (self->sinkpads->data); in gst_concat_pad_wait()
502 self->current_sinkpad = l ? gst_object_ref (l->data) : NULL; in gst_concat_switch_pad()
748 gst_object_ref (sinkpad); in gst_concat_src_event()
751 sinkpad = gst_object_ref (self->sinkpads->data); in gst_concat_src_event()
763 gst_object_ref (sinkpad); in gst_concat_src_event()
Dgststreamiddemux.c206 gst_object_ref (srcpad)); in gst_streamid_demux_srcpad_create()
225 srcpad = gst_object_ref (demux->active_srcpad); in gst_streamid_demux_chain()
318 srcpad = gst_object_ref (demux->active_srcpad); in gst_streamid_demux_event()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpsession.c382 gst_object_ref (send_rtp_sink); in on_ssrc_collision()
1094 gst_object_ref (clock); in get_current_times()
1382 gst_object_ref (rtp_src); in gst_rtp_session_process_rtp()
1417 gst_object_ref (rtp_src); in gst_rtp_session_send_rtp()
1508 gst_object_ref (rtcp_src); in gst_rtp_session_send_rtcp()
1568 gst_object_ref (sync_src); in gst_rtp_session_sync_rtcp()
1788 gst_object_ref (rtcp_src); in gst_rtp_session_event_recv_rtp_sink()
1915 gst_object_ref (recv_rtp_sink); in gst_rtp_session_event_recv_rtp_src()
1942 otherpad = gst_object_ref (rtpsession->recv_rtp_sink); in gst_rtp_session_iterate_internal_links()
1944 otherpad = gst_object_ref (rtpsession->recv_rtp_src); in gst_rtp_session_iterate_internal_links()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaallocator.c195 gst_object_ref (mem->allocator); in gst_va_memory_pool_flush_unlocked()
325 gst_object_ref (copy->allocator); in gst_va_dmabuf_mem_copy()
449 self->display = gst_object_ref (display); in gst_va_dmabuf_allocator_new()
605 buf->display = gst_object_ref (self->display); in gst_va_dmabuf_allocator_setup_buffer_full()
713 buf->display = gst_object_ref (self->display); in gst_va_dmabuf_allocator_prepare_buffer_unlocked()
715 gst_object_ref (buf->mems[j]->allocator); in gst_va_dmabuf_allocator_prepare_buffer_unlocked()
723 gst_object_ref (buf->mems[i]->allocator); in gst_va_dmabuf_allocator_prepare_buffer_unlocked()
883 buf->display = gst_object_ref (display); in gst_va_dmabuf_memories_setup()
1296 gst_object_ref (mem->allocator); in _va_copy()
1414 self->display = gst_object_ref (display); in gst_va_allocator_new()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapidevice.c194 (GCopyFunc) gst_object_ref, NULL); in gst_wasapi_device_provider_update_devices()
208 to_add = g_list_prepend (to_add, gst_object_ref (iter->data)); in gst_wasapi_device_provider_update_devices()
215 to_remove = g_list_prepend (to_remove, gst_object_ref (iter->data)); in gst_wasapi_device_provider_update_devices()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dresindvdbin.c509 bctx->dvdbin = gst_object_ref (dvdbin); in create_elements()
510 bctx->pad = gst_object_ref (dvdbin->video_pad); in create_elements()
563 bctx->dvdbin = gst_object_ref (dvdbin); in create_elements()
564 bctx->pad = gst_object_ref (dvdbin->subpicture_pad); in create_elements()
603 bctx->dvdbin = gst_object_ref (dvdbin); in create_elements()
604 bctx->pad = gst_object_ref (dvdbin->audio_pad); in create_elements()
832 mq_pad = gst_object_ref (pad); in demux_pad_added()

12345678910>>...14