Re: is libgstvideoconvert gone in 1.22.3
Nicolas Dufresne via gstreamer-devel <[email protected]>
| Newsgroups | gmane.comp.video.gstreamer.devel |
|---|---|
| Message-ID | <CAKQmDh-Mh1ScNXuMt_2OgZiugRMcEHgvTvexVdz9oGPPOK44Zw@mail.gmail.com> |
Le ven. 4 août 2023, 16 h 16, cfd new via gstreamer-devel < [email protected]> a écrit : > working now after I changed the order of static libs. > Ah, of course, static linking pain. I remember there was some special options you can pass to force the linker iterating over multiple time to resolve the deps. Glad you got it working. Nicolas > On Friday, August 4, 2023, 02:26:28 p.m. EDT, cfd new <[email protected]> > wrote: > > > a libpcre2-8.a was missing. I added it to the build and still see the same > errors. > > On Thursday, August 3, 2023, 10:32:55 a.m. EDT, cfd new via > gstreamer-devel <[email protected]> wrote: > > > Thank you for your reply, Nicolas. I am trying to build an app on Android > and have to use static gstreamer libs. My app works fine on Android with > gstreamer 1.20.3. I have replaced libgstvideoconvert with videoconvertscale > in the build of my app with gstreamer 1.22.3. Got quite a few build errors > related to pcre2_match. No sure what is going on. > > On Wednesday, August 2, 2023, 07:15:33 p.m. EDT, Nicolas Dufresne via > gstreamer-devel <[email protected]> wrote: > > > 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 > >