Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspasource.c77 GstLADSPASource *ladspa = GST_LADSPA_SOURCE (base); in gst_ladspa_source_type_fixate()
104 GstLADSPASource *ladspa = GST_LADSPA_SOURCE (base); in gst_ladspa_source_type_set_caps()
125 GstLADSPASource *ladspa = GST_LADSPA_SOURCE (base); in gst_ladspa_source_type_query()
195 GstLADSPASource *ladspa = GST_LADSPA_SOURCE (base); in gst_ladspa_source_type_do_seek()
259 GstLADSPASource *ladspa = GST_LADSPA_SOURCE (base); in gst_ladspa_source_type_fill()
371 GstLADSPASource *ladspa = GST_LADSPA_SOURCE (base); in gst_ladspa_source_type_start()
386 GstLADSPASource *ladspa = GST_LADSPA_SOURCE (base); in gst_ladspa_source_type_stop()
394 GstLADSPASource *ladspa = GST_LADSPA_SOURCE (object); in gst_ladspa_source_type_set_property()
426 GstLADSPASource *ladspa = GST_LADSPA_SOURCE (object); in gst_ladspa_source_type_get_property()
474 GstLADSPASource *ladspa = GST_LADSPA_SOURCE (object); in gst_ladspa_source_type_dispose()
[all …]
Dgstladspasource.h34 #define GST_LADSPA_SOURCE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_LADSPA_SOURC… macro