/third_party/gstreamer/gstplugins_bad/ext/sndfile/ |
D | gstsfsrc.c | 99 GstBaseSrcClass *gstbasesrc_class; in gst_sf_src_class_init() local 102 gstbasesrc_class = GST_BASE_SRC_CLASS (klass); in gst_sf_src_class_init() 113 gstbasesrc_class->start = GST_DEBUG_FUNCPTR (gst_sf_src_start); in gst_sf_src_class_init() 114 gstbasesrc_class->stop = GST_DEBUG_FUNCPTR (gst_sf_src_stop); in gst_sf_src_class_init() 115 gstbasesrc_class->is_seekable = GST_DEBUG_FUNCPTR (gst_sf_src_is_seekable); in gst_sf_src_class_init() 116 gstbasesrc_class->get_size = GST_DEBUG_FUNCPTR (gst_sf_src_get_size); in gst_sf_src_class_init() 117 gstbasesrc_class->create = GST_DEBUG_FUNCPTR (gst_sf_src_create); in gst_sf_src_class_init() 118 gstbasesrc_class->get_caps = GST_DEBUG_FUNCPTR (gst_sf_src_get_caps); in gst_sf_src_class_init() 119 gstbasesrc_class->set_caps = GST_DEBUG_FUNCPTR (gst_sf_src_set_caps); in gst_sf_src_class_init() 120 gstbasesrc_class->check_get_range = in gst_sf_src_class_init() [all …]
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstpushsrc.c | 81 GstBaseSrcClass *gstbasesrc_class = (GstBaseSrcClass *) klass; in gst_push_src_class_init() local 83 gstbasesrc_class->create = GST_DEBUG_FUNCPTR (gst_push_src_create); in gst_push_src_class_init() 84 gstbasesrc_class->alloc = GST_DEBUG_FUNCPTR (gst_push_src_alloc); in gst_push_src_class_init() 85 gstbasesrc_class->fill = GST_DEBUG_FUNCPTR (gst_push_src_fill); in gst_push_src_class_init() 86 gstbasesrc_class->query = GST_DEBUG_FUNCPTR (gst_push_src_query); in gst_push_src_class_init()
|
/third_party/gstreamer/gstplugins_base/gst/gio/ |
D | gstgiobasesrc.c | 59 GstBaseSrcClass *gstbasesrc_class = (GstBaseSrcClass *) klass; in gst_gio_base_src_class_init() local 68 gstbasesrc_class->start = GST_DEBUG_FUNCPTR (gst_gio_base_src_start); in gst_gio_base_src_class_init() 69 gstbasesrc_class->stop = GST_DEBUG_FUNCPTR (gst_gio_base_src_stop); in gst_gio_base_src_class_init() 70 gstbasesrc_class->get_size = GST_DEBUG_FUNCPTR (gst_gio_base_src_get_size); in gst_gio_base_src_class_init() 71 gstbasesrc_class->is_seekable = in gst_gio_base_src_class_init() 73 gstbasesrc_class->unlock = GST_DEBUG_FUNCPTR (gst_gio_base_src_unlock); in gst_gio_base_src_class_init() 74 gstbasesrc_class->unlock_stop = in gst_gio_base_src_class_init() 76 gstbasesrc_class->create = GST_DEBUG_FUNCPTR (gst_gio_base_src_create); in gst_gio_base_src_class_init() 77 gstbasesrc_class->query = GST_DEBUG_FUNCPTR (gst_gio_base_src_query); in gst_gio_base_src_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst/frei0r/ |
D | gstfrei0rsrc.c | 317 GstBaseSrcClass *gstbasesrc_class = (GstBaseSrcClass *) klass; in gst_frei0r_src_class_init() local 353 gstbasesrc_class->set_caps = GST_DEBUG_FUNCPTR (gst_frei0r_src_set_caps); in gst_frei0r_src_class_init() 354 gstbasesrc_class->is_seekable = in gst_frei0r_src_class_init() 356 gstbasesrc_class->do_seek = GST_DEBUG_FUNCPTR (gst_frei0r_src_do_seek); in gst_frei0r_src_class_init() 357 gstbasesrc_class->query = GST_DEBUG_FUNCPTR (gst_frei0r_src_query); in gst_frei0r_src_class_init() 358 gstbasesrc_class->start = GST_DEBUG_FUNCPTR (gst_frei0r_src_start); in gst_frei0r_src_class_init() 359 gstbasesrc_class->stop = GST_DEBUG_FUNCPTR (gst_frei0r_src_stop); in gst_frei0r_src_class_init() 360 gstbasesrc_class->fixate = GST_DEBUG_FUNCPTR (gst_frei0r_src_fixate); in gst_frei0r_src_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/rtmp/ |
D | gstrtmpsrc.c | 126 GstBaseSrcClass *gstbasesrc_class; in gst_rtmp_src_class_init() local 131 gstbasesrc_class = GST_BASE_SRC_CLASS (klass); in gst_rtmp_src_class_init() 159 gstbasesrc_class->start = GST_DEBUG_FUNCPTR (gst_rtmp_src_start); in gst_rtmp_src_class_init() 160 gstbasesrc_class->stop = GST_DEBUG_FUNCPTR (gst_rtmp_src_stop); in gst_rtmp_src_class_init() 161 gstbasesrc_class->unlock = GST_DEBUG_FUNCPTR (gst_rtmp_src_unlock); in gst_rtmp_src_class_init() 162 gstbasesrc_class->is_seekable = GST_DEBUG_FUNCPTR (gst_rtmp_src_is_seekable); in gst_rtmp_src_class_init() 163 gstbasesrc_class->prepare_seek_segment = in gst_rtmp_src_class_init() 165 gstbasesrc_class->do_seek = GST_DEBUG_FUNCPTR (gst_rtmp_src_do_seek); in gst_rtmp_src_class_init() 167 gstbasesrc_class->query = GST_DEBUG_FUNCPTR (gst_rtmp_src_query); in gst_rtmp_src_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/flite/ |
D | gstflitetestsrc.c | 117 GstBaseSrcClass *gstbasesrc_class; in gst_flite_test_src_class_init() local 121 gstbasesrc_class = (GstBaseSrcClass *) klass; in gst_flite_test_src_class_init() 140 gstbasesrc_class->start = GST_DEBUG_FUNCPTR (gst_flite_test_src_start); in gst_flite_test_src_class_init() 141 gstbasesrc_class->stop = GST_DEBUG_FUNCPTR (gst_flite_test_src_stop); in gst_flite_test_src_class_init() 142 gstbasesrc_class->create = GST_DEBUG_FUNCPTR (gst_flite_test_src_create); in gst_flite_test_src_class_init() 143 gstbasesrc_class->set_caps = GST_DEBUG_FUNCPTR (gst_flite_test_src_set_caps); in gst_flite_test_src_class_init() 144 gstbasesrc_class->fixate = GST_DEBUG_FUNCPTR (gst_flite_test_src_fixate); in gst_flite_test_src_class_init()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfdsrc.c | 152 GstBaseSrcClass *gstbasesrc_class; in gst_fd_src_class_init() local 157 gstbasesrc_class = GST_BASE_SRC_CLASS (klass); in gst_fd_src_class_init() 184 gstbasesrc_class->start = GST_DEBUG_FUNCPTR (gst_fd_src_start); in gst_fd_src_class_init() 185 gstbasesrc_class->stop = GST_DEBUG_FUNCPTR (gst_fd_src_stop); in gst_fd_src_class_init() 186 gstbasesrc_class->unlock = GST_DEBUG_FUNCPTR (gst_fd_src_unlock); in gst_fd_src_class_init() 187 gstbasesrc_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_fd_src_unlock_stop); in gst_fd_src_class_init() 188 gstbasesrc_class->is_seekable = GST_DEBUG_FUNCPTR (gst_fd_src_is_seekable); in gst_fd_src_class_init() 189 gstbasesrc_class->get_size = GST_DEBUG_FUNCPTR (gst_fd_src_get_size); in gst_fd_src_class_init() 190 gstbasesrc_class->do_seek = GST_DEBUG_FUNCPTR (gst_fd_src_do_seek); in gst_fd_src_class_init() 191 gstbasesrc_class->query = GST_DEBUG_FUNCPTR (gst_fd_src_query); in gst_fd_src_class_init() [all …]
|
D | gstfilesrc.c | 151 GstBaseSrcClass *gstbasesrc_class; in gst_file_src_class_init() local 155 gstbasesrc_class = GST_BASE_SRC_CLASS (klass); in gst_file_src_class_init() 175 gstbasesrc_class->start = GST_DEBUG_FUNCPTR (gst_file_src_start); in gst_file_src_class_init() 176 gstbasesrc_class->stop = GST_DEBUG_FUNCPTR (gst_file_src_stop); in gst_file_src_class_init() 177 gstbasesrc_class->is_seekable = GST_DEBUG_FUNCPTR (gst_file_src_is_seekable); in gst_file_src_class_init() 178 gstbasesrc_class->get_size = GST_DEBUG_FUNCPTR (gst_file_src_get_size); in gst_file_src_class_init() 179 gstbasesrc_class->fill = GST_DEBUG_FUNCPTR (gst_file_src_fill); in gst_file_src_class_init()
|
/third_party/gstreamer/gstplugins_base/gst/tcp/ |
D | gsttcpclientsrc.c | 101 GstBaseSrcClass *gstbasesrc_class; in gst_tcp_client_src_class_init() local 106 gstbasesrc_class = (GstBaseSrcClass *) klass; in gst_tcp_client_src_class_init() 166 gstbasesrc_class->get_caps = gst_tcp_client_src_getcaps; in gst_tcp_client_src_class_init() 167 gstbasesrc_class->start = gst_tcp_client_src_start; in gst_tcp_client_src_class_init() 168 gstbasesrc_class->stop = gst_tcp_client_src_stop; in gst_tcp_client_src_class_init() 169 gstbasesrc_class->unlock = gst_tcp_client_src_unlock; in gst_tcp_client_src_class_init() 170 gstbasesrc_class->unlock_stop = gst_tcp_client_src_unlock_stop; in gst_tcp_client_src_class_init()
|
D | gstsocketsrc.c | 113 GstBaseSrcClass *gstbasesrc_class; in gst_socket_src_class_init() local 118 gstbasesrc_class = (GstBaseSrcClass *) klass; in gst_socket_src_class_init() 166 gstbasesrc_class->event = gst_socketsrc_event; in gst_socket_src_class_init() 167 gstbasesrc_class->get_caps = gst_socketsrc_getcaps; in gst_socket_src_class_init() 168 gstbasesrc_class->unlock = gst_socket_src_unlock; in gst_socket_src_class_init() 169 gstbasesrc_class->unlock_stop = gst_socket_src_unlock_stop; in gst_socket_src_class_init()
|
D | gsttcpserversrc.c | 95 GstBaseSrcClass *gstbasesrc_class; in gst_tcp_server_src_class_init() local 100 gstbasesrc_class = (GstBaseSrcClass *) klass; in gst_tcp_server_src_class_init() 162 gstbasesrc_class->start = gst_tcp_server_src_start; in gst_tcp_server_src_class_init() 163 gstbasesrc_class->stop = gst_tcp_server_src_stop; in gst_tcp_server_src_class_init() 164 gstbasesrc_class->unlock = gst_tcp_server_src_unlock; in gst_tcp_server_src_class_init() 165 gstbasesrc_class->unlock_stop = gst_tcp_server_src_unlock_stop; in gst_tcp_server_src_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/shm/ |
D | gstshmsrc.c | 102 GstBaseSrcClass *gstbasesrc_class; in gst_shm_src_class_init() local 107 gstbasesrc_class = (GstBaseSrcClass *) klass; in gst_shm_src_class_init() 116 gstbasesrc_class->start = GST_DEBUG_FUNCPTR (gst_shm_src_start); in gst_shm_src_class_init() 117 gstbasesrc_class->stop = GST_DEBUG_FUNCPTR (gst_shm_src_stop); in gst_shm_src_class_init() 118 gstbasesrc_class->unlock = GST_DEBUG_FUNCPTR (gst_shm_src_unlock); in gst_shm_src_class_init() 119 gstbasesrc_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_shm_src_unlock_stop); in gst_shm_src_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/srt/ |
D | gstsrtsrc.c | 357 GstBaseSrcClass *gstbasesrc_class = GST_BASE_SRC_CLASS (klass); in gst_srt_src_class_init() local 435 gstbasesrc_class->start = GST_DEBUG_FUNCPTR (gst_srt_src_start); in gst_srt_src_class_init() 436 gstbasesrc_class->stop = GST_DEBUG_FUNCPTR (gst_srt_src_stop); in gst_srt_src_class_init() 437 gstbasesrc_class->unlock = GST_DEBUG_FUNCPTR (gst_srt_src_unlock); in gst_srt_src_class_init() 438 gstbasesrc_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_srt_src_unlock_stop); in gst_srt_src_class_init() 439 gstbasesrc_class->query = GST_DEBUG_FUNCPTR (gst_srt_src_query); in gst_srt_src_class_init()
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | gstqtsrc.cc | 95 GstBaseSrcClass *gstbasesrc_class = (GstBaseSrcClass *) klass; in gst_qt_src_class_init() local 121 gstbasesrc_class->set_caps = gst_qt_src_setcaps; in gst_qt_src_class_init() 122 gstbasesrc_class->get_caps = gst_qt_src_get_caps; in gst_qt_src_class_init() 123 gstbasesrc_class->query = gst_qt_src_query; in gst_qt_src_class_init() 124 gstbasesrc_class->start = gst_qt_src_start; in gst_qt_src_class_init() 125 gstbasesrc_class->stop = gst_qt_src_stop; in gst_qt_src_class_init() 126 gstbasesrc_class->decide_allocation = gst_qt_src_decide_allocation; in gst_qt_src_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | iosassetsrc.m | 102 GstBaseSrcClass *gstbasesrc_class; 106 gstbasesrc_class = GST_BASE_SRC_CLASS (klass); 127 gstbasesrc_class->start = GST_DEBUG_FUNCPTR (gst_ios_asset_src_start); 128 gstbasesrc_class->stop = GST_DEBUG_FUNCPTR (gst_ios_asset_src_stop); 129 gstbasesrc_class->is_seekable = GST_DEBUG_FUNCPTR (gst_ios_asset_src_is_seekable); 130 gstbasesrc_class->get_size = GST_DEBUG_FUNCPTR (gst_ios_asset_src_get_size); 131 gstbasesrc_class->create = GST_DEBUG_FUNCPTR (gst_ios_asset_src_create); 132 gstbasesrc_class->query = GST_DEBUG_FUNCPTR (gst_ios_asset_src_query);
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgltestsrc.c | 130 GstBaseSrcClass *gstbasesrc_class; in gst_gl_test_src_class_init() local 138 gstbasesrc_class = GST_BASE_SRC_CLASS (klass); in gst_gl_test_src_class_init() 160 gstbasesrc_class->is_seekable = gst_gl_test_src_is_seekable; in gst_gl_test_src_class_init() 161 gstbasesrc_class->fixate = gst_gl_test_src_fixate; in gst_gl_test_src_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/gs/ |
D | gstgssrc.cpp | 142 GstBaseSrcClass* gstbasesrc_class = GST_BASE_SRC_CLASS(klass); in gst_gs_src_class_init() local 200 gstbasesrc_class->start = GST_DEBUG_FUNCPTR(gst_gs_src_start); in gst_gs_src_class_init() 201 gstbasesrc_class->stop = GST_DEBUG_FUNCPTR(gst_gs_src_stop); in gst_gs_src_class_init() 202 gstbasesrc_class->is_seekable = GST_DEBUG_FUNCPTR(gst_gs_src_is_seekable); in gst_gs_src_class_init() 203 gstbasesrc_class->get_size = GST_DEBUG_FUNCPTR(gst_gs_src_get_size); in gst_gs_src_class_init() 204 gstbasesrc_class->fill = GST_DEBUG_FUNCPTR(gst_gs_src_fill); in gst_gs_src_class_init() 205 gstbasesrc_class->query = GST_DEBUG_FUNCPTR(gst_gs_src_query); in gst_gs_src_class_init()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitfilesrc.c | 100 GstBaseSrcClass *gstbasesrc_class = GST_BASE_SRC_CLASS (klass); in gst_split_file_src_class_init() local 116 gstbasesrc_class->start = GST_DEBUG_FUNCPTR (gst_split_file_src_start); in gst_split_file_src_class_init() 117 gstbasesrc_class->stop = GST_DEBUG_FUNCPTR (gst_split_file_src_stop); in gst_split_file_src_class_init() 118 gstbasesrc_class->create = GST_DEBUG_FUNCPTR (gst_split_file_src_create); in gst_split_file_src_class_init() 119 gstbasesrc_class->get_size = GST_DEBUG_FUNCPTR (gst_split_file_src_get_size); in gst_split_file_src_class_init() 120 gstbasesrc_class->unlock = GST_DEBUG_FUNCPTR (gst_split_file_src_unlock); in gst_split_file_src_class_init() 121 gstbasesrc_class->is_seekable = in gst_split_file_src_class_init()
|
D | gstmultifilesrc.c | 146 GstBaseSrcClass *gstbasesrc_class = GST_BASE_SRC_CLASS (klass); in gst_multi_file_src_class_init() local 186 gstbasesrc_class->get_caps = gst_multi_file_src_getcaps; in gst_multi_file_src_class_init() 187 gstbasesrc_class->query = gst_multi_file_src_query; in gst_multi_file_src_class_init() 188 gstbasesrc_class->is_seekable = is_seekable; in gst_multi_file_src_class_init() 189 gstbasesrc_class->do_seek = do_seek; in gst_multi_file_src_class_init()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | test_http_src.c | 155 GstBaseSrcClass *gstbasesrc_class; in gst_test_http_src_class_init() local 159 gstbasesrc_class = GST_BASE_SRC_CLASS (klass); in gst_test_http_src_class_init() 198 gstbasesrc_class->start = GST_DEBUG_FUNCPTR (gst_test_http_src_start); in gst_test_http_src_class_init() 199 gstbasesrc_class->stop = GST_DEBUG_FUNCPTR (gst_test_http_src_stop); in gst_test_http_src_class_init() 200 gstbasesrc_class->is_seekable = in gst_test_http_src_class_init() 202 gstbasesrc_class->do_seek = GST_DEBUG_FUNCPTR (gst_test_http_src_do_seek); in gst_test_http_src_class_init() 203 gstbasesrc_class->get_size = GST_DEBUG_FUNCPTR (gst_test_http_src_get_size); in gst_test_http_src_class_init() 204 gstbasesrc_class->create = GST_DEBUG_FUNCPTR (gst_test_http_src_create); in gst_test_http_src_class_init()
|
/third_party/gstreamer/gstplugins_good/gst/dtmf/ |
D | gstdtmfsrc.c | 206 GstBaseSrcClass *gstbasesrc_class; in gst_dtmf_src_class_init() local 210 gstbasesrc_class = GST_BASE_SRC_CLASS (klass); in gst_dtmf_src_class_init() 237 gstbasesrc_class->unlock = GST_DEBUG_FUNCPTR (gst_dtmf_src_unlock); in gst_dtmf_src_class_init() 238 gstbasesrc_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_dtmf_src_unlock_stop); in gst_dtmf_src_class_init() 240 gstbasesrc_class->event = GST_DEBUG_FUNCPTR (gst_dtmf_src_handle_event); in gst_dtmf_src_class_init() 241 gstbasesrc_class->create = GST_DEBUG_FUNCPTR (gst_dtmf_src_create); in gst_dtmf_src_class_init() 242 gstbasesrc_class->negotiate = GST_DEBUG_FUNCPTR (gst_dtmf_src_negotiate); in gst_dtmf_src_class_init() 243 gstbasesrc_class->query = GST_DEBUG_FUNCPTR (gst_dtmf_src_query); in gst_dtmf_src_class_init()
|
/third_party/gstreamer/gstreamer/tests/check/pipelines/ |
D | seek.c | 72 GstBaseSrcClass *gstbasesrc_class = (GstBaseSrcClass *) klass; in timed_test_src_class_init() local 74 gstbasesrc_class->is_seekable = timed_test_src_is_seekable; in timed_test_src_class_init() 75 gstbasesrc_class->do_seek = timed_test_src_do_seek; in timed_test_src_class_init() 76 gstbasesrc_class->start = timed_test_src_start; in timed_test_src_class_init() 77 gstbasesrc_class->stop = timed_test_src_stop; in timed_test_src_class_init() 78 gstbasesrc_class->create = timed_test_src_create; in timed_test_src_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst/librfb/ |
D | gstrfbsrc.c | 91 GstBaseSrcClass *gstbasesrc_class; in gst_rfb_src_class_init() local 100 gstbasesrc_class = (GstBaseSrcClass *) klass; in gst_rfb_src_class_init() 152 gstbasesrc_class->negotiate = GST_DEBUG_FUNCPTR (gst_rfb_src_negotiate); in gst_rfb_src_class_init() 153 gstbasesrc_class->stop = GST_DEBUG_FUNCPTR (gst_rfb_src_stop); in gst_rfb_src_class_init() 154 gstbasesrc_class->event = GST_DEBUG_FUNCPTR (gst_rfb_src_event); in gst_rfb_src_class_init() 155 gstbasesrc_class->unlock = GST_DEBUG_FUNCPTR (gst_rfb_src_unlock); in gst_rfb_src_class_init() 157 gstbasesrc_class->decide_allocation = in gst_rfb_src_class_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglbasesrc.c | 112 GstBaseSrcClass *gstbasesrc_class = GST_BASE_SRC_CLASS (klass); in gst_gl_base_src_class_init() local 130 gstbasesrc_class->set_caps = GST_DEBUG_FUNCPTR (gst_gl_base_src_setcaps); in gst_gl_base_src_class_init() 131 gstbasesrc_class->query = GST_DEBUG_FUNCPTR (gst_gl_base_src_query); in gst_gl_base_src_class_init() 132 gstbasesrc_class->get_times = GST_DEBUG_FUNCPTR (gst_gl_base_src_get_times); in gst_gl_base_src_class_init() 133 gstbasesrc_class->start = GST_DEBUG_FUNCPTR (gst_gl_base_src_start); in gst_gl_base_src_class_init() 134 gstbasesrc_class->stop = GST_DEBUG_FUNCPTR (gst_gl_base_src_stop); in gst_gl_base_src_class_init() 135 gstbasesrc_class->decide_allocation = in gst_gl_base_src_class_init() 137 gstbasesrc_class->do_seek = GST_DEBUG_FUNCPTR (gst_gl_base_src_do_seek); in gst_gl_base_src_class_init()
|
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/ |
D | gstvideotestsrc.c | 239 GstBaseSrcClass *gstbasesrc_class; in gst_video_test_src_class_init() local 244 gstbasesrc_class = (GstBaseSrcClass *) klass; in gst_video_test_src_class_init() 372 gstbasesrc_class->set_caps = gst_video_test_src_setcaps; in gst_video_test_src_class_init() 373 gstbasesrc_class->fixate = gst_video_test_src_src_fixate; in gst_video_test_src_class_init() 374 gstbasesrc_class->is_seekable = gst_video_test_src_is_seekable; in gst_video_test_src_class_init() 375 gstbasesrc_class->do_seek = gst_video_test_src_do_seek; in gst_video_test_src_class_init() 376 gstbasesrc_class->query = gst_video_test_src_query; in gst_video_test_src_class_init() 377 gstbasesrc_class->get_times = gst_video_test_src_get_times; in gst_video_test_src_class_init() 378 gstbasesrc_class->start = gst_video_test_src_start; in gst_video_test_src_class_init() 379 gstbasesrc_class->stop = gst_video_test_src_stop; in gst_video_test_src_class_init() [all …]
|