-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
Can you please tell me how can I resolve these dependencies on ubuntu:
checking for GSTREAMER... configure: error: Package requirements (gstreamer-0.10 >= 0.10
gstreamer-app-0.10
gstreamer-base-0.10
gstreamer-pbutils-0.10
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I tried using phonon to play the video but could not succeed. Off-late came to know through the Qt forums that even the latest version of Qt does not support phonon. Thats when i started using Gstreamer.Any suggestions as to how to connect the Gstreamer window with the Qt widget?My aim is to play…
>>> More
-
as seen on Super User
- Search for 'Super User'
Hi,
Can you please tell me how can I resolve these dependencies on ubuntu:
checking for GSTREAMER... configure: error: Package requirements (gstreamer-0.10 >= 0.10
gstreamer-app-0.10
gstreamer-base-0.10
gstreamer-pbutils-0.10
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
I wrote a simple C code with gstreamer libs( gstreamer example code manual ref )
The gstreamer headers are into /usr/include/gstreamer-0.10/gst
into my C code I wrote:
include "gstreamer-0.10/gst/gst.h"
I have this error:
there are unresolved includes inside
How to solve the problem?
I thank…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi everyone, I'm working with PyQt and trying to get video from a webcam to play within a QT widget. I've found tutorials for C and Qt, and for python and gtk, but NOTHING for this combo of pyQt and gstreamer. Anybody get this working?
This plays the video fine, but in a separate window:
self…
>>> More