Home
last modified time | relevance | path

Searched refs:GstLogFunction (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgstinfo.h317 typedef void (*GstLogFunction) (GstDebugCategory * category, typedef
397 void gst_debug_add_log_function (GstLogFunction func,
401 guint gst_debug_remove_log_function (GstLogFunction func);
H A Dgstinfo.c290 GstLogFunction func;
1313 gst_debug_add_log_function (GstLogFunction func, gpointer user_data, in gst_debug_add_log_function()
1405 gst_debug_remove_log_function (GstLogFunction func) in gst_debug_remove_log_function()
2233 gst_debug_add_log_function (GstLogFunction func, gpointer user_data, in gst_debug_add_log_function()
2239 gst_debug_remove_log_function (GstLogFunction func) in gst_debug_remove_log_function()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-sys-0.8.1/src/
H A Dlib.rs1072 pub type GstLogFunction = Option< typedef
8417 func: GstLogFunction, in gst_debug_add_log_function() argument
8469 pub fn gst_debug_remove_log_function(func: GstLogFunction) -> c_uint; in gst_debug_remove_log_function()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-sys-0.8.1/src/
H A Dlib.rs1072 pub type GstLogFunction = Option< typedef
8417 func: GstLogFunction, in gst_debug_add_log_function() argument
8469 pub fn gst_debug_remove_log_function(func: GstLogFunction) -> c_uint; in gst_debug_remove_log_function()
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer-sys/src/
H A Dlib.rs1072 pub type GstLogFunction = Option< typedef
8417 func: GstLogFunction, in gst_debug_add_log_function() argument
8469 pub fn gst_debug_remove_log_function(func: GstLogFunction) -> c_uint; in gst_debug_remove_log_function()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-sys-0.17.3/src/
H A Dlib.rs1109 pub type GstLogFunction = Option< typedef
8830 func: GstLogFunction, in gst_debug_add_log_function() argument
8894 pub fn gst_debug_remove_log_function(func: GstLogFunction) -> c_uint; in gst_debug_remove_log_function()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-sys-0.17.3/src/
H A Dlib.rs1109 pub type GstLogFunction = Option< typedef
8830 func: GstLogFunction, in gst_debug_add_log_function() argument
8894 pub fn gst_debug_remove_log_function(func: GstLogFunction) -> c_uint; in gst_debug_remove_log_function()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-sys-0.17.0/src/
H A Dlib.rs1109 pub type GstLogFunction = Option< typedef
8832 func: GstLogFunction, in gst_debug_add_log_function() argument
8896 pub fn gst_debug_remove_log_function(func: GstLogFunction) -> c_uint; in gst_debug_remove_log_function()
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/src/
H A Dgst_methods.defs6590 '("GstLogFunction" "func")
6600 '("GstLogFunction" "func")
/dports/multimedia/gstreamer1/gstreamer-1.16.2/
H A DChangeLog95 The argument must be at least a GObject according to the GstLogFunction
89319 * gst/gstinfo.h: (GstLogFunction):