x264enc: Print full option-string applied to x264_encoder in debug log
authorYeongjin Jeong <yeongjin.jeong@navercorp.com>
Thu, 18 Oct 2018 03:32:03 +0000 (12:32 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 11 Sep 2022 22:34:46 +0000 (23:34 +0100)
commit46dbf194bdd8ae164701ced1093eca37b2898631
treec5a3d1c125669239b647be623337ef1a8f510e3e
parent8ebd8544548a52f298e5002b4b7a802a5a0c8ebf
x264enc: Print full option-string applied to x264_encoder in debug log

x264 encoder transfers all options applied to the encoder
to the SEI payload when the headers(SPS, PPS) is requested.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3014>
subprojects/gst-plugins-ugly/ext/x264/gstx264enc.c