mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
amc: Print generated raw/encoded caps in debug logs
This commit is contained in:
parent
a7adb5cb60
commit
74158bbf37
1 changed files with 4 additions and 0 deletions
|
@ -3832,6 +3832,10 @@ gst_amc_codec_info_to_caps (const GstAmcCodecInfo * codec_info,
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
GST_DEBUG ("Returning caps for '%s':", codec_info->name);
|
||||
GST_DEBUG (" raw caps: %" GST_PTR_FORMAT, raw_ret);
|
||||
GST_DEBUG (" encoded caps: %" GST_PTR_FORMAT, encoded_ret);
|
||||
}
|
||||
|
||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||
|
|
Loading…
Reference in a new issue