Lines Matching refs:GstBaseSrc
67 static gboolean gst_split_file_src_start (GstBaseSrc * basesrc);
68 static gboolean gst_split_file_src_stop (GstBaseSrc * basesrc);
69 static gboolean gst_split_file_src_can_seek (GstBaseSrc * basesrc);
70 static gboolean gst_split_file_src_get_size (GstBaseSrc * basesrc, guint64 * s);
71 static gboolean gst_split_file_src_unlock (GstBaseSrc * basesrc);
72 static GstFlowReturn gst_split_file_src_create (GstBaseSrc * basesrc,
153 gst_split_file_src_can_seek (GstBaseSrc * basesrc) in gst_split_file_src_can_seek()
159 gst_split_file_src_unlock (GstBaseSrc * basesrc) in gst_split_file_src_unlock()
175 gst_split_file_src_get_size (GstBaseSrc * basesrc, guint64 * size) in gst_split_file_src_get_size()
237 gst_split_file_src_start (GstBaseSrc * basesrc) in gst_split_file_src_start()
353 gst_split_file_src_stop (GstBaseSrc * basesrc) in gst_split_file_src_stop()
407 gst_split_file_src_create (GstBaseSrc * basesrc, guint64 offset, guint size, in gst_split_file_src_create()