Home
last modified time | relevance | path

Searched refs:GST_OBJECT_CAST (Results 1 – 25 of 155) sorted by relevance

1234567

/third_party/gstreamer/gstreamer/tests/examples/controller/
Dtext-color-example.c67 gst_object_add_control_binding (GST_OBJECT_CAST (text), in main()
68 gst_direct_control_binding_new (GST_OBJECT_CAST (text), "xpos", cs)); in main()
75 gst_object_add_control_binding (GST_OBJECT_CAST (text), in main()
76 gst_direct_control_binding_new (GST_OBJECT_CAST (text), "ypos", cs)); in main()
91 gst_object_add_control_binding (GST_OBJECT_CAST (text), in main()
92 gst_argb_control_binding_new (GST_OBJECT_CAST (text), "color", NULL, in main()
Daudio-example.c52 gst_object_add_control_binding (GST_OBJECT_CAST (src), in main()
53 gst_direct_control_binding_new (GST_OBJECT_CAST (src), "volume", cs1)); in main()
54 gst_object_add_control_binding (GST_OBJECT_CAST (src), in main()
55 gst_direct_control_binding_new (GST_OBJECT_CAST (src), "freq", cs2)); in main()
Dabsolute-example.c64 gst_object_add_control_binding (GST_OBJECT_CAST (text), in main()
65 gst_direct_control_binding_new_absolute (GST_OBJECT_CAST (text), "deltax", in main()
/third_party/gstreamer/gstreamer/gst/
Dgstobject.h39 #define GST_OBJECT_CAST(obj) ((GstObject*)(obj)) macro
82 #define GST_OBJECT_GET_LOCK(obj) (&GST_OBJECT_CAST(obj)->lock)
116 #define GST_OBJECT_NAME(obj) (GST_OBJECT_CAST(obj)->name)
125 #define GST_OBJECT_PARENT(obj) (GST_OBJECT_CAST(obj)->parent)
134 #define GST_OBJECT_FLAGS(obj) (GST_OBJECT_CAST (obj)->flags)
Dgstobject.c141 GST_TRACER_OBJECT_CREATED (GST_OBJECT_CAST (object)); in gst_object_constructed()
421 GstObject *gstobject = GST_OBJECT_CAST (object); in gst_object_finalize()
459 gst_object = GST_OBJECT_CAST (object); in gst_object_dispatch_properties_changed()
913 child = GST_OBJECT_CAST (list->data); in gst_object_check_uniqueness()
934 gstobject = GST_OBJECT_CAST (object); in gst_object_set_property()
955 gstobject = GST_OBJECT_CAST (object); in gst_object_get_property()
1027 GstObject *item = GST_OBJECT_CAST (parents->data); in gst_object_get_path_string()
1266 gst_object_unparent (GST_OBJECT_CAST (old)); in gst_object_add_control_binding()
1269 gst_object_set_parent (GST_OBJECT_CAST (binding), object); in gst_object_add_control_binding()
1329 gst_object_unparent (GST_OBJECT_CAST (binding)); in gst_object_remove_control_binding()
Dgstbin.c989 find_message (bin, GST_OBJECT_CAST (element), GST_MESSAGE_EOS))) { in is_eos()
1035 find_message (bin, GST_OBJECT_CAST (element), in is_stream_start()
1136 GstObject *parent = gst_object_get_parent (GST_OBJECT_CAST (e)); in gst_bin_do_deep_add_remove()
1190 if (G_UNLIKELY (!gst_object_set_parent (GST_OBJECT_CAST (element), in gst_bin_add_func()
1191 GST_OBJECT_CAST (bin)))) in gst_bin_add_func()
1209 gst_message_new_clock_provide (GST_OBJECT_CAST (element), NULL, TRUE); in gst_bin_add_func()
1257 msg = gst_message_new_need_context (GST_OBJECT_CAST (bin), context_type); in gst_bin_add_func()
1287 async_message = gst_message_new_async_start (GST_OBJECT_CAST (element)); in gst_bin_add_func()
1338 gst_message_new_have_context (GST_OBJECT_CAST (bin), in gst_bin_add_func()
1451 parent_bin = (GstBin *) gst_object_get_parent (GST_OBJECT_CAST (bin)); in gst_bin_deep_element_added_func()
[all …]
Dgstelement.h946 #define gst_element_get_name(elem) gst_object_get_name(GST_OBJECT_CAST(elem))
955 #define gst_element_set_name(elem,name) gst_object_set_name(GST_OBJECT_CAST(elem),n…
965 #define gst_element_get_parent(elem) gst_object_get_parent(GST_OBJECT_CAST(elem))
974 … gst_element_set_parent(elem,parent) gst_object_set_parent(GST_OBJECT_CAST(elem),parent)
Dgstelement.c771 if (G_UNLIKELY (!gst_object_set_parent (GST_OBJECT_CAST (pad), in gst_element_add_pad()
772 GST_OBJECT_CAST (element)))) in gst_element_add_pad()
928 gst_object_unparent (GST_OBJECT_CAST (pad)); in gst_element_remove_pad()
2260 name = gst_object_get_path_string (GST_OBJECT_CAST (element)); in gst_element_message_full_with_details()
2278 gst_message_new_error_with_details (GST_OBJECT_CAST (element), gerror, in gst_element_message_full_with_details()
2283 gst_message_new_warning_with_details (GST_OBJECT_CAST (element), in gst_element_message_full_with_details()
2288 gst_message_new_info_with_details (GST_OBJECT_CAST (element), gerror, in gst_element_message_full_with_details()
2715 message = gst_message_new_state_changed (GST_OBJECT_CAST (element), in _priv_gst_element_state_changed()
2884 message = gst_message_new_async_start (GST_OBJECT_CAST (element)); in gst_element_lost_state()
2898 message = gst_message_new_async_start (GST_OBJECT_CAST (element)); in gst_element_lost_state()
[all …]
Dgstghostpad.c501 gst_object_unparent (GST_OBJECT_CAST (internal)); in gst_ghost_pad_dispose()
558 gst_object_set_parent (GST_OBJECT_CAST (internal), GST_OBJECT_CAST (pad)); in gst_ghost_pad_constructed()
Dgstpluginfeature.h90 … gst_plugin_feature_set_name(feature,name) gst_object_set_name(GST_OBJECT_CAST(feature),name)
Dgstregistry.c295 gst_object_unparent (GST_OBJECT_CAST (feature)); in gst_registry_finalize()
342 gst_object_ref_sink (GST_OBJECT_CAST (_gst_registry_default)); in gst_registry_get()
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()
605 gst_object_set_parent (GST_OBJECT_CAST (feature), GST_OBJECT_CAST (registry)); in gst_registry_add_feature()
/third_party/gstreamer/gstplugins_base/tests/icles/
Daudio-trickplay.c131 gst_object_add_control_binding (GST_OBJECT_CAST (src), in main()
132 gst_direct_control_binding_new (GST_OBJECT_CAST (src), "volume", cs1)); in main()
133 gst_object_add_control_binding (GST_OBJECT_CAST (src), in main()
134 gst_direct_control_binding_new (GST_OBJECT_CAST (src), "freq", cs2)); in main()
/third_party/gstreamer/gstplugins_good/tests/examples/shapewipe/
Dshapewipe-example.c101 gst_object_add_control_binding (GST_OBJECT_CAST (shapewipe), in main()
102 gst_direct_control_binding_new (GST_OBJECT_CAST (shapewipe), "position", in main()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dmissing-plugins.c209 return gst_message_new_element (GST_OBJECT_CAST (element), s); in gst_missing_uri_source_message_new()
241 return gst_message_new_element (GST_OBJECT_CAST (element), s); in gst_missing_uri_sink_message_new()
274 return gst_message_new_element (GST_OBJECT_CAST (element), s); in gst_missing_element_message_new()
314 return gst_message_new_element (GST_OBJECT_CAST (element), s); in gst_missing_decoder_message_new()
354 return gst_message_new_element (GST_OBJECT_CAST (element), s); in gst_missing_encoder_message_new()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkcontextutil.c137 msg = gst_message_new_need_context (GST_OBJECT_CAST (element), context_type); in _gst_context_query()
212 msg = gst_message_new_have_context (GST_OBJECT_CAST (element), context); in gst_msdk_context_propagate()
/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()
1102 gst_object_set_parent (GST_OBJECT_CAST (buffer), GST_OBJECT_CAST (src)); in gst_audio_base_src_create_ringbuffer()
1130 gst_object_unparent (GST_OBJECT_CAST (src->ringbuffer)); in gst_audio_base_src_change_state()
1149 gst_message_new_clock_provide (GST_OBJECT_CAST (element), in gst_audio_base_src_change_state()
1170 gst_message_new_clock_lost (GST_OBJECT_CAST (element), src->clock)); in gst_audio_base_src_change_state()
1188 gst_object_unparent (GST_OBJECT_CAST (src->ringbuffer)); in gst_audio_base_src_change_state()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11utils.cpp353 msg = gst_message_new_need_context (GST_OBJECT_CAST (element), in run_d3d11_context_query()
423 msg = gst_message_new_have_context (GST_OBJECT_CAST (element), context); in gst_d3d11_ensure_element_data()
487 msg = gst_message_new_have_context (GST_OBJECT_CAST (element), context); in gst_d3d11_ensure_element_data_for_adapter_luid()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin2.c1517 message = gst_message_new_async_start (GST_OBJECT_CAST (playbin)); in do_async_start()
1530 gst_message_new_async_done (GST_OBJECT_CAST (playbin), in do_async_done()
1952 if (GST_OBJECT_PARENT (suburidecodeinfo->suburidecodebin) == GST_OBJECT_CAST (playbin)) { in delete_suburidecodebin()
3601 …if (suburidecodebin_info && (GST_OBJECT_CAST (suburidecodebin_info->suburidecodebin) == msg->src))… in get_suburidecodebininfo_according_to_msg()
3623 message = gst_message_new_element (GST_OBJECT_CAST (playbin), structure); in post_add_substream_message()
3750 GstObject *src = GST_OBJECT_CAST (msg->src);
3758 …((is_subtitle_decodebin (group, GST_ELEMENT_CAST (src)) && src == GST_OBJECT_CAST (group->uridecod…
3760 && src == GST_OBJECT_CAST (group->suburidecodebin)))) {
3763 ((group->uridecodebin && src == GST_OBJECT_CAST (group->uridecodebin))
3765 && src == GST_OBJECT_CAST (group->suburidecodebin)))) {
[all …]
/third_party/gstreamer/gstplugins_base/gst/gio/
Dgstgiosink.c290 gst_message_new_element (GST_OBJECT_CAST (sink), in gst_gio_sink_get_stream()
298 gst_message_new_element (GST_OBJECT_CAST (sink), in gst_gio_sink_get_stream()
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-source.c301 device = gst_oss4_audio_find_device (GST_OBJECT_CAST (oss)); in gst_oss4_source_open()
328 if (!gst_oss4_audio_check_version (GST_OBJECT_CAST (oss), oss->fd)) in gst_oss4_source_open()
449 if (!gst_oss4_audio_set_format (GST_OBJECT_CAST (oss), oss->fd, spec)) { in gst_oss4_source_prepare()
Doss4-sink.c421 device = gst_oss4_audio_find_device (GST_OBJECT_CAST (oss)); in gst_oss4_sink_open()
448 if (!gst_oss4_audio_check_version (GST_OBJECT_CAST (oss), oss->fd)) in gst_oss4_sink_open()
592 if (!gst_oss4_audio_set_format (GST_OBJECT_CAST (oss), oss->fd, spec)) { in gst_oss4_sink_prepare()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesink.c1382 gst_message_new_latency (GST_OBJECT_CAST (sink))); in gst_base_sink_set_render_delay()
1571 gst_message_new_latency (GST_OBJECT_CAST (sink))); in gst_base_sink_set_processing_deadline()
1784 gst_message_new_state_changed (GST_OBJECT_CAST (basesink), in gst_base_sink_commit_state()
1790 gst_message_new_async_done (GST_OBJECT_CAST (basesink), in gst_base_sink_commit_state()
1818 gst_message_new_state_changed (GST_OBJECT_CAST (basesink), in gst_base_sink_commit_state()
1823 gst_message_new_latency (GST_OBJECT_CAST (basesink))); in gst_base_sink_commit_state()
1855 gst_message_new_latency (GST_OBJECT_CAST (basesink))); in gst_base_sink_commit_state()
2002 gst_message_new_step_done (GST_OBJECT_CAST (sink), current->format, in stop_stepping()
3385 gst_message_new_reset_time (GST_OBJECT_CAST (basesink), 0)); in gst_base_sink_flush_stop()
3481 message = gst_message_new_eos (GST_OBJECT_CAST (basesink)); in gst_base_sink_default_event()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvautils.c136 msg = gst_message_new_need_context (GST_OBJECT_CAST (element), in _gst_context_query()
172 msg = gst_message_new_have_context (GST_OBJECT_CAST (element), ctxt); in gst_va_element_propagate_display_context()
/third_party/gstreamer/gstplugins_good/tests/icles/
Dgdkpixbufsink-test.c129 if (msg->src != GST_OBJECT_CAST (info->pipe)) in bus_message_cb()
153 if (msg->src != GST_OBJECT_CAST (info->sink)) in bus_message_cb()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudautils.c130 msg = gst_message_new_need_context (GST_OBJECT_CAST (element), in find_cuda_context()
216 msg = gst_message_new_have_context (GST_OBJECT_CAST (element), context); in gst_cuda_ensure_element_context()

1234567