/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux_dump.c | 50 GST_LOG ("%*s version/flags: %08x", depth, "", version); in qtdemux_dump_mvhd() 54 GST_LOG ("%*s creation time: %u", depth, "", GET_UINT32 (data)); in qtdemux_dump_mvhd() 55 GST_LOG ("%*s modify time: %u", depth, "", GET_UINT32 (data)); in qtdemux_dump_mvhd() 56 GST_LOG ("%*s time scale: 1/%u sec", depth, "", GET_UINT32 (data)); in qtdemux_dump_mvhd() 57 GST_LOG ("%*s duration: %u", depth, "", GET_UINT32 (data)); in qtdemux_dump_mvhd() 59 GST_LOG ("%*s creation time: %" G_GUINT64_FORMAT, in qtdemux_dump_mvhd() 61 GST_LOG ("%*s modify time: %" G_GUINT64_FORMAT, in qtdemux_dump_mvhd() 63 GST_LOG ("%*s time scale: 1/%u sec", depth, "", GET_UINT32 (data)); in qtdemux_dump_mvhd() 64 GST_LOG ("%*s duration: %" G_GUINT64_FORMAT, in qtdemux_dump_mvhd() 69 GST_LOG ("%*s pref. rate: %g", depth, "", GET_FP32 (data)); in qtdemux_dump_mvhd() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | pesparse.c | 82 GST_LOG ("stream_id : 0x%08x , packet_length : %d", res->stream_id, in mpegts_parse_pes_header() 107 GST_LOG ("scrambling_control 0x%0x", res->scrambling_control); in mpegts_parse_pes_header() 108 GST_LOG ("flags_1: %s%s%s%s%s", in mpegts_parse_pes_header() 122 GST_LOG ("flags_2: %s%s%s%s%s%s%s%s%s", in mpegts_parse_pes_header() 156 GST_LOG ("PTS %" G_GUINT64_FORMAT " %" GST_TIME_FORMAT, in mpegts_parse_pes_header() 169 GST_LOG ("DTS %" G_GUINT64_FORMAT " %" GST_TIME_FORMAT, in mpegts_parse_pes_header() 180 GST_LOG ("ESCR %" G_GUINT64_FORMAT " %" GST_TIME_FORMAT, in mpegts_parse_pes_header() 194 GST_LOG ("ES_rate : %d", res->ES_rate); in mpegts_parse_pes_header() 205 GST_LOG ("trick_mode 0x%x", res->trick_mode); in mpegts_parse_pes_header() 235 GST_LOG ("additional_copy_info : 0x%x", res->additional_copy_info); in mpegts_parse_pes_header() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglsyncmeta.c | 63 GST_LOG ("deleting sync object %p", sync_meta->data); in _default_set_sync_gl() 68 GST_LOG ("setting sync object %p", sync_meta->data); in _default_set_sync_gl() 81 GST_LOG ("waiting on sync object %p", sync_meta->data); in _default_wait_gl() 94 GST_LOG ("waiting on sync object %p", sync_meta->data); in _default_wait_cpu_gl() 108 GST_LOG ("copy sync object %p from meta %p to %p", src->data, src, dest); in _default_copy() 121 GST_LOG ("deleting sync object %p", sync_meta->data); in _default_free_gl() 188 GST_LOG ("setting sync point %p", sync_meta); in _set_sync_point() 217 GST_LOG ("waiting %p", sync_meta); in _wait() 246 GST_LOG ("waiting %p", sync_meta); in _wait_cpu() 300 GST_LOG ("copying sync meta %p into %p", smeta, dmeta); in _gst_gl_sync_meta_transform() [all …]
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavprotocol.h | 31 GST_LOG ("locking tlock from thread %p", g_thread_self ()); \ 33 GST_LOG ("locked tlock from thread %p", g_thread_self ()); \ 37 GST_LOG ("unlocking tlock from thread %p", g_thread_self ()); \ 42 GST_LOG ("thread %p waiting", g_thread_self ()); \ 47 GST_LOG ("signalling from thread %p", g_thread_self ()); \
|
D | gstavprotocol.c | 215 GST_LOG ("Closing file"); in gst_ffmpegdata_close() 299 GST_LOG ("requested size %d", size); in gst_ffmpeg_pipe_read() 303 GST_LOG ("requested size %d", size); in gst_ffmpeg_pipe_read() 315 GST_LOG ("Getting %d bytes", size); in gst_ffmpeg_pipe_read() 318 GST_LOG ("%" G_GSIZE_FORMAT " bytes left in adapter", in gst_ffmpeg_pipe_read() 330 GST_LOG ("Closing pipe"); in gst_ffmpeg_pipe_close()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstinfo.c | 68 GST_LOG ("NULL: %" GST_PTR_FORMAT, (gpointer) NULL); in GST_START_TEST() 78 GST_LOG ("STRUCTURE: %" GST_PTR_FORMAT, s); in GST_START_TEST() 91 GST_LOG ("MESSAGE: %" GST_PTR_FORMAT, msg); in GST_START_TEST() 103 GST_LOG ("BUFFER: %" GST_PTR_FORMAT, buf); in GST_START_TEST() 109 GST_LOG ("BUFFERLIST: %" GST_PTR_FORMAT, list); in GST_START_TEST() 116 GST_LOG ("GOBJECT: %" GST_PTR_FORMAT, obj); in GST_START_TEST() 121 GST_LOG ("GSTOBJECT: %" GST_PTR_FORMAT, obj); in GST_START_TEST() 126 GST_LOG ("PAD: %" GST_PTR_FORMAT, pad); in GST_START_TEST() 131 GST_LOG ("PAD: %" GST_PTR_FORMAT, pad); in GST_START_TEST() 168 GST_LOG ("TIME: %" GST_SEGMENT_FORMAT, &segment); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | gstsubparseelement.c | 130 GST_LOG ("MicroDVD (frame based) format detected"); in gst_sub_parse_data_format_autodetect() 134 GST_LOG ("SubRip (time based) format detected"); in gst_sub_parse_data_format_autodetect() 138 GST_LOG ("DKS (time based) format detected"); in gst_sub_parse_data_format_autodetect() 142 GST_LOG ("WebVTT (time based) format detected"); in gst_sub_parse_data_format_autodetect() 147 GST_LOG ("MPSub (time based) format detected"); in gst_sub_parse_data_format_autodetect() 152 GST_LOG ("SAMI (time based) format detected"); in gst_sub_parse_data_format_autodetect() 161 GST_LOG ("TMPlayer (time based) format detected"); in gst_sub_parse_data_format_autodetect() 165 GST_LOG ("MPL2 (time based) format detected"); in gst_sub_parse_data_format_autodetect() 169 GST_LOG ("SubViewer (time based) format detected"); in gst_sub_parse_data_format_autodetect() 173 GST_LOG ("QTtext (time based) format detected"); in gst_sub_parse_data_format_autodetect()
|
D | tmplayerparse.c | 93 GST_LOG ("multiline format %u %u %u %u", h, m, s, l); in tmplayer_parse_line() 98 GST_LOG ("single line format %u %u %u %u %c", h, m, s, l, divc); in tmplayer_parse_line() 105 GST_LOG ("empty line, and there's still text in the buffer"); in tmplayer_parse_line() 139 GST_LOG ("returning: '%s'", GST_STR_NULL (ret)); in tmplayer_parse_line()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/ |
D | gst-scte-section.c | 107 GST_LOG ("component %u splice_time %" G_GUINT64_FORMAT " (%" in _parse_splice_component() 115 GST_LOG ("component %u utc_splice_time %u", component->tag, in _parse_splice_component() 147 GST_LOG ("splice_event_id: 0x%08x", event->splice_event_id); in _parse_splice_event() 150 GST_LOG ("splice_event_cancel_indicator: %d", in _parse_splice_event() 166 GST_LOG ("out_of_network_indicator:%d", event->out_of_network_indicator); in _parse_splice_event() 167 GST_LOG ("program_splice_flag:%d", event->program_splice_flag); in _parse_splice_event() 168 GST_LOG ("duration_flag:%d", event->duration_flag); in _parse_splice_event() 171 GST_LOG ("splice_immediate_flag:%d", event->splice_immediate_flag); in _parse_splice_event() 196 GST_LOG ("program_splice_time %" G_GUINT64_FORMAT " (%" in _parse_splice_event() 203 GST_LOG ("utc_splice_time %u", event->utc_splice_time); in _parse_splice_event() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph263depay.c | 255 GST_LOG ("Mode A"); in gst_rtp_h263_depay_process() 271 GST_LOG ("Mode B"); in gst_rtp_h263_depay_process() 288 GST_LOG ("Mode C"); in gst_rtp_h263_depay_process() 306 GST_LOG ("F/P/M/I : %d/%d/%d/%d", F, P, M, I); in gst_rtp_h263_depay_process() 307 GST_LOG ("SBIT : %d , EBIT : %d", SBIT, EBIT); in gst_rtp_h263_depay_process() 308 GST_LOG ("payload_len : %d, header_len : %d , leftover : 0x%x", in gst_rtp_h263_depay_process() 339 GST_LOG ("payload[0] : 0x%x", payload[0]); in gst_rtp_h263_depay_process() 341 GST_LOG ("payload[0] : 0x%x", payload[0]); in gst_rtp_h263_depay_process() 343 GST_LOG ("payload[0] : 0x%x", payload[0]); in gst_rtp_h263_depay_process()
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstxmlhelper.c | 350 GST_LOG (" - %s: %s", property_name, prop_string); in gst_xml_helper_get_prop_validated_string() 369 GST_LOG (" - %s:%s: %s", ns_name, property_name, prop_string); in gst_xml_helper_get_ns_prop_string() 398 GST_LOG (" - %s:", property_name); in gst_xml_helper_get_prop_string_vector_type() 400 GST_LOG (" %s", prop_string_vector[i]); in gst_xml_helper_get_prop_string_vector_type() 424 GST_LOG (" - %s: %d", property_name, *property_value); in gst_xml_helper_get_prop_signed_integer() 449 GST_LOG (" - %s: %u", property_name, *property_value); in gst_xml_helper_get_prop_unsigned_integer() 476 GST_LOG (" - %s: %" G_GUINT64_FORMAT, property_name, *property_value); in gst_xml_helper_get_prop_unsigned_integer_64() 505 GST_LOG (" - %s:", property_name); in gst_xml_helper_get_prop_uint_vector_type() 509 GST_LOG (" %u", prop_uint_vector[i]); in gst_xml_helper_get_prop_uint_vector_type() 549 GST_LOG (" - %s: %lf", property_name, *property_value); in gst_xml_helper_get_prop_double() [all …]
|
D | gstmpdparser.c | 111 GST_LOG ("content of BaseURL node:"); in gst_mpdparser_parse_baseURL_node() 114 GST_LOG ("attributes of BaseURL node:"); in gst_mpdparser_parse_baseURL_node() 130 GST_LOG ("attributes of %s node:", a_node->name); in gst_mpdparser_parse_descriptor_type() 148 GST_LOG ("attributes of ContentComponent node:"); in gst_mpdparser_parse_content_component_node() 182 GST_LOG ("content of Location node:"); in gst_mpdparser_parse_location_node() 198 GST_LOG ("attributes of SubRepresentation node:"); in gst_mpdparser_parse_subrepresentation_node() 223 GST_LOG ("attributes of SegmentURL node:"); in gst_mpdparser_parse_segment_url_node() 242 GST_LOG ("attributes of URLType node:"); in gst_mpdparser_parse_url_type_node() 280 GST_LOG ("attributes of SegmentBaseType extension:"); in gst_mpdparser_parse_seg_base_type_ext() 328 GST_LOG ("attributes of S node:"); in gst_mpdparser_parse_s_node() [all …]
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | gstqsgtexture.cc | 73 GST_LOG ("%p setCaps %" GST_PTR_FORMAT, this, caps); in setCaps() 82 GST_LOG ("%p setBuffer %" GST_PTR_FORMAT, this, buffer); in setBuffer() 155 GST_LOG ("%p binding Qt texture %u", this, tex_id); in bind() 198 GST_LOG ("%p binding fallback dummy Qt texture %u", this, this->dummy_tex_id_); in bind() 214 GST_LOG ("%p get texture id %u", this, tex_id); in textureId() 238 GST_LOG ("%p get has alpha channel %u", this, has_alpha); in hasAlphaChannel()
|
/third_party/gstreamer/gstplugins_bad/ext/curl/ |
D | gstcurlbasesink.c | 290 GST_LOG ("more data to send"); in gst_curl_base_sink_transfer_thread_notify_unlocked() 348 GST_LOG ("enter render"); in gst_curl_base_sink_render() 405 GST_LOG ("exit render"); in gst_curl_base_sink_render() 740 GST_LOG ("common options set"); in gst_curl_base_sink_transfer_set_common_options_unlocked() 795 GST_LOG ("sent : %" G_GSIZE_FORMAT, bytes_to_send); in transfer_data_buffer() 807 GST_LOG ("write buf len=%" G_GSIZE_FORMAT ", offset=%" G_GSIZE_FORMAT, in gst_curl_base_sink_transfer_data_buffer() 859 GST_LOG ("returning 0, no more data to send in this file"); in gst_curl_base_sink_transfer_read_cb() 1184 GST_LOG ("creating transfer thread"); in gst_curl_base_sink_transfer_start_unlocked() 1211 GST_LOG ("transfer thread started"); in gst_curl_base_sink_transfer_thread_func() 1240 GST_LOG ("have data"); in gst_curl_base_sink_transfer_thread_func() [all …]
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | apev2mux.c | 184 GST_LOG ("filling buffer with fake mp3 data, offset = %" G_GUINT64_FORMAT, in fill_mp3_buffer() 212 GST_LOG ("size=%" G_GSIZE_FORMAT ", offset=%" G_GINT64_FORMAT, map.size, off); in got_buffer() 308 GST_LOG ("Waiting for tag ..."); in test_taglib_apev2mux_with_tags() 329 GST_LOG ("Got tags: %" GST_PTR_FORMAT, tags_read); in test_taglib_apev2mux_with_tags() 333 GST_LOG ("Waiting for EOS ..."); in test_taglib_apev2mux_with_tags() 350 GST_LOG ("Got EOS, shutting down ..."); in test_taglib_apev2mux_with_tags() 357 GST_LOG ("Done"); in test_taglib_apev2mux_with_tags() 377 GST_LOG ("tag mask = %08x (i=%d)", mask, i); in GST_START_TEST() 384 GST_LOG ("tags for mask %08x = %" GST_PTR_FORMAT, mask, tags); in GST_START_TEST()
|
D | id3v2mux.c | 269 GST_LOG ("filling buffer with fake mp3 data, offset = %" G_GUINT64_FORMAT, in fill_mp3_buffer() 297 GST_LOG ("size=%" G_GSIZE_FORMAT ", offset=%" G_GINT64_FORMAT, map.size, off); in got_buffer() 405 GST_LOG ("setting and getting state ..."); in test_taglib_id3mux_with_tags() 414 GST_LOG ("Waiting for tag ..."); in test_taglib_id3mux_with_tags() 435 GST_LOG ("Got tags: %" GST_PTR_FORMAT, tags_read); in test_taglib_id3mux_with_tags() 443 GST_LOG ("Waiting for EOS ..."); in test_taglib_id3mux_with_tags() 460 GST_LOG ("Got EOS, shutting down ..."); in test_taglib_id3mux_with_tags() 467 GST_LOG ("Done"); in test_taglib_id3mux_with_tags() 487 GST_LOG ("tag mask = %08x (i=%d)", mask, i); in GST_START_TEST() 494 GST_LOG ("tags for mask %08x = %" GST_PTR_FORMAT, mask, tags); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstpromise.c | 139 GST_LOG ("%p waiting", promise); in gst_promise_wait() 143 GST_LOG ("%p waited", promise); in gst_promise_wait() 198 GST_LOG ("%p replied", promise); in gst_promise_reply() 275 GST_LOG ("%p interrupted", promise); in gst_promise_interrupt() 308 GST_LOG ("%p expired", promise); in gst_promise_expire() 338 GST_LOG ("%p finalized", promise); in gst_promise_free() 379 GST_LOG ("new promise %p", promise); in gst_promise_new()
|
D | gstpluginloader.c | 395 GST_LOG ("%s %s", uname_data.sysname, uname_data.release); in gst_plugin_loader_use_usr_bin_arch() 430 GST_LOG ("Trying to spawn gst-plugin-scanner helper at %s with arch %s", in gst_plugin_loader_try_helper() 433 GST_LOG ("Trying to spawn gst-plugin-scanner helper at %s", location); in gst_plugin_loader_try_helper() 557 GST_LOG ("Trying GST_PLUGIN_SCANNER env var: %s", env); in gst_plugin_loader_spawn() 565 GST_LOG ("Trying installed plugin scanner"); in gst_plugin_loader_spawn() 636 GST_LOG ("waiting for child process to exit"); in plugin_loader_cleanup_child() 719 GST_LOG ("Expanding tx buf from %d to %d for packet of size %d", in put_packet() 759 GST_LOG ("Expanding tx buf from %d to %d for chunk of size %d", in put_chunk() 804 GST_LOG ("Writing packet of size %d bytes to fd %d", to_write, l->fd_w.fd); in write_one() 918 GST_LOG ("Got VERSION %u from child. Ours is %u", got_version, in check_protocol_version() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstcea708decoder.c | 240 GST_LOG ("full_size:%" G_GSIZE_FORMAT in gst_cea708dec_process_dtvcc_packet() 256 GST_LOG ("window #%02d deleted:%d visible:%d updated:%d", window_id, in gst_cea708dec_process_dtvcc_packet() 411 GST_LOG ("Process 708 command (%02X): %s", c, command); in gst_cea708dec_print_command_name() 508 GST_LOG ("added %p str[%d]: %s", str, len, str); in gst_cea708dec_text_list_add() 632 GST_LOG ("pen_color fg=0x%x fg_op=0x%x bg=0x%x bg_op=0x%x edge=0x%x", in gst_cea708dec_set_pen_color() 665 GST_LOG ("Print direction = %d", window->print_direction); in gst_cea708dec_set_window_attributes() 794 GST_LOG ("current_window=%d", decoder->current_window); in gst_cea708dec_define_window() 795 GST_LOG ("dtvcc_buffer %02x %02x %02x %02x %02x %02x", in gst_cea708dec_define_window() 898 GST_LOG ("priority=%d anchor=%d relative_pos=%d anchor_v=%d anchor_h=%d", in gst_cea708dec_define_window() 904 GST_LOG ("row_count=%d col_count=%d row_lock=%d col_lock=%d visible=%d", in gst_cea708dec_define_window() [all …]
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | id3mux.c | 312 GST_LOG ("filling buffer with fake mp3 data, offset = %" G_GUINT64_FORMAT, in fill_mp3_buffer() 341 GST_LOG ("got buffer, size=%u, offset=%" G_GINT64_FORMAT, size, off); in got_buffer() 451 GST_LOG ("setting and getting state ..."); in test_taglib_id3mux_with_tags() 460 GST_LOG ("Waiting for tag ..."); in test_taglib_id3mux_with_tags() 481 GST_LOG ("Got tags: %" GST_PTR_FORMAT, tags_read); in test_taglib_id3mux_with_tags() 489 GST_LOG ("Waiting for EOS ..."); in test_taglib_id3mux_with_tags() 506 GST_LOG ("Got EOS, shutting down ..."); in test_taglib_id3mux_with_tags() 513 GST_LOG ("Done"); in test_taglib_id3mux_with_tags() 534 GST_LOG ("tag mask = %08x (i=%d)", mask, i); in run_id3mux_test() 541 GST_LOG ("tags for mask %08x = %" GST_PTR_FORMAT, mask, tags); in run_id3mux_test()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | textoverlay.c | 297 GST_LOG ("non-black pixel (%d) at (x,y) %d,%d", ptr[x], x, y); in buffer_is_all_black() 333 GST_LOG ("creating buffer (%dx%d)", w, h); in create_black_buffer() 874 GST_LOG ("pushing text buffer"); in GST_START_TEST() 892 GST_LOG ("pushing video buffer 1"); in GST_START_TEST() 915 GST_LOG ("pushing video buffer 2"); in GST_START_TEST() 946 GST_LOG ("pushing video buffer 3"); in GST_START_TEST() 976 GST_LOG ("pushing video buffer 4"); in GST_START_TEST() 1015 GST_LOG ("pushing video buffer %u @ %" GST_TIME_FORMAT, frame_count, in test_render_continuity_push_video_buffers_thread() 1052 GST_LOG ("pushing text buffer @ %" GST_TIME_FORMAT, in GST_START_TEST() 1057 GST_LOG ("pushing text buffer @ %" GST_TIME_FORMAT, in GST_START_TEST() [all …]
|
/third_party/gstreamer/gst_libav/tests/check/elements/ |
D | avdec_adpcm.c | 91 GST_LOG ("reading file '%s'", path); in decode_file() 101 GST_LOG ("waiting for pipeline to reach PAUSED state"); in decode_file() 109 GST_LOG ("PAUSED, let's decode"); in decode_file() 111 GST_LOG ("Done, got EOS message"); in decode_file()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-converter.c | 228 GST_LOG ("free chain %p", chain); in audio_chain_free() 245 GST_LOG ("set samples %p %" G_GSIZE_FORMAT, samples, num_samples); in audio_chain_set_samples() 354 GST_LOG ("new rate %d -> %d", in_rate, out_rate); in gst_audio_converter_update_config() 406 GST_LOG ("output samples %p %" G_GSIZE_FORMAT, convert->out_data, in get_output_samples() 438 GST_LOG ("temp samples %p %" G_GSIZE_FORMAT, chain->tmp, num_samples); in get_temp_samples() 459 GST_LOG ("unpack in-place %p, %" G_GSIZE_FORMAT, tmp, num_samples); in do_unpack() 462 GST_LOG ("unpack to tmp %p, %" G_GSIZE_FORMAT, tmp, num_samples); in do_unpack() 468 GST_LOG ("copy %p, %p, %" G_GSIZE_FORMAT, tmp[i], convert->in_data[i], in do_unpack() 472 GST_LOG ("unpack %p, %p, %" G_GSIZE_FORMAT, tmp[i], in do_unpack() 487 GST_LOG ("get in samples %p", tmp); in do_unpack() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | plugin.c | 93 GST_LOG ("%d decoder codec: %" GST_FOURCC_FORMAT, profiles->len, in plugin_register_decoders() 95 GST_LOG ("sink caps: %" GST_PTR_FORMAT, sinkcaps); in plugin_register_decoders() 96 GST_LOG ("src caps: %" GST_PTR_FORMAT, srccaps); in plugin_register_decoders() 180 GST_LOG ("%d encoder %scodec: %" GST_FOURCC_FORMAT, profiles->len, str, in plugin_register_encoders() 182 GST_LOG ("sink caps: %" GST_PTR_FORMAT, sinkcaps); in plugin_register_encoders() 183 GST_LOG ("src caps: %" GST_PTR_FORMAT, srccaps); in plugin_register_encoders()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2.c | 88 GST_LOG ("index: %u", format.index); in gst_v4l2_probe_template_caps() 89 GST_LOG ("type: %d", format.type); in gst_v4l2_probe_template_caps() 90 GST_LOG ("flags: %08x", format.flags); in gst_v4l2_probe_template_caps() 91 GST_LOG ("description: '%s'", format.description); in gst_v4l2_probe_template_caps() 92 GST_LOG ("pixelformat: %" GST_FOURCC_FORMAT, in gst_v4l2_probe_template_caps()
|