Searched refs:netsim (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/netsim/ |
D | gstnetsim.c | 96 GST_ELEMENT_REGISTER_DEFINE (netsim, "netsim", 115 gst_net_sim_loop (GstNetSim * netsim) in gst_net_sim_loop() argument 119 GST_TRACE_OBJECT (netsim, "TASK: begin"); in gst_net_sim_loop() 121 g_mutex_lock (&netsim->loop_mutex); in gst_net_sim_loop() 122 loop = g_main_loop_ref (netsim->main_loop); in gst_net_sim_loop() 123 netsim->running = TRUE; in gst_net_sim_loop() 124 GST_TRACE_OBJECT (netsim, "TASK: signal start"); in gst_net_sim_loop() 125 g_cond_signal (&netsim->start_cond); in gst_net_sim_loop() 126 g_mutex_unlock (&netsim->loop_mutex); in gst_net_sim_loop() 128 GST_TRACE_OBJECT (netsim, "TASK: run"); in gst_net_sim_loop() [all …]
|
D | gstnetsim.h | 99 GST_ELEMENT_REGISTER_DECLARE (netsim);
|
/third_party/gstreamer/gstplugins_bad/gst/ |
D | meson.build | 10 'mxf', 'netsim', 'onvif', 'pcapparse', 'pnm', 'proxy',
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | netsim.c | 67 GST_CHECK_MAIN (netsim)
|
/third_party/gstreamer/gstplugins_bad/tests/check/ |
D | meson.build | 132 [['elements/netsim.c']],
|
/third_party/gstreamer/gstplugins_bad/ |
D | meson_options.txt | 46 option('netsim', type : 'feature', value : 'auto') feature
|
D | ChangeLog | 10251 * tests/check/elements/netsim.c: 10252 tests/netsim: Set src caps before creating buffers 10863 * gst/netsim/gstnetsim.c: 10864 * gst/netsim/gstnetsim.h: 12971 * gst/netsim/gstnetsim.c: 24305 * gst/netsim/gstnetsim.c: 24421 * gst/netsim/gstnetsim.c: 33465 * gst/netsim/gstnetsim.c: 34182 * gst/netsim/Makefile.am: 40038 * docs/plugins/inspect/plugin-netsim.xml: [all …]
|