Home
last modified time | relevance | path

Searched refs:gst_warning (Results 1 – 25 of 37) sorted by relevance

12

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/utils/fallbackswitch/src/fallbacksrc/video_fallback/
H A Dimp.rs22 use gst::{gst_debug, gst_error, gst_info, gst_warning};
222 gst_warning!(CAT, obj: bin, "Got error {:?}", err); in handle_message()
253 gst_warning!(CAT, obj: element, "Failed to set URI: {}", err); in file_src_for_uri()
258 gst_warning!(CAT, obj: element, "Couldn't set state READY"); in file_src_for_uri()
268 gst_warning!(CAT, obj: element, "Couldn't active pad"); in file_src_for_uri()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/video/dav1d/src/dav1ddec/
H A Dimp.rs12 use gst::{gst_debug, gst_error, gst_info, gst_trace, gst_warning};
60 gst_warning!(CAT, "Unsupported dav1d format"); in gst_video_format_from_dav1d_picture()
84 gst_warning!(CAT, "Unsupported dav1d format: {}", f); in gst_video_format_from_dav1d_picture()
267 gst_warning!(CAT, obj: element, "No frame found for offset {}", offset); in handle_picture()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/video/closedcaption/src/ccdetect/
H A Dimp.rs21 use gst::{gst_trace, gst_warning};
87 gst_warning!(CAT, "cc_data length is not a multiple of 3, truncating"); in detect_cc_data()
372 gst_warning!(CAT, "{}", &e.to_string()); in transform_ip_passthrough()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/video/closedcaption/src/cea608overlay/
H A Dimp.rs21 use gst::{gst_error, gst_info, gst_log, gst_trace, gst_warning};
336 gst_warning!(CAT, "cc_data length is not a multiple of 3, truncating"); in decode_cc_data()
393 gst_warning!(CAT, "cc_data length is not a multiple of 3, truncating"); in decode_s334_1a()
459 gst_warning!(CAT, "{}", &e.to_string()); in sink_chain()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-0.15.7/src/
H A Dlog.rs231 macro_rules! gst_warning( macro
418 gst_warning!(cat, "meh"); in new_and_log()
428 gst_warning!(cat, obj: &obj, "meh"); in new_and_log()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-0.15.0/src/
H A Dlog.rs231 macro_rules! gst_warning( macro
418 gst_warning!(cat, "meh"); in new_and_log()
428 gst_warning!(cat, obj: &obj, "meh"); in new_and_log()
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer/src/
H A Dlog.rs231 macro_rules! gst_warning( macro
418 gst_warning!(cat, "meh"); in new_and_log()
428 gst_warning!(cat, obj: &obj, "meh"); in new_and_log()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-0.17.3/src/
H A Dlog.rs261 macro_rules! gst_warning( macro
533 gst_warning!(cat, "meh"); in new_and_log()
543 gst_warning!(cat, obj: &obj, "meh"); in new_and_log()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-0.17.4/src/
H A Dlog.rs261 macro_rules! gst_warning( macro
533 gst_warning!(cat, "meh"); in new_and_log()
543 gst_warning!(cat, obj: &obj, "meh"); in new_and_log()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-0.17.1/src/
H A Dlog.rs261 macro_rules! gst_warning( macro
533 gst_warning!(cat, "meh"); in new_and_log()
543 gst_warning!(cat, obj: &obj, "meh"); in new_and_log()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/audio/lewton/src/lewtondec/
H A Dimp.rs11 use gst::{gst_debug, gst_error, gst_warning};
235 gst_warning!(CAT, obj: element, "Got comment header before ident header"); in handle_header()
243 gst_warning!( in handle_header()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/video/closedcaption/src/tttocea608/
H A Dimp.rs21 use gst::{gst_debug, gst_error, gst_log, gst_trace, gst_warning};
639 gst_warning!( in generate()
706 gst_warning!(CAT, obj: element, "Not translating UTF8: {}", c); in generate()
775 gst_warning!( in generate()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/video/closedcaption/src/cea608tojson/
H A Dimp.rs31 use gst::{gst_debug, gst_error, gst_log, gst_trace, gst_warning};
647 gst_warning!(CAT, obj: element, "Unknown command {}!", cmd); in decode_control()
682 gst_warning!(CAT, obj: element, "No row to append decoded text to!"); in decode_text()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/net/reqwest/src/reqwesthttpsrc/
H A Dimp.rs23 use gst::{gst_debug, gst_error, gst_trace, gst_warning};
390 gst_warning!( in do_request()
406 gst_warning!( in do_request()
421 gst_warning!( in do_request()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/generic/threadshare/src/udpsink/
H A Dimp.rs28 element_error, error_msg, gst_debug, gst_error, gst_info, gst_log, gst_trace, gst_warning,
179 gst_warning!(CAT, obj: gst_pad, "Not removing unknown client {:?}", &addr); in remove_client()
193 gst_warning!(CAT, obj: gst_pad, "Not adding client {:?} again", &addr); in add_client()
802 gst_warning!( in prepare_socket()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/audio/csound/src/filter/
H A Dimp.rs22 element_error, error_msg, gst_debug, gst_error, gst_info, gst_log, gst_warning, loggable_error,
175 MessageType::CSOUNDMSG_WARNING => gst_warning!(CAT, "{}", msg), in message_callback()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/utils/togglerecord/src/togglerecord/
H A Dimp.rs21 use gst::{gst_debug, gst_log, gst_trace, gst_warning};
792 gst_warning!(CAT, obj: pad, "Complete buffer clipped!"); in handle_secondary_stream()
849 gst_warning!(CAT, obj: pad, "Complete buffer clipped!"); in handle_secondary_stream()
975 gst_warning!(CAT, obj: pad, "Complete buffer clipped!"); in handle_secondary_stream()
1057 gst_warning!(CAT, obj: pad, "Complete buffer clipped!"); in handle_secondary_stream()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/utils/fallbackswitch/src/fallbacksrc/
H A Dimp.rs21 use gst::{gst_debug, gst_error, gst_info, gst_warning};
1578 gst_warning!(CAT, obj: element, "Have no segment event yet"); in handle_pad_blocked()
1948 gst_warning!( in handle_streams_selected()
1956 gst_warning!( in handle_streams_selected()
2427 gst_warning!(CAT, obj: element, "Switched to fallback stream"); in handle_switch_active_pad_change()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/generic/threadshare/src/runtime/
H A Dexecutor.rs41 use gst::{gst_debug, gst_log, gst_trace, gst_warning};
547 gst_warning!( in spawn_internal()
H A Dtask.rs27 use gst::{gst_debug, gst_error, gst_fixme, gst_log, gst_trace, gst_warning};
348 gst_warning!(RUNTIME_CAT, "Unable to send {:?}: {:?}", trigger, err); in trigger()
425 gst_warning!(RUNTIME_CAT, "Attempt to prepare Task in state {:?}", state); in prepare()
474 gst_warning!( in unprepare()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/text/json/src/jsongstparse/
H A Dimp.rs21 use gst::{gst_debug, gst_error, gst_info, gst_log, gst_trace, gst_warning};
312 gst_warning!(CAT, obj: element, "Ignoring format change",); in handle_buffer()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/video/flavors/src/flvdemux/
H A Dimp.rs19 use gst::{gst_debug, gst_error, gst_log, gst_trace, gst_warning};
869 gst_warning!( in handle_aac_audio_packet_header()
1039 gst_warning!( in handle_avc_video_packet_header()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/video/closedcaption/src/scc_parse/
H A Dimp.rs23 element_error, gst_debug, gst_error, gst_fixme, gst_info, gst_log, gst_trace, gst_warning,
179 gst_warning!( in handle_timecode()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/net/rusoto/src/aws_transcriber/
H A Dimp.rs22 element_error, error_msg, gst_debug, gst_error, gst_info, gst_log, gst_trace, gst_warning,
298 gst_warning!( in dequeue()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/video/closedcaption/src/mcc_parse/
H A Dimp.rs22 element_error, gst_debug, gst_error, gst_fixme, gst_info, gst_log, gst_trace, gst_warning,
204 gst_warning!( in handle_timecode()

12