Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dgstpushfilesrc.c85 G_DEFINE_TYPE_WITH_CODE (GstPushFileSrc, gst_push_file_src, GST_TYPE_BIN,
94 GstPushFileSrc *src = GST_PUSH_FILE_SRC (obj); in gst_push_file_src_dispose()
170 GstPushFileSrc *src = (GstPushFileSrc *) object; in gst_push_file_src_set_property()
204 GstPushFileSrc *src = (GstPushFileSrc *) object; in gst_push_file_src_get_property()
236 GstPushFileSrc * src) in gst_push_file_src_ghostpad_buffer_probe()
249 GstPushFileSrc * src) in gst_push_file_src_ghostpad_event_probe()
280 GstPushFileSrc *src = (GstPushFileSrc *) parent; in gst_push_file_src_ghostpad_event()
305 GstPushFileSrc *src = (GstPushFileSrc *) parent; in gst_push_file_src_ghostpad_query()
328 gst_push_file_src_init (GstPushFileSrc * src) in gst_push_file_src_init()
383 GstPushFileSrc *src = GST_PUSH_FILE_SRC (handler); in gst_push_file_src_uri_get_uri()
[all …]
Dgstpushfilesrc.h29 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_PUSH_FILE_SRC,GstPushFileSrc))
36 typedef struct _GstPushFileSrc GstPushFileSrc; typedef