Re: [Lazarus] GStreamer API unit added

2022-11-09 Thread Michael Van Canneyt via lazarus
On Wed, 9 Nov 2022, Aruna Hewapathirane wrote: normally, sudo apt-get install libgstreamer1.0-dev will fix this. I installed gstreamer1.0-dev package and now it compiles. Compiles and builds playmp3 - screenshot attached. https://pasteboard.co/Uq4bM35Ykllu.png But new problem now. I

Re: [Lazarus] GStreamer API unit added

2022-11-09 Thread Aruna Hewapathirane via lazarus
On Wed, Nov 9, 2022 at 3:37 AM Michael Van Canneyt via lazarus < lazarus@lists.lazarus-ide.org> wrote: > > > On Tue, 8 Nov 2022, Aruna Hewapathirane wrote: > > >> > > Hello Michael, > > > > I tried to get things working but had problems with the IDE I have > attached > > screenshots. > > It seems

Re: [Lazarus] GStreamer API unit added

2022-11-09 Thread Aruna Hewapathirane via lazarus
On Wed, Nov 9, 2022 at 2:34 AM Luca Olivetti via lazarus < lazarus@lists.lazarus-ide.org> wrote: > El 9/11/22 a les 3:06, Aruna Hewapathirane via lazarus ha escrit: > > This time it tries to link but dies saying can't find : /usr/bin/ld.bfd: > > cannot find -lgstreamer-1.0 > > > In debian/ubuntu

Re: [Lazarus] GStreamer API unit added

2022-11-09 Thread Michael Van Canneyt via lazarus
On Tue, 8 Nov 2022, Aruna Hewapathirane wrote: Hello Michael, I tried to get things working but had problems with the IDE I have attached screenshots. It seems you opened the .lpi file as a pascal file using the file - open menu ? A .lpi file must be opened with project - open menu.

Re: [Lazarus] GStreamer API unit added

2022-11-08 Thread Luca Olivetti via lazarus
El 9/11/22 a les 3:06, Aruna Hewapathirane via lazarus ha escrit: This time it tries to link but dies saying can't find : /usr/bin/ld.bfd: cannot find -lgstreamer-1.0 In debian/ubuntu based distributions you'll have to install the libgstreamer1.0-dev package: $ apt-file search

Re: [Lazarus] GStreamer API unit added

2022-11-08 Thread Aruna Hewapathirane via lazarus
On Tue, Nov 8, 2022 at 2:00 AM Michael Van Canneyt via lazarus < lazarus@lists.lazarus-ide.org> wrote: > > > On Mon, 7 Nov 2022, Aruna Hewapathirane wrote: > > > Hi Michael, > > > > Many thanks for the link. I have a few more questions please? I am > running > > FPC 3.2.0 > > and Lazarus 2.0.10

Re: [Lazarus] GStreamer API unit added

2022-11-08 Thread Aruna Hewapathirane via lazarus
On Tue, Nov 8, 2022 at 2:00 AM Michael Van Canneyt via lazarus < lazarus@lists.lazarus-ide.org> wrote: > > > On Mon, 7 Nov 2022, Aruna Hewapathirane wrote: > > > Hi Michael, > > > > Many thanks for the link. I have a few more questions please? I am > running > > FPC 3.2.0 > > and Lazarus 2.0.10

Re: [Lazarus] GStreamer API unit added

2022-11-07 Thread Michael Van Canneyt via lazarus
On Mon, 7 Nov 2022, Aruna Hewapathirane wrote: Hi Michael, Many thanks for the link. I have a few more questions please? I am running FPC 3.2.0 and Lazarus 2.0.10 how do I get your gstreamer code into my installation? What is the preferred or best way to do this? It is my first time so

Re: [Lazarus] GStreamer API unit added

2022-11-07 Thread Aruna Hewapathirane via lazarus
Hi Michael, Many thanks for the link. I have a few more questions please? I am running FPC 3.2.0 and Lazarus 2.0.10 how do I get your gstreamer code into my installation? What is the preferred or best way to do this? It is my first time so apologies if this is a silly question. Many thanks once

Re: [Lazarus] GStreamer API unit added

2022-11-06 Thread Michael Van Canneyt via lazarus
Hello, Yes, see here: https://gitlab.com/freepascal.org/fpc/source/-/tree/main/packages/gstreamer Michael. On Sun, 6 Nov 2022, Aruna Hewapathirane wrote: Hello Michael, I would be very interested in this. Is there a link to the source and the example code please? Thanks - Aruna On Tue,

Re: [Lazarus] GStreamer API unit added

2022-11-06 Thread Aruna Hewapathirane via lazarus
Hello Michael, I would be very interested in this. Is there a link to the source and the example code please? Thanks - Aruna On Tue, Nov 1, 2022 at 6:45 AM Michael Van Canneyt via lazarus < lazarus@lists.lazarus-ide.org> wrote: > > Hello, > > For all people interested in sound/video streaming: