Re: Openoffice and unsupported gstreamer 0.10 branch (for openoffice libavmediagst.so library)

2018-02-28 Thread Damjan Jovanovic
Unfortunately it looks like the problem is harder than just getting it to build. Even after fixing some more APIs and getting it to play, a separate player window is created. To get the player window to embed like it should, we need to set the X window id on the GstVideoOverlay using

Re: Openoffice and unsupported gstreamer 0.10 branch (for openoffice libavmediagst.so library)

2018-02-28 Thread Jose R R
On Wed, Feb 28, 2018 at 10:25 PM, Peter kovacs wrote: > The Thanks should go to Damjan, who is doing the task. I thought it was obvious the acknowledgement was directed at Damjan. Notwithstanding, unlike you, prior OO 'chairs' never even acknowledged -- much less impulsed --

Status on 4.2.0?

2018-02-28 Thread Peter kovacs
Hello all, What is the current status on 4.2.0? I have seen one bug that fires when opening a document. We got more? All the best Peter - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands,

Re: Openoffice and unsupported gstreamer 0.10 branch (for openoffice libavmediagst.so library)

2018-02-28 Thread Peter kovacs
The Thanks should go to Damjan, who is doing the task. He decided this is important. I did nothing. Am 1. März 2018 01:24:24 MEZ schrieb Jose R R : >Niltze[Hello] all- > >On Wed, Feb 28, 2018 at 9:56 AM, Damjan Jovanovic >wrote: >> I've successfully

Re: Openoffice and unsupported gstreamer 0.10 branch (for openoffice libavmediagst.so library)

2018-02-28 Thread Damjan Jovanovic
Thank you. The video plays, but in a separate window instead of being embedded in the document. I'll continue trying. Distributing the library separately from the rest of AOO would be difficult. Binary compatibility between Ubuntu and Gentoo, bitness, trunk vs 4.1.5. New UNO components also have

Re: Openoffice and unsupported gstreamer 0.10 branch (for openoffice libavmediagst.so library)

2018-02-28 Thread Jose R R
Niltze[Hello] all- On Wed, Feb 28, 2018 at 9:56 AM, Damjan Jovanovic wrote: > I've successfully patched our gstreamer plugin to build with gstreamer-1.0, > but how do I test it? Does someone have a sample document that uses > gstreamer? > > The patch is attached for anyone

Re: Openoffice and unsupported gstreamer 0.10 branch (for openoffice libavmediagst.so library)

2018-02-28 Thread Torokhov Sergey
Sorry, that is correct link: https://yadi.sk/d/shOKuCcS3StDkr On Thu, 1 Mar 2018 03:01:19 +0300 Torokhov Sergey wrote: > Hello, > > I created simple presentation file with title and video frame > ("Agent 237:operation barbershop" from Blender Animation Studio). > >

Re: Openoffice and unsupported gstreamer 0.10 branch (for openoffice libavmediagst.so library)

2018-02-28 Thread Torokhov Sergey
Hello, I created simple presentation file with title and video frame ("Agent 237:operation barbershop" from Blender Animation Studio). https://yadi.sk/d/shOKuCcS3StDk The archive contains 327.odp and 327.webm files that must be placed in the same directory before presentation file .odp is

Re: Reporting broken download link

2018-02-28 Thread Alan Rohrbach
Hi- Thanks for that, but ultimately I put the URL into a browser and it facilitated the download. -Alan On Wed, Feb 28, 2018 at 2:02 PM, Marcus wrote: > Am 28.02.2018 um 20:48 schrieb Alan Rohrbach: > >> I am having no success at all downloading OpenOffice 4.1.5 for

Re: Reporting broken download link

2018-02-28 Thread Marcus
Am 28.02.2018 um 20:48 schrieb Alan Rohrbach: I am having no success at all downloading OpenOffice 4.1.5 for WINDOWS in English in either Chrome or IE on a Windows 10 Home system (ver. 1709) 64-bit OPSYS, x64 based processor using the Download Full Installation download link:

Reporting broken download link

2018-02-28 Thread Alan Rohrbach
Hi- Thanks in advance for your help. I am having no success at all downloading OpenOffice 4.1.5 for WINDOWS in English in either Chrome or IE on a Windows 10 Home system (ver. 1709) 64-bit OPSYS, x64 based processor using the Download Full Installation download link:

Re: Openoffice and unsupported gstreamer 0.10 branch (for openoffice libavmediagst.so library)

2018-02-28 Thread Damjan Jovanovic
I've successfully patched our gstreamer plugin to build with gstreamer-1.0, but how do I test it? Does someone have a sample document that uses gstreamer? The patch is attached for anyone interested. Parts may still be wrong, eg. filter names. Changes between GStreamer 0.1 and 1.0 are documented

Re: Openoffice and unsupported gstreamer 0.10 branch (for openoffice libavmediagst.so library)

2018-02-28 Thread Damjan Jovanovic
Hi I've begun having a look. We currently test for gstreamer in configure.ac but don't use the result, re-running pkg-config in a main/avmedia's makefile. Changing the version number to 1.0 breaks the build due a missing header file. Removing that "#include" gets it a little further, but it