Home
last modified time | relevance | path

Searched refs:GST_LOG_OBJECT (Results 1 – 25 of 625) sorted by relevance

12345678910>>...25

/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggmux.c573 GST_LOG_OBJECT (mux, GST_GP_FORMAT in gst_ogg_mux_buffer_from_page()
598 GST_LOG_OBJECT (mux->srcpad, "pushing %p, last_ts=%" GST_TIME_FORMAT, in gst_ogg_mux_push_buffer()
627 GST_LOG_OBJECT (pad->collect.pad, in gst_ogg_mux_dequeue_page()
630 GST_LOG_OBJECT (pad->collect.pad, in gst_ogg_mux_dequeue_page()
649 GST_LOG_OBJECT (pad->collect.pad, in gst_ogg_mux_dequeue_page()
666 GST_LOG_OBJECT (pad->collect.pad, "[gp -1] pushing page"); in gst_ogg_mux_dequeue_page()
676 GST_LOG_OBJECT (mux, "no oldest yet, taking buffer %p from pad %" in gst_ogg_mux_dequeue_page()
684 GST_LOG_OBJECT (mux, "older buffer %p, taking from pad %" in gst_ogg_mux_dequeue_page()
698 GST_LOG_OBJECT (opad->collect.pad, in gst_ogg_mux_dequeue_page()
739 GST_LOG_OBJECT (pad->collect.pad, GST_GP_FORMAT in gst_ogg_mux_pad_queue_page()
[all …]
Dgstoggparse.c251 GST_LOG_OBJECT (ogg, "Disposing of object %p", ogg); in gst_ogg_parse_dispose()
375 GST_LOG_OBJECT (ogg, in gst_ogg_parse_chain()
407 GST_LOG_OBJECT (ogg, "Timestamping outgoing buffer as %" GST_TIME_FORMAT, in gst_ogg_parse_chain()
432 GST_LOG_OBJECT (ogg, in gst_ogg_parse_chain()
448 GST_LOG_OBJECT (ogg, "Incorrect stream; repeats serial number %08x " in gst_ogg_parse_chain()
453 GST_LOG_OBJECT (ogg, "Deleting all referenced streams, found a new " in gst_ogg_parse_chain()
460 GST_LOG_OBJECT (ogg, "Incorrect page"); in gst_ogg_parse_chain()
470 GST_LOG_OBJECT (ogg, in gst_ogg_parse_chain()
493 GST_LOG_OBJECT (ogg, in gst_ogg_parse_chain()
510 GST_LOG_OBJECT (ogg, "Header page unexpectedly found outside " in gst_ogg_parse_chain()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/mplex/
Dgstmplex.hh48 GST_LOG_OBJECT (m, "locking tlock from thread %p", g_thread_self ()); \
50 GST_LOG_OBJECT (m, "locked tlock from thread %p", g_thread_self ()); \
54 GST_LOG_OBJECT (m, "unlocking tlock from thread %p", g_thread_self ()); \
59 GST_LOG_OBJECT (m, "thread %p waiting", g_thread_self ()); \
64 GST_LOG_OBJECT (m, "signalling from thread %p", g_thread_self ()); \
69 GST_LOG_OBJECT (m, "signalling all from thread %p", g_thread_self ()); \
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-audio.c163 GST_LOG_OBJECT (obj, "min_rate %d, max_rate %d (originally: %d, %d)", in gst_oss4_audio_detect_rates()
167 GST_LOG_OBJECT (obj, "device supports any sample rate between min and max"); in gst_oss4_audio_detect_rates()
176 GST_LOG_OBJECT (obj, "%d sample rates:", ai->nrates); in gst_oss4_audio_detect_rates()
179 GST_LOG_OBJECT (obj, " rate: %d", ai->rates[i]); in gst_oss4_audio_detect_rates()
367 GST_LOG_OBJECT (obj, "min_channels %d, max_channels %d (originally: %d, %d)", in gst_oss4_audio_detect_channels()
420 GST_LOG_OBJECT (obj, "not adding layout with %d channels", c); in gst_oss4_audio_detect_channels()
426 GST_LOG_OBJECT (obj, "c=%u, appending struct %" GST_PTR_FORMAT, c, s); in gst_oss4_audio_detect_channels()
446 GST_LOG_OBJECT (obj, "channel structures: %" GST_PTR_FORMAT, chan_caps); in gst_oss4_audio_detect_channels()
496 GST_LOG_OBJECT (obj, "%s formats : 0x%08x", (output) ? "out" : "in", formats); in gst_oss4_audio_probe_caps()
509 GST_LOG_OBJECT (obj, "adding non-native %s formats : 0x%08x", in gst_oss4_audio_probe_caps()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/
Dgstmpeg2enc.hh49 GST_LOG_OBJECT (m, "locking tlock from thread %p", g_thread_self ()); \
51 GST_LOG_OBJECT (m, "locked tlock from thread %p", g_thread_self ()); \
55 GST_LOG_OBJECT (m, "unlocking tlock from thread %p", g_thread_self ()); \
60 GST_LOG_OBJECT (m, "thread %p waiting", g_thread_self ()); \
65 GST_LOG_OBJECT (m, "signalling from thread %p", g_thread_self ()); \
/third_party/gstreamer/gstplugins_bad/gst/gdp/
Dgstgdpdepay.c302 GST_LOG_OBJECT (this, "reading GDP header from adapter"); in gst_gdp_depay_chain()
317 GST_LOG_OBJECT (this, in gst_gdp_depay_chain()
334 GST_LOG_OBJECT (this, "switching to state BUFFER"); in gst_gdp_depay_chain()
337 GST_LOG_OBJECT (this, "switching to state CAPS"); in gst_gdp_depay_chain()
340 GST_LOG_OBJECT (this, "switching to state EVENT"); in gst_gdp_depay_chain()
367 GST_LOG_OBJECT (this, "reading GDP buffer from adapter"); in gst_gdp_depay_chain()
396 GST_LOG_OBJECT (this, "deserialized buffer %p, pushing, timestamp %" in gst_gdp_depay_chain()
409 GST_LOG_OBJECT (this, "switching to state HEADER"); in gst_gdp_depay_chain()
418 GST_LOG_OBJECT (this, "reading GDP caps from adapter"); in gst_gdp_depay_chain()
433 GST_LOG_OBJECT (this, "switching to state HEADER"); in gst_gdp_depay_chain()
[all …]
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmparobustdepay.c248 GST_LOG_OBJECT (mp3parse, "Calculated mp3 frame length of %u bytes", length); in mp3_type_frame_length_from_header()
249 GST_LOG_OBJECT (mp3parse, "samplerate = %lu, bitrate = %lu, version = %lu, " in mp3_type_frame_length_from_header()
268 GST_LOG_OBJECT (mp3parse, "size = %u", length); in mp3_type_frame_length_from_header()
347 GST_LOG_OBJECT (rtpmpadepay, "backpointer: %d", frame->backpointer); in gst_rtp_mpa_robust_depay_queue_frame()
353 GST_LOG_OBJECT (rtpmpadepay, "side info: %d", frame->side_info); in gst_rtp_mpa_robust_depay_queue_frame()
398 GST_LOG_OBJECT (rtpmpadepay, "dequeueing ADU frame"); in gst_rtp_mpa_robust_depay_dequeue_frame()
427 GST_LOG_OBJECT (rtpmpadepay, "sync: 0x%x, index: %u, cycle count: %u", in gst_rtp_mpa_robust_depay_deinterleave()
515 GST_LOG_OBJECT (rtpmpadepay, in gst_rtp_mpa_robust_depay_push_mp3_frames()
528 GST_LOG_OBJECT (rtpmpadepay, in gst_rtp_mpa_robust_depay_push_mp3_frames()
546 GST_LOG_OBJECT (rtpmpadepay, "current mp3 frame remaining: %d", av); in gst_rtp_mpa_robust_depay_push_mp3_frames()
[all …]
Dgstrtpj2kpay.c215 GST_LOG_OBJECT (pay, "checking from offset %u", offset); in find_pu_end()
223 GST_LOG_OBJECT (pay, "found SOP at %u", offset); in find_pu_end()
230 GST_LOG_OBJECT (pay, "found EPH at %u", offset); in find_pu_end()
234 GST_LOG_OBJECT (pay, "reached next SOT at %u", offset); in find_pu_end()
248 GST_LOG_OBJECT (pay, "found SOC at %u", offset); in find_pu_end()
257 GST_LOG_OBJECT (pay, "found SOT at %u", offset); in find_pu_end()
268 GST_LOG_OBJECT (pay, "SOT length %u", len); in find_pu_end()
303 GST_LOG_OBJECT (pay, "Isot %u, Psot %u, next %u", state->header.tile, in find_pu_end()
308 GST_LOG_OBJECT (pay, "found SOD at %u", offset); in find_pu_end()
318 GST_LOG_OBJECT (pay, "found EOC at %u", offset); in find_pu_end()
[all …]
Dgstrtpjpegpay.c533 GST_LOG_OBJECT (pay, "got dimensions %ux%u", height, width); in gst_rtp_jpeg_pay_read_sof()
565 GST_LOG_OBJECT (pay, "got comp %d, samp %02x, qt %d", elem.id, elem.samp, in gst_rtp_jpeg_pay_read_sof()
746 GST_LOG_OBJECT (pay, "got buffer size %" G_GSIZE_FORMAT in gst_rtp_jpeg_pay_handle_buffer()
759 GST_LOG_OBJECT (pay, "checking from offset %u", memory.offset); in gst_rtp_jpeg_pay_handle_buffer()
766 GST_LOG_OBJECT (pay, "skipping marker"); in gst_rtp_jpeg_pay_handle_buffer()
782 GST_LOG_OBJECT (pay, "SOS found"); in gst_rtp_jpeg_pay_handle_buffer()
791 GST_LOG_OBJECT (pay, "SOI found"); in gst_rtp_jpeg_pay_handle_buffer()
794 GST_LOG_OBJECT (pay, "DRI found"); in gst_rtp_jpeg_pay_handle_buffer()
802 GST_LOG_OBJECT (pay, "skipping marker"); in gst_rtp_jpeg_pay_handle_buffer()
820 GST_LOG_OBJECT (pay, "header size %u", jpeg_header_size); in gst_rtp_jpeg_pay_handle_buffer()
[all …]
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstwavpackparse.c335 GST_LOG_OBJECT (parse, "correction bitstream"); in gst_wavpack_parse_frame_metadata()
344 GST_LOG_OBJECT (parse, "updated with custom rate %d", wpi->rate); in gst_wavpack_parse_frame_metadata()
372 GST_LOG_OBJECT (parse, "unparsed ID 0x%x", id); in gst_wavpack_parse_frame_metadata()
425 GST_LOG_OBJECT (parse, "size %d", wph.ckSize); in gst_wavpack_parse_frame_header()
426 GST_LOG_OBJECT (parse, "version 0x%x", wph.version); in gst_wavpack_parse_frame_header()
427 GST_LOG_OBJECT (parse, "total samples %d", wph.total_samples); in gst_wavpack_parse_frame_header()
428 GST_LOG_OBJECT (parse, "block index %d", wph.block_index); in gst_wavpack_parse_frame_header()
429 GST_LOG_OBJECT (parse, "block samples %d", wph.block_samples); in gst_wavpack_parse_frame_header()
430 GST_LOG_OBJECT (parse, "flags 0x%x", wph.flags); in gst_wavpack_parse_frame_header()
431 GST_LOG_OBJECT (parse, "crc 0x%x", wph.flags); in gst_wavpack_parse_frame_header()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstmpegvideoparse.c311 GST_LOG_OBJECT (mpvparse, "accepting parsed config size %d", size); in gst_mpegv_parse_process_config()
325 GST_LOG_OBJECT (mpvparse, "Read Sequence Extension"); in gst_mpegv_parse_process_config()
333 GST_LOG_OBJECT (mpvparse, "Read Sequence Display Extension"); in gst_mpegv_parse_process_config()
341 GST_LOG_OBJECT (mpvparse, "Read Quantization Matrix Extension"); in gst_mpegv_parse_process_config()
495 GST_LOG_OBJECT (mpvparse, "process startcode %x (%s) offset:%d", packet->type, in gst_mpegv_parse_process_sc()
502 GST_LOG_OBJECT (mpvparse, "startcode is PICTURE"); in gst_mpegv_parse_process_sc()
514 GST_LOG_OBJECT (mpvparse, "startcode is SEQUENCE"); in gst_mpegv_parse_process_sc()
520 GST_LOG_OBJECT (mpvparse, "startcode is GOP"); in gst_mpegv_parse_process_sc()
528 GST_LOG_OBJECT (mpvparse, "startcode is VIDEO PACKET EXTENSION"); in gst_mpegv_parse_process_sc()
530 GST_LOG_OBJECT (mpvparse, "... considered PICTURE EXTENSION"); in gst_mpegv_parse_process_sc()
[all …]
Dgstmpeg4videoparse.c294 GST_LOG_OBJECT (mp4vparse, "Width/Height: %u/%u, " in gst_mpeg4vparse_process_config()
301 GST_LOG_OBJECT (mp4vparse, "accepting parsed config size %" G_GSIZE_FORMAT, in gst_mpeg4vparse_process_config()
321 GST_LOG_OBJECT (mp4vparse, "process startcode %x", packet->type); in gst_mpeg4vparse_process_sc()
327 GST_LOG_OBJECT (mp4vparse, "ending frame of size %d", packet->offset - 3); in gst_mpeg4vparse_process_sc()
345 GST_LOG_OBJECT (mp4vparse, "startcode is VOP"); in gst_mpeg4vparse_process_sc()
348 GST_LOG_OBJECT (mp4vparse, "startcode is GOP"); in gst_mpeg4vparse_process_sc()
350 GST_LOG_OBJECT (mp4vparse, "startcode is User Data"); in gst_mpeg4vparse_process_sc()
363 GST_LOG_OBJECT (mp4vparse, "Visual Sequence Start"); in gst_mpeg4vparse_process_sc()
371 GST_LOG_OBJECT (mp4vparse, "Visual Object"); in gst_mpeg4vparse_process_sc()
378 GST_LOG_OBJECT (mp4vparse, "Video Object Layer"); in gst_mpeg4vparse_process_sc()
[all …]
/third_party/gstreamer/gstplugins_good/gst/shapewipe/
Dgstshapewipe.c235 GST_LOG_OBJECT (self, "Setting mask position: %f", f); in gst_shape_wipe_set_property()
242 GST_LOG_OBJECT (self, "Setting mask border: %f", f); in gst_shape_wipe_set_property()
349 GST_LOG_OBJECT (pad, "srcpad accepted caps: %" GST_PTR_FORMAT, ret); in gst_shape_wipe_video_sink_getcaps()
356 GST_LOG_OBJECT (pad, "peerpad accepted caps: %" GST_PTR_FORMAT, tmp); in gst_shape_wipe_video_sink_getcaps()
366 GST_LOG_OBJECT (pad, "intersection: %" GST_PTR_FORMAT, tmp); in gst_shape_wipe_video_sink_getcaps()
386 GST_LOG_OBJECT (pad, "mask accepted caps: %" GST_PTR_FORMAT, tmp); in gst_shape_wipe_video_sink_getcaps()
413 GST_LOG_OBJECT (pad, "Returning caps: %" GST_PTR_FORMAT, ret); in gst_shape_wipe_video_sink_getcaps()
472 GST_LOG_OBJECT (pad, "video sink accepted caps: %" GST_PTR_FORMAT, ret); in gst_shape_wipe_mask_sink_getcaps()
478 GST_LOG_OBJECT (pad, "srcpad accepted caps: %" GST_PTR_FORMAT, ret); in gst_shape_wipe_mask_sink_getcaps()
489 GST_LOG_OBJECT (pad, "intersection: %" GST_PTR_FORMAT, ret); in gst_shape_wipe_mask_sink_getcaps()
[all …]
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstadapter.c294 GST_LOG_OBJECT (adapter, "new pts %" GST_TIME_FORMAT, GST_TIME_ARGS (pts)); in update_timestamps_and_offset()
300 GST_LOG_OBJECT (adapter, "new dts %" GST_TIME_FORMAT, GST_TIME_ARGS (dts)); in update_timestamps_and_offset()
306 GST_LOG_OBJECT (adapter, "new offset %" G_GUINT64_FORMAT, offset); in update_timestamps_and_offset()
390 GST_LOG_OBJECT (adapter, "pushing %p first %" G_GSIZE_FORMAT " bytes", in gst_adapter_push()
396 GST_LOG_OBJECT (adapter, "pushing %p %" G_GSIZE_FORMAT " bytes at end, " in gst_adapter_push()
437 GST_LOG_OBJECT (adapter, "Merging buffers of size %" G_GSIZE_FORMAT " & %"
572 GST_LOG_OBJECT (adapter, "unmap memory buffer %p", cur); in gst_adapter_unmap()
634 GST_LOG_OBJECT (adapter, "flushing %" G_GSIZE_FORMAT " bytes", flush); in gst_adapter_flush_unchecked()
655 GST_LOG_OBJECT (adapter, "flushing out head buffer"); in gst_adapter_flush_unchecked()
668 GST_LOG_OBJECT (adapter, "adapter empty now"); in gst_adapter_flush_unchecked()
[all …]
Dgsttypefindhelper.c97 GST_LOG_OBJECT (helper->obj, "'%s' called peek (%" G_GINT64_FORMAT
239 GST_LOG_OBJECT (helper->obj,
254 GST_LOG_OBJECT (helper->obj, "'%s' called get_length, returning %"
293 GST_LOG_OBJECT (obj, "sorting typefind for extension %s to head", extension);
307 GST_LOG_OBJECT (obj, "testing factory %s for extension %s",
313 GST_LOG_OBJECT (obj, "moving typefind for extension %s to head",
500 GST_LOG_OBJECT (obj, "Returning %" GST_PTR_FORMAT " (probability = %u)",
562 GST_LOG_OBJECT (helper->obj, "'%s' called peek (%" G_GINT64_FORMAT ", %u)",
569 GST_LOG_OBJECT (helper->obj, "'%s' wanted to peek at end; not supported",
601 GST_LOG_OBJECT (helper->obj,
[all …]
Dgstbaseparse.c819 GST_LOG_OBJECT (parse, "marking as new frame"); in gst_base_parse_update_frame()
956 GST_LOG_OBJECT (parse, "upstream : %" GST_PTR_FORMAT, in gst_base_parse_queue_tag_event_update()
958 GST_LOG_OBJECT (parse, "parser : %" GST_PTR_FORMAT, in gst_base_parse_queue_tag_event_update()
960 GST_LOG_OBJECT (parse, "mode : %d", parse->priv->parser_tags_merge_mode); in gst_base_parse_queue_tag_event_update()
980 GST_LOG_OBJECT (parse, "adding min bitrate %u", parse->priv->min_bitrate); in gst_base_parse_queue_tag_event_update()
985 GST_LOG_OBJECT (parse, "adding max bitrate %u", parse->priv->max_bitrate); in gst_base_parse_queue_tag_event_update()
991 GST_LOG_OBJECT (parse, "adding avg bitrate %u", parse->priv->avg_bitrate); in gst_base_parse_queue_tag_event_update()
1026 GST_LOG_OBJECT (parse, in gst_base_parse_parse_frame()
1041 GST_LOG_OBJECT (parse, in gst_base_parse_parse_frame()
1059 GST_LOG_OBJECT (parse, in gst_base_parse_parse_frame()
[all …]
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux_dump.c271 GST_LOG_OBJECT (qtdemux, "%*s data reference:%d", depth, "", in qtdemux_dump_stsd_avc1()
273 GST_LOG_OBJECT (qtdemux, "%*s version/rev.: %08x", depth, "", in qtdemux_dump_stsd_avc1()
276 GST_LOG_OBJECT (qtdemux, "%*s vendor: %" GST_FOURCC_FORMAT, depth, in qtdemux_dump_stsd_avc1()
278 GST_LOG_OBJECT (qtdemux, "%*s temporal qual: %u", depth, "", in qtdemux_dump_stsd_avc1()
280 GST_LOG_OBJECT (qtdemux, "%*s spatial qual: %u", depth, "", in qtdemux_dump_stsd_avc1()
282 GST_LOG_OBJECT (qtdemux, "%*s width: %u", depth, "", in qtdemux_dump_stsd_avc1()
284 GST_LOG_OBJECT (qtdemux, "%*s height: %u", depth, "", in qtdemux_dump_stsd_avc1()
286 GST_LOG_OBJECT (qtdemux, "%*s horiz. resol: %g", depth, "", in qtdemux_dump_stsd_avc1()
288 GST_LOG_OBJECT (qtdemux, "%*s vert. resol.: %g", depth, "", in qtdemux_dump_stsd_avc1()
290 GST_LOG_OBJECT (qtdemux, "%*s data size: %u", depth, "", in qtdemux_dump_stsd_avc1()
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstghostpad.c272 GST_LOG_OBJECT (pad, "%sactivate push on %s:%s, we're ok", in gst_ghost_pad_internal_activate_push_default()
291 GST_LOG_OBJECT (pad, "%sactivate pull on %s:%s", (active ? "" : "de"), in gst_ghost_pad_internal_activate_pull_default()
300 GST_LOG_OBJECT (pad, "pad is src, activate internal"); in gst_ghost_pad_internal_activate_pull_default()
307 GST_LOG_OBJECT (pad, "activating peer"); in gst_ghost_pad_internal_activate_pull_default()
312 GST_LOG_OBJECT (pad, "not src and no peer, failing"); in gst_ghost_pad_internal_activate_pull_default()
315 GST_LOG_OBJECT (pad, "deactivating pull, with no peer - allowing"); in gst_ghost_pad_internal_activate_pull_default()
350 GST_LOG_OBJECT (pad, "unknown activation mode %d", mode); in gst_ghost_pad_internal_activate_mode_default()
366 GST_LOG_OBJECT (pad, "%sactivate push on %s:%s, proxy internal", in gst_ghost_pad_activate_push_default()
384 GST_LOG_OBJECT (pad, "%sactivate pull on %s:%s", (active ? "" : "de"), in gst_ghost_pad_activate_pull_default()
391 GST_LOG_OBJECT (pad, "pad is src, activate internal"); in gst_ghost_pad_activate_pull_default()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/
Dgstplanaraudioadapter.c184 GST_LOG_OBJECT (adapter, "new pts %" GST_TIME_FORMAT, GST_TIME_ARGS (pts)); in update_timestamps_and_offset()
190 GST_LOG_OBJECT (adapter, "new dts %" GST_TIME_FORMAT, GST_TIME_ARGS (dts)); in update_timestamps_and_offset()
196 GST_LOG_OBJECT (adapter, "new offset %" G_GUINT64_FORMAT, offset); in update_timestamps_and_offset()
236 GST_LOG_OBJECT (adapter, "pushing %p first %" G_GSIZE_FORMAT " samples", in gst_planar_audio_adapter_push()
242 GST_LOG_OBJECT (adapter, "pushing %p %" G_GSIZE_FORMAT " samples at end, " in gst_planar_audio_adapter_push()
272 GST_LOG_OBJECT (adapter, "flushing out head buffer"); in gst_planar_audio_adapter_flush_unchecked()
284 GST_LOG_OBJECT (adapter, "adapter empty now"); in gst_planar_audio_adapter_flush_unchecked()
357 GST_LOG_OBJECT (adapter, "getting buffer of %" G_GSIZE_FORMAT " samples", in gst_planar_audio_adapter_get_buffer()
373 GST_LOG_OBJECT (adapter, "providing buffer of %" G_GSIZE_FORMAT " samples" in gst_planar_audio_adapter_get_buffer()
384 GST_LOG_OBJECT (adapter, "providing buffer of %" G_GSIZE_FORMAT " samples" in gst_planar_audio_adapter_get_buffer()
[all …]
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/
Dgstgdkanimation.c145 GST_LOG_OBJECT (ani, "get_size called (%p, %p) %d x %d", width, height, in gst_gdk_animation_get_size()
240 GST_LOG_OBJECT (iter, "unreffing buffer %p on finalize", buffer); in gst_gdk_animation_iter_finalize()
254 GST_LOG_OBJECT (iter, "enqueing buffer %p (timestamp %" G_GUINT64_FORMAT ")", in got_handoff()
368 GST_LOG_OBJECT (iter, "iterating..."); in gst_gdk_animation_get_more_buffers()
370 GST_LOG_OBJECT (iter, "no more data available"); in gst_gdk_animation_get_more_buffers()
374 GST_LOG_OBJECT (iter, "iterating done, setting EOS"); in gst_gdk_animation_get_more_buffers()
398 GST_LOG_OBJECT (iter, "unreffing pixbuf %p", iter->pixbuf); in gst_gdk_animation_iter_create_pixbuf()
434 GST_LOG_OBJECT (iter, "created pixbuf %p from buffer %p (refcount %d)", in gst_gdk_animation_iter_create_pixbuf()
527 GST_LOG_OBJECT (iter, "unreffing buffer %p, because timestamp too low (%" in gst_gdk_animation_iter_advance()
555 GST_LOG_OBJECT (iter, "returning delay of infinite, we're EOS"); in gst_gdk_animation_iter_get_delay_time()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/proxy/
Dgstproxysink.c165 GST_LOG_OBJECT (pad, "Handling query of type '%s'", in gst_proxy_sink_sink_query()
206 GST_LOG_OBJECT (pad, "Got %s event", GST_EVENT_TYPE_NAME (event)); in gst_proxy_sink_sink_event()
246 GST_LOG_OBJECT (pad, "Chaining buffer %p", buffer); in gst_proxy_sink_sink_chain()
264 GST_LOG_OBJECT (pad, "Chained buffer %p: %s", buffer, in gst_proxy_sink_sink_chain()
268 GST_LOG_OBJECT (pad, "Dropped buffer %p: no otherpad", buffer); in gst_proxy_sink_sink_chain()
282 GST_LOG_OBJECT (pad, "Chaining buffer list %p", list); in gst_proxy_sink_sink_chain_list()
299 GST_LOG_OBJECT (pad, "Chained buffer list %p: %s", list, in gst_proxy_sink_sink_chain_list()
303 GST_LOG_OBJECT (pad, "Dropped buffer list %p: no otherpad", list); in gst_proxy_sink_sink_chain_list()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxpartreader.c99 GST_LOG_OBJECT (part_pad, "Pad is EOS"); in have_empty_queue()
103 GST_LOG_OBJECT (part_pad, "Queue is empty"); in have_empty_queue()
121 GST_LOG_OBJECT (reader, in block_until_can_push()
126 GST_LOG_OBJECT (reader, "Done waiting on reader %s active %d flushing %d", in block_until_can_push()
182 GST_LOG_OBJECT (reader, in handle_buffer_measuring()
216 GST_LOG_OBJECT (reader, "Pad %" GST_PTR_FORMAT " %" GST_PTR_FORMAT, pad, buf); in splitmux_part_pad_chain()
246 GST_LOG_OBJECT (reader, "Enqueueing buffer %" GST_PTR_FORMAT, buf); in splitmux_part_pad_chain()
288 GST_LOG_OBJECT (part, "Checking for preroll"); in splitmux_part_is_prerolled_locked()
292 GST_LOG_OBJECT (part, "Part pad %" GST_PTR_FORMAT " is not prerolled", in splitmux_part_is_prerolled_locked()
297 GST_LOG_OBJECT (part, "Part is prerolled"); in splitmux_part_is_prerolled_locked()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11bufferpool.cpp162 GST_LOG_OBJECT (pool, "%dx%d, caps %" GST_PTR_FORMAT, info.width, info.height, in gst_d3d11_buffer_pool_set_config()
205 GST_LOG_OBJECT (self, "Direct3D11 Allocation params"); in gst_d3d11_buffer_pool_set_config()
206 GST_LOG_OBJECT (self, "\tD3D11AllocationFlags: 0x%x", in gst_d3d11_buffer_pool_set_config()
211 GST_LOG_OBJECT (self, "\t[plane %d] %dx%d, DXGI format %d", in gst_d3d11_buffer_pool_set_config()
213 GST_LOG_OBJECT (self, "\t[plane %d] MipLevel %d, ArraySize %d", in gst_d3d11_buffer_pool_set_config()
215 GST_LOG_OBJECT (self, in gst_d3d11_buffer_pool_set_config()
218 GST_LOG_OBJECT (self, "\t[plane %d] Usage %d", i, desc[i].Usage); in gst_d3d11_buffer_pool_set_config()
219 GST_LOG_OBJECT (self, in gst_d3d11_buffer_pool_set_config()
221 GST_LOG_OBJECT (self, in gst_d3d11_buffer_pool_set_config()
223 GST_LOG_OBJECT (self, in gst_d3d11_buffer_pool_set_config()
[all …]
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2allocator.c303 GST_LOG_OBJECT (allocator, "Got %s buffer", memory_type_to_str (memory)); in gst_v4l2_memory_group_new()
304 GST_LOG_OBJECT (allocator, " index: %u", group->buffer.index); in gst_v4l2_memory_group_new()
305 GST_LOG_OBJECT (allocator, " type: %d", group->buffer.type); in gst_v4l2_memory_group_new()
306 GST_LOG_OBJECT (allocator, " flags: %08x", group->buffer.flags); in gst_v4l2_memory_group_new()
307 GST_LOG_OBJECT (allocator, " field: %d", group->buffer.field); in gst_v4l2_memory_group_new()
308 GST_LOG_OBJECT (allocator, " memory: %d", group->buffer.memory); in gst_v4l2_memory_group_new()
309 GST_LOG_OBJECT (allocator, " planes: %d", group->n_mem); in gst_v4l2_memory_group_new()
315 GST_LOG_OBJECT (allocator, in gst_v4l2_memory_group_new()
319 GST_LOG_OBJECT (allocator, " [%u] MMAP offset: %u", i, in gst_v4l2_memory_group_new()
355 GST_LOG_OBJECT (allocator, "plane %i of buffer %u released", in gst_v4l2_allocator_release()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/
Dmpegpsmux_h264.c103 GST_LOG_OBJECT (mux, "NAL length will be coded on %u bytes", nal_length_size); in mpegpsmux_prepare_h264()
115 GST_LOG_OBJECT (mux, "Sequence Parameter Set is %d bytes", sps_size); in mpegpsmux_prepare_h264()
130 GST_LOG_OBJECT (mux, "we have %d Picture Parameter Set", nb_sps); in mpegpsmux_prepare_h264()
137 GST_LOG_OBJECT (mux, "Picture Parameter Set is %d bytes", pps_size); in mpegpsmux_prepare_h264()

12345678910>>...25