Home
last modified time | relevance | path

Searched refs:gstbasesrc_class (Results 1 – 25 of 55) sorted by relevance

123

/third_party/gstreamer/gstplugins_bad/ext/sndfile/
Dgstsfsrc.c99 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/
Dgstpushsrc.c81 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/
Dgstgiobasesrc.c59 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/
Dgstfrei0rsrc.c317 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/
Dgstrtmpsrc.c126 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/
Dgstflitetestsrc.c117 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/
Dgstfdsrc.c152 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 …]
Dgstfilesrc.c151 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/
Dgsttcpclientsrc.c101 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()
Dgstsocketsrc.c113 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()
Dgsttcpserversrc.c95 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/
Dgstshmsrc.c102 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/
Dgstsrtsrc.c357 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/
Dgstqtsrc.cc95 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/
Diosassetsrc.m102 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/
Dgstgltestsrc.c130 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/
Dgstgssrc.cpp142 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/
Dgstsplitfilesrc.c100 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()
Dgstmultifilesrc.c146 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/
Dtest_http_src.c155 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/
Dgstdtmfsrc.c206 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/
Dseek.c72 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/
Dgstrfbsrc.c91 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/
Dgstglbasesrc.c112 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/
Dgstvideotestsrc.c239 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 …]

123