Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioaggregator.c181 GstStructure *converter_config; member
213 aaggcpad->priv->converter_config ? gst_structure_copy (aaggcpad-> in gst_audio_aggregator_convert_pad_update_converter()
214 priv->converter_config) : NULL); in gst_audio_aggregator_convert_pad_update_converter()
282 if (pad->priv->converter_config) in gst_audio_aggregator_convert_pad_finalize()
283 gst_structure_free (pad->priv->converter_config); in gst_audio_aggregator_convert_pad_finalize()
298 if (pad->priv->converter_config) in gst_audio_aggregator_convert_pad_get_property()
299 g_value_set_boxed (value, pad->priv->converter_config); in gst_audio_aggregator_convert_pad_get_property()
317 if (pad->priv->converter_config) in gst_audio_aggregator_convert_pad_set_property()
318 gst_structure_free (pad->priv->converter_config); in gst_audio_aggregator_convert_pad_set_property()
319 pad->priv->converter_config = g_value_dup_boxed (value); in gst_audio_aggregator_convert_pad_set_property()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoaggregator.c349 GstStructure *converter_config; member
365 if (vaggpad->priv->converter_config) in gst_video_aggregator_convert_pad_finalize()
366 gst_structure_free (vaggpad->priv->converter_config); in gst_video_aggregator_convert_pad_finalize()
367 vaggpad->priv->converter_config = NULL; in gst_video_aggregator_convert_pad_finalize()
413 pad->priv->converter_config ? gst_structure_copy (pad-> in gst_video_aggregator_convert_pad_prepare_frame()
414 priv->converter_config) : NULL); in gst_video_aggregator_convert_pad_prepare_frame()
550 if (pad->priv->converter_config) in gst_video_aggregator_convert_pad_get_property()
551 g_value_set_boxed (value, pad->priv->converter_config); in gst_video_aggregator_convert_pad_get_property()
569 if (pad->priv->converter_config) in gst_video_aggregator_convert_pad_set_property()
570 gst_structure_free (pad->priv->converter_config); in gst_video_aggregator_convert_pad_set_property()
[all …]