Re: [Interest] Build Qt with Gstreamer on Ubuntu

2017-01-14 Thread Лагнер , Сергей
Thanks all. All advices are very useful. Jean-Michaël Celerier is right, libgstreamer-plugins-base1.0-dev was absent. 2017-01-15 5:12 GMT+07:00 Jean-Michaël Celerier < jeanmichael.celer...@gmail.com>: > You also need libgstreamer-plugins-base1.0-dev > > > > --- > Jean-Michaël Celerier > http

Re: [Interest] Build Qt with Gstreamer on Ubuntu

2017-01-14 Thread Thiago Macieira
On domingo, 15 de janeiro de 2017 01:56:46 PST Лагнер, Сергей wrote: > Qt Multimedia: > ALSA ... yes > GStreamer 1.0 .. no > GStreamer 0.10 . no See details in qtmultimedia/config.log -- Thiago Macieira - thiag

Re: [Interest] QWebView and Joomla pages

2017-01-14 Thread Frank Rueter | OHUfx
I go tit working now by adding the header data back into the downloaded html. Thanks a lot Kai! frank On 15/01/17 2:22 PM, Frank Rueter | OHUfx wrote: Hi Kai, my apologies for not replying earlier! Thank you for the explanation, so it sounds like its "should just work". After reading your exp

Re: [Interest] QWebView and Joomla pages

2017-01-14 Thread Frank Rueter | OHUfx
Hi Kai, my apologies for not replying earlier! Thank you for the explanation, so it sounds like its "should just work". After reading your explanation I realised that the html I am feeding into the WebView comes directly from a data base query and does not include the headers you see in the sou

Re: [Interest] Build Qt with Gstreamer on Ubuntu

2017-01-14 Thread Jean-Michaël Celerier
You also need libgstreamer-plugins-base1.0-dev --- Jean-Michaël Celerier http://www.jcelerier.name On Sat, Jan 14, 2017 at 8:22 PM, Allan Sandfeld Jensen wrote: > On Saturday 14 January 2017, Лагнер, Сергей wrote: > > Hello all. > > > > I'm trying to build qt from source(branch 5.8). The

Re: [Interest] Build Qt with Gstreamer on Ubuntu

2017-01-14 Thread Allan Sandfeld Jensen
On Saturday 14 January 2017, Лагнер, Сергей wrote: > Hello all. > > I'm trying to build qt from source(branch 5.8). The problem I've got that > Gstreamer does not work for me. > Last time I've done following completely from scratch: > > - git clone https://code.qt.io/qt/qt5.git qt > - ./init-repo

[Interest] Build Qt with Gstreamer on Ubuntu

2017-01-14 Thread Лагнер , Сергей
Hello all. I'm trying to build qt from source(branch 5.8). The problem I've got that Gstreamer does not work for me. Last time I've done following completely from scratch: - git clone https://code.qt.io/qt/qt5.git qt - ./init-repository - ./configure -opensource -nomake examples -nomake tests an