Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sndfile/
Dgstsfsrc.c79 GST_BOILERPLATE (GstSFSrc, gst_sf_src, GstBaseSrc, GST_TYPE_BASE_SRC);
126 gst_sf_src_init (GstSFSrc * src, GstSFSrcClass * g_class) in gst_sf_src_init()
133 GstSFSrc *src; in gst_sf_src_finalize()
143 gst_sf_src_set_location (GstSFSrc * this, const gchar * location) in gst_sf_src_set_location()
166 GstSFSrc *this = GST_SF_SRC (object); in gst_sf_src_set_property()
182 GstSFSrc *this = GST_SF_SRC (object); in gst_sf_src_get_property()
199 GstSFSrc *this; in gst_sf_src_create()
302 GstSFSrc *this; in gst_sf_src_get_size()
317 gst_sf_src_open_file (GstSFSrc * this) in gst_sf_src_open_file()
357 gst_sf_src_close_file (GstSFSrc * this) in gst_sf_src_close_file()
[all …]
Dgstsfsrc.h35 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_SF_SRC,GstSFSrc))
43 typedef struct _GstSFSrc GstSFSrc; typedef