Searched refs:GstAppSrc (Results 1 – 14 of 14) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/ |
D | gstappsrc.h | 33 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_APP_SRC,GstAppSrc)) 41 ((GstAppSrc*)(obj)) 43 typedef struct _GstAppSrc GstAppSrc; typedef 65 void (*need_data) (GstAppSrc *src, guint length, gpointer user_data); 66 void (*enough_data) (GstAppSrc *src, gpointer user_data); 67 gboolean (*seek_data) (GstAppSrc *src, guint64 offset, gpointer user_data); 124 void (*need_data) (GstAppSrc *appsrc, guint length); 125 void (*enough_data) (GstAppSrc *appsrc); 126 gboolean (*seek_data) (GstAppSrc *appsrc, guint64 offset); 129 GstFlowReturn (*push_buffer) (GstAppSrc *appsrc, GstBuffer *buffer); [all …]
|
D | gstappsrc.c | 277 static void gst_app_src_set_latencies (GstAppSrc * appsrc, 295 static GstFlowReturn gst_app_src_push_buffer_action (GstAppSrc * appsrc, 297 static GstFlowReturn gst_app_src_push_buffer_list_action (GstAppSrc * appsrc, 299 static GstFlowReturn gst_app_src_push_sample_action (GstAppSrc * appsrc, 305 G_DEFINE_TYPE_WITH_CODE (GstAppSrc, gst_app_src, GST_TYPE_BASE_SRC, 306 G_ADD_PRIVATE (GstAppSrc) 734 gst_app_src_init (GstAppSrc * appsrc) in gst_app_src_init() 765 gst_app_src_flush_queued (GstAppSrc * src, gboolean retain_last_caps) in gst_app_src_flush_queued() 797 GstAppSrc *appsrc = GST_APP_SRC_CAST (obj); in gst_app_src_dispose() 826 GstAppSrc *appsrc = GST_APP_SRC_CAST (obj); in gst_app_src_finalize() [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | struct_ppc32.h | 8 {"GstAppSrc", sizeof (GstAppSrc), 472},
|
D | struct_i386_osx.h | 8 {"GstAppSrc", sizeof (GstAppSrc), 396},
|
D | struct_x86_64.h | 8 {"GstAppSrc", sizeof (GstAppSrc), 688},
|
D | struct_i386.h | 8 {"GstAppSrc", sizeof (GstAppSrc), 444},
|
D | struct_ppc64.h | 8 {"GstAppSrc", sizeof (GstAppSrc), 688},
|
D | struct_arm.h | 8 {"GstAppSrc", sizeof (GstAppSrc), 416},
|
D | struct_aarch64.h | 8 {"GstAppSrc", sizeof (GstAppSrc), 688},
|
/third_party/weston/remoting/ |
D | remoting-plugin.c | 117 GstAppSrc *appsrc; 221 output->appsrc = (GstAppSrc*) in remoting_gst_pipeline_init()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/basecamerabinsrc/ |
D | gstcamerabinpreview.c | 284 gst_app_src_push_buffer ((GstAppSrc *) preview->appsrc, in gst_camerabin_preview_pipeline_post()
|
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/ |
D | tcp.c | 50 GstAppSrc *sink_src;
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | appsrc.c | 339 seek_cb (GstAppSrc * src, guint64 offset, gpointer data) in seek_cb()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 66131 appsrc: fix recent ABI breakage caused by GstAppSrc structure size increase 127016 API: GstAppSrc::emit-signals 127017 API: GstAppSrc::gst_app_src_set_emit_signals() 127018 API: GstAppSrc::gst_app_src_get_emit_signals() 127019 API: GstAppSrc::gst_app_src_set_callbacks()
|