Home
last modified time | relevance | path

Searched refs:converter_config (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/examples/compositor/
Dmosaic.c51 GstStructure *converter_config; in _pad_added_cb() local
56 converter_config = gst_structure_new ("GstVideoConverter", in _pad_added_cb()
65 "height", info->h, "converter-config", converter_config, NULL); in _pad_added_cb()
67 gst_structure_free (converter_config); in _pad_added_cb()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoaggregator.c442 GstStructure *converter_config; member
458 if (vaggpad->priv->converter_config) in gst_video_aggregator_convert_pad_finalize()
459 gst_structure_free (vaggpad->priv->converter_config); in gst_video_aggregator_convert_pad_finalize()
460 vaggpad->priv->converter_config = NULL; in gst_video_aggregator_convert_pad_finalize()
509 pad->priv->converter_config ? gst_structure_copy (pad-> in gst_video_aggregator_convert_pad_prepare_frame()
510 priv->converter_config) : NULL, vagg->priv->task_pool); in gst_video_aggregator_convert_pad_prepare_frame()
650 if (pad->priv->converter_config) in gst_video_aggregator_convert_pad_get_property()
651 g_value_set_boxed (value, pad->priv->converter_config); in gst_video_aggregator_convert_pad_get_property()
669 if (pad->priv->converter_config) in gst_video_aggregator_convert_pad_set_property()
670 gst_structure_free (pad->priv->converter_config); in gst_video_aggregator_convert_pad_set_property()
[all …]
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.c464 GstStructure *converter_config = NULL; in _pad_obscures_rectangle() local
483 g_object_get (pad, "converter-config", &converter_config, NULL); in _pad_obscures_rectangle()
484 if (converter_config) { in _pad_obscures_rectangle()
485 gst_structure_get (converter_config, GST_VIDEO_CONVERTER_OPT_BORDER_ARGB, in _pad_obscures_rectangle()
487 gst_structure_get (converter_config, GST_VIDEO_CONVERTER_OPT_FILL_BORDER, in _pad_obscures_rectangle()
490 gst_clear_structure (&converter_config); in _pad_obscures_rectangle()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioaggregator.c261 GstStructure *converter_config; member
273 GstStructure *config = aaggcpad->priv->converter_config; in gst_audio_aggregator_convert_pad_update_converter()
375 if (pad->priv->converter_config) in gst_audio_aggregator_convert_pad_finalize()
376 gst_structure_free (pad->priv->converter_config); in gst_audio_aggregator_convert_pad_finalize()
391 if (pad->priv->converter_config) in gst_audio_aggregator_convert_pad_get_property()
392 g_value_set_boxed (value, pad->priv->converter_config); in gst_audio_aggregator_convert_pad_get_property()
410 if (pad->priv->converter_config) in gst_audio_aggregator_convert_pad_set_property()
411 gst_structure_free (pad->priv->converter_config); in gst_audio_aggregator_convert_pad_set_property()
412 pad->priv->converter_config = g_value_dup_boxed (value); in gst_audio_aggregator_convert_pad_set_property()