qtgstreamer

Custom Gstreamer plugin - To support multiple (2) source pad

人走茶凉 提交于 2021-01-29 17:32:15
问题 Hope all are doing great! I wanted to know your valuable inputs and suggestions on the Gstreamer pipeline requirement mentioned below. My requirement is to design the custom plugin which can support two different input frames to perform the custom operation on it. The one frame will be coming from the scalar element and the second frame from the decoder element . Is it feasible to design a custom GStreamer plugin to support multiple source pads? If yes then can anyone guide me on how do it is

How to use GStreamer in Visual Studio 2010?

久未见 提交于 2019-11-30 04:07:31
问题 Do I have to compile GStreamer on my own? Can I do it using Visual Studio 2010? I'm struggling to find a good step-by-step guide with instructions on how to do this. Is there a good one? My objective is to build applications using QtGstreamer on VS2010. 回答1: This links gives a complete method to compile GStreamer using Visual Studio and this one is to compile QtGstreamer. 回答2: Download the GStreamer libraries and headers for windows. Put them in a folder. Add the folder's path to your Include