Home
last modified time | relevance | path

Searched refs:gst_object_unparent (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstobject.c198 gst_object_unparent (object); in GST_START_TEST()
488 gst_object_unparent (object1); in GST_START_TEST()
525 gst_object_unparent (object1); in GST_START_TEST()
603 gst_object_unparent (object3); in GST_START_TEST()
604 gst_object_unparent (object2); in GST_START_TEST()
605 gst_object_unparent (object1); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstdeviceprovider.c183 g_list_free_full (provider->devices, (GDestroyNotify) gst_object_unparent); in gst_device_provider_dispose()
538 g_list_free_full (provider->devices, (GDestroyNotify) gst_object_unparent); in gst_device_provider_stop()
687 gst_object_unparent (GST_OBJECT (device)); in gst_device_provider_device_remove()
857 gst_object_unparent (GST_OBJECT (changed_device)); in gst_device_provider_device_changed()
Dgstobject.c393 gst_object_unparent (node->data); in gst_object_dispose()
778 gst_object_unparent (GstObject * object) in gst_object_unparent() function
1266 gst_object_unparent (GST_OBJECT_CAST (old)); in gst_object_add_control_binding()
1329 gst_object_unparent (GST_OBJECT_CAST (binding)); in gst_object_remove_control_binding()
Dgstregistry.c295 gst_object_unparent (GST_OBJECT_CAST (feature)); in gst_registry_finalize()
520 gst_object_unparent (GST_OBJECT_CAST (feature)); in gst_registry_remove_features_for_plugin_unlocked()
602 gst_object_unparent (GST_OBJECT_CAST (existing_feature)); in gst_registry_add_feature()
641 gst_object_unparent ((GstObject *) feature); in gst_registry_remove_feature()
Dgstobject.h234 void gst_object_unparent (GstObject *object);
Dgstghostpad.c501 gst_object_unparent (GST_OBJECT_CAST (internal)); in gst_ghost_pad_dispose()
Dgstelement.c928 gst_object_unparent (GST_OBJECT_CAST (pad)); in gst_element_remove_pad()
/third_party/gstreamer/gstplugins_bad/gst/proxy/
Dgstproxysrc.c247 gst_object_unparent (GST_OBJECT (self->dummy_sinkpad)); in gst_proxy_src_dispose()
250 gst_object_unparent (GST_OBJECT (self->internal_srcpad)); in gst_proxy_src_dispose()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiobasesrc.c255 gst_object_unparent (GST_OBJECT_CAST (src->ringbuffer)); in gst_audio_base_src_dispose()
1130 gst_object_unparent (GST_OBJECT_CAST (src->ringbuffer)); in gst_audio_base_src_change_state()
1188 gst_object_unparent (GST_OBJECT_CAST (src->ringbuffer)); in gst_audio_base_src_change_state()
Dgstaudiobasesink.c325 gst_object_unparent (GST_OBJECT_CAST (sink->ringbuffer)); in gst_audio_base_sink_dispose()
2417 gst_object_unparent (GST_OBJECT_CAST (sink->ringbuffer)); in gst_audio_base_sink_change_state()
2503 gst_object_unparent (GST_OBJECT_CAST (sink->ringbuffer)); in gst_audio_base_sink_change_state()
/third_party/gstreamer/gstplugins_bad/gst/switchbin/
Dgstswitchbin.c336 gst_object_unparent (GST_OBJECT (switch_bin->paths[i])); in gst_switch_bin_finalize()
604 gst_object_unparent (GST_OBJECT (switch_bin->paths[i])); in gst_switch_bin_set_num_paths()
/third_party/gstreamer/gstplugins_good/gst/equalizer/
Dgstiirequalizer.c392 gst_object_unparent (GST_OBJECT (equ->bands[i])); in gst_iir_equalizer_finalize()
671 gst_object_unparent (GST_OBJECT (equ->bands[i])); in gst_iir_equalizer_compute_frequencies()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlace.c417 gst_object_unparent (GST_OBJECT (self->method)); in gst_deinterlace_set_method()
998 gst_object_unparent (GST_OBJECT (self->method)); in gst_deinterlace_finalize()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c1770 gst_object_unparent (GST_OBJECT_CAST (stream->internal_pad)); in gst_adaptive_demux_stream_free()
/third_party/gstreamer/gstreamer/docs/random/
DChangeLog-0.86865 * gst/gstobject.c (gst_object_get_parent, gst_object_unparent)
/third_party/gstreamer/gstreamer/
DChangeLog133689 (gst_object_set_parent), (gst_object_unparent),