Re: is libgstvideoconvert gone in 1.22.3
Nicolas Dufresne via gstreamer-devel <[email protected]>
| Newsgroups | gmane.comp.video.gstreamer.devel |
|---|---|
| Message-ID | <CAKQmDh8U3zumApemdCg8vAWOk-khQwdbbjPMTpMtqMdv1hCdOw@mail.gmail.com> |
Hi, Le lun. 31 juill. 2023, 21 h 00, cfd new via gstreamer-devel < [email protected]> a écrit : > I have a pipeline built with 1.20.3. Trying to upgrade to 1.22.3 and found > out the libgstvideoconvert does not exist anymore. I tried to replace it > with libgstvideoconvertscale and got bunch of errors related to > pcre2_match* from gregex.c. > What replaced libgstvideoconvert? > It's replaced by videoconvertscale plugin, but still registered as videoconvert element. What are you trying to do with this plugin? If you need the conversion feature as a library, use libgstvideo instead. > Thanks for your help. > > Joe >