QtGStreamer/QtGLibResearch

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
What is the command line utility to launch GStreamer pipelines called?

This page contains notes on a research I am doing to see if it is possible to bring QtGLib closer to Qt, make it more generic and more feature-complete, so that it can be used for anything besides GStreamer. The bullets below describe possible solutions to the various problems that have been showstoppers until now.

GValue <-> QVariant

GObject <-> QObject

void* <-> GValue

Callbacks

Subclassing

One solution might be the following: