Hi~
I'm using DVSDK 3.10 & gstreamer_ti to implement IP camera and I need to change the h.264 profile.
I was trying to change the h.264 profile(high --> baseline) but I couldn't find the proper point to change the setting. I think it is possible to add some dynamic params of h.264 before calling Venc1_create in 'gsttividenc1.c', but it seems not to be a good solution because the core source code will be modified.
So, if possible, I'd like to know where to change the default setting of h.264 or about any other solution.
Please give me any hint or comment about it. Thanks in advance.